Searched refs:kconfig (Results 1 - 11 of 11) sorted by relevance
/third_party/toybox/kconfig/ |
H A D | Makefile | 7 obj = ./kconfig 60 SHIPPED = kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/zconf.hash.c 67 kconfig/mconf: $(SHIPPED) 68 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \ 69 kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \ 72 kconfig/conf: $(SHIPPED) 73 $(HOSTCC) -o $@ kconfig/con [all...] |
/third_party/toybox/porting/liteos_a/kconfig/ |
H A D | Makefile | 9 obj = ./kconfig 65 SHIPPED = kconfig/zconf.tab.c kconfig/lex.zconf.c kconfig/zconf.hash.c 72 kconfig/mconf: $(SHIPPED) 73 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \ 74 kconfig/lxdialog/*.c -lcurses -DCURSES_LOC="<ncurses.h>" \ 77 kconfig/conf: $(SHIPPED) 78 $(HOSTCC) -o $@ kconfig/con [all...] |
/third_party/ltp/testcases/kernel/uevents/ |
H A D | uevent02.c | 130 struct tst_kconfig_var kconfig = { in setup() local 136 tst_kconfig_read(&kconfig, 1); in setup() 139 if (kconfig.choice == 'y') in setup() 142 if (kconfig.choice == 'y') in setup()
|
/third_party/ltp/testcases/kernel/syscalls/acct/ |
H A D | acct02.c | 58 struct tst_kconfig_var kconfig = { in acct_version_is_3() local 63 tst_kconfig_read(&kconfig, 1); in acct_version_is_3() 65 tst_res(TINFO, ACCT_V3 "=%c", kconfig.choice); in acct_version_is_3() 67 return kconfig.choice == 'y'; in acct_version_is_3()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmget/ |
H A D | shmget02.c | 69 struct tst_kconfig_var kconfig = { in get_hugetlb_exp_error() local 74 tst_kconfig_read(&kconfig, 1); in get_hugetlb_exp_error() 76 if (kconfig.choice != 'y') { in get_hugetlb_exp_error()
|
/third_party/ltp/lib/ |
H A D | tst_kconfig.c | 241 static inline unsigned int get_len(const char* kconfig, unsigned int len) in get_len() argument 243 const char *sep = strnchr(kconfig, '=', len); in get_len() 248 return sep - kconfig; in get_len() 392 * Fill in the kconfig variables array from the expressions. Also makes sure 413 tst_brk(TBROK, "kconfig var id too long!"); in populate_vars() 512 tst_brk(TBROK, "Invalid kconfig expression!"); in tst_kconfig_check() 516 tst_brk(TBROK, "Invalid kconfig variables!"); in tst_kconfig_check()
|
/third_party/toybox/ |
H A D | Makefile | 25 include kconfig/Makefile
|
/third_party/toybox/porting/liteos_a/ |
H A D | Makefile | 25 include kconfig/Makefile
|
/third_party/libbpf/src/ |
H A D | libbpf.h | 135 const char *kconfig; member
|
H A D | libbpf.c | 496 #define KCONFIG_SEC ".kconfig" 521 * .data*, .bss, .kconfig) and preserves their original ELF section 670 char *kconfig; member 1649 * name is '.kconfig', we'll still have entirety of '.kconfig' added 1652 * name will be "my_obje.kconfig". 2151 ".kconfig", obj->efile.symbols_shndx, 3047 /* Extern-backing datasecs (.ksyms, .kconfig) have their size and 4343 /* for kcfg externs calculate their offsets within a .kconfig map */ 5489 /* Freeze .rodata and .kconfig ma 7822 const char *obj_name, *kconfig, *btf_tmp_path; global() local [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 138 --kconfig-prefix=WORD use WORD as a prefix for Kconfig symbols (default 325 'kconfig-prefix=s' => \${CONFIG_},
|
Completed in 27 milliseconds