Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 25 of 95) sorted by relevance

1234

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-image.sh30 LABEL=$5
106 tune2fs -c 0 -i 0 $TARGET ${LABEL:+-L $LABEL}
110 mkfs.vfat -F 32 $TARGET ${LABEL:+-n $LABEL} && \
116 mkntfs -FCQ $TARGET ${LABEL:+-L $LABEL}
153 UBI_VOL_NAME=${LABEL:-ubi}
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Dbpf-fancy.c44 LABEL(&l, read), in main()
53 LABEL(&l, write_fd), in main()
59 LABEL(&l, write_buf), in main()
66 LABEL(&l, msg1_len), in main()
71 LABEL(&l, msg2_len), in main()
76 LABEL(&l, buf_len), in main()
/OK3568_Linux_fs/buildroot/package/llvm/
H A D0002-No-longer-generate-calls-to-_finite.patch250 ; GNU-LABEL: exp_f32:
255 ; WIN-LABEL: exp_f32:
259 ; GNU-LABEL: exp_f64:
264 ; WIN-LABEL: exp_f64:
277 ; GNU-LABEL: exp2_f32:
282 ; WIN-LABEL: exp2_f32:
286 ; GNU-LABEL: exp2_f64:
291 ; WIN-LABEL: exp2_f64:
304 ; GNU-LABEL: log_f32:
309 ; WIN-LABEL: log_f32:
[all …]
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dtreesource.c73 if (m->type == LABEL) in write_propval_string()
113 if (m->type == LABEL) { in write_propval_string()
131 for_each_marker_of_type(m, LABEL) { in write_propval_string()
146 if (m->type == LABEL) { in write_propval_cells()
160 for_each_marker_of_type(m, LABEL) { in write_propval_cells()
176 if (m->type == LABEL) in write_propval_bytes()
188 for_each_marker_of_type(m, LABEL) { in write_propval_bytes()
216 for_each_marker_of_type(m, LABEL) { in write_propval()
H A Ddtc-lexer.l29 LABEL [a-zA-Z_][a-zA-Z0-9_]*
155 <*>{LABEL}: {
205 <*>\&{LABEL} { /* label reference */
H A Ddtc-parser.y302 $$ = data_add_marker($1, LABEL, $2);
317 $$ = data_add_marker($1, LABEL, $2);
378 $$.data = data_add_marker($1.data, LABEL, $2);
492 $$ = data_add_marker($1, LABEL, $2);
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-bootloader-config.cfg13 LABEL Graphics console boot
17 LABEL Serial console boot
21 LABEL Graphics console install
25 LABEL Serial console install
/OK3568_Linux_fs/u-boot/scripts/
H A Dspl.sh85 LABEL="TPL+SPL"
96 LABEL="TPL"
100 LABEL="SPL"
106 echo "pack loader(${LABEL}) okay! Input: ${INI}"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/
H A Dmount.sh60 for n in LABEL PARTLABEL UUID PARTUUID; do
166 LABEL=`/sbin/blkid | grep "$1:" | grep -o 'LABEL=".*"' | cut -d '"' -f2`
168 if [ -n "$LABEL" ]; then
172 name="${LABEL}-${name}"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \ argument
97 else if (LABEL) \
98 assemble_name (asm_out_file, LABEL); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \ argument
97 else if (LABEL) \
98 assemble_name (asm_out_file, LABEL); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/
H A Delfos.h114 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \ argument
118 (LABEL)[0] = '*'; \
119 (LABEL)[1] = '.'; \
120 __p = stpcpy (&(LABEL)[2], PREFIX); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/
H A Delfos.h114 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \ argument
118 (LABEL)[0] = '*'; \
119 (LABEL)[1] = '.'; \
120 __p = stpcpy (&(LABEL)[2], PREFIX); \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Djump_label.h59 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument
62 FTR_ENTRY_LONG 1098b, LABEL, KEY; \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duboot-extlinux-config.bbclass47 # LABEL Linux Default
51 # LABEL Linux Fallback
134 cfgfile.write('LABEL %s\n\tKERNEL %s\n\tFDT %s\n' %
137 cfgfile.write('LABEL %s\n\tKERNEL %s\n\tFDTDIR %s\n' %
140 cfgfile.write('LABEL %s\n\tKERNEL %s\n' % (menu_description, kernel_image))
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-lexer.l14 LABEL [a-zA-Z_][a-zA-Z0-9_]*
147 <*>{LABEL}: {
197 <*>\&{LABEL} { /* label reference */
H A Ddtc-parser.y336 $$ = data_add_marker($1, LABEL, $2);
351 $$ = data_add_marker($1, LABEL, $2);
417 $$.data = data_add_marker($1.data, LABEL, $2);
531 $$ = data_add_marker($1, LABEL, $2);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A DhvCall.S79 #define HCALL_BRANCH(LABEL) \ argument
80 ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key)
87 #define HCALL_BRANCH(LABEL) \ argument
94 bne- LABEL; \
102 #define HCALL_BRANCH(LABEL) argument
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0021-RH-fixup-udev-rules-for-redhat.patch40 @@ -32,6 +32,6 @@ LABEL="mpath_kpartx_end"
43 LABEL="run_kpartx"
47 LABEL="kpartx_end"
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S51 .macro LABEL prefix n macro
242 LABEL crc_ 0
271 LABEL less_than_ %j # less_than_j: Length should be in
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/
H A Dkexecboot-cfg_0.2.bb17 LABEL=${KEXECBOOT_LABEL}
45 # LABEL=${KEXECBOOT_LABEL}-test
/OK3568_Linux_fs/debian/overlay-firmware/usr/share/alsa/init/
H A D00main42 LABEL="init_end"
54 LABEL="00main_end"
/OK3568_Linux_fs/buildroot/board/technologic/ts5500/fs-overlay/boot/syslinux/
H A Dsyslinux.cfg6 LABEL linux
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.distro133 LABEL jetson-tk1-emmc
134 MENU LABEL ../zImage root on Jetson TK1 eMMC
139 LABEL venice2-emmc
140 MENU LABEL ../zImage root on Venice2 eMMC
145 LABEL sdcard
146 MENU LABEL ../zImage, root on 2GB sdcard
151 LABEL fedora-installer-fk
152 MENU LABEL Fedora installer w/ Fedora kernel
/OK3568_Linux_fs/external/xserver/debian/local/
H A D64-xorg-xkb.rules8 LABEL="xorg_xkb_end"

1234