/openbmc/linux/samples/seccomp/ |
H A D | bpf-fancy.c | 44 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()
|
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | directdisk-bootloader-config.cfg | 13 LABEL Graphics console boot 17 LABEL Serial console boot 21 LABEL Graphics console install 25 LABEL Serial console install
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | smack.py | 11 LABEL = "a" * MAX_LABEL_LEN variable 36 status, output = self.target.run("chsmack -a %s %s" %(LABEL, filename)) 49 LABEL, label_retrieved, 51 "%s %s" %(LABEL,label_retrieved)) 59 status, output = self.target.run("chsmack -e %s %s" %(LABEL, filename)) 72 LABEL, label_retrieved, 74 "%s %s" %(LABEL,label_retrieved)) 95 LABEL, label_retrieved, 97 "%s %s" %(LABEL,label_retrieved)) 119 "%s %s" %(LABEL,label_retrieved)) [all …]
|
/openbmc/u-boot/scripts/dtc/ |
H A D | treesource.c | 73 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 D | dtc-lexer.l | 29 LABEL [a-zA-Z_][a-zA-Z0-9_]* 155 <*>{LABEL}: { 205 <*>\&{LABEL} { /* label reference */
|
H A D | dtc-parser.y | 307 $$ = data_add_marker($1, LABEL, $2); 322 $$ = data_add_marker($1, LABEL, $2); 383 $$.data = data_add_marker($1.data, LABEL, $2); 497 $$ = data_add_marker($1, LABEL, $2);
|
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
H A D | mount.sh | 70 for n in LABEL PARTLABEL UUID PARTUUID; do 181 LABEL=`/sbin/blkid | grep "$1:" | grep -o 'LABEL=".*"' | cut -d '"' -f2` 183 if [ -n "$LABEL" ]; then 187 name="${LABEL}-${name}"
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | jump_label.h | 49 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument 52 .long 1098b - ., LABEL - .; \
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc-lexer.l | 14 LABEL [a-zA-Z_][a-zA-Z0-9_]* 147 <*>{LABEL}: { 197 <*>\&{LABEL} { /* label reference */
|
H A D | dtc-parser.y | 349 $$ = data_add_marker($1, LABEL, $2); 364 $$ = data_add_marker($1, LABEL, $2); 435 $$.data = data_add_marker($1.data, LABEL, $2); 549 $$ = data_add_marker($1, LABEL, $2);
|
H A D | treesource.c | 158 for_each_marker_of_type(m, LABEL) { in guess_value_type() 216 } else if (m->type == LABEL) in write_propval()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | uboot-extlinux-config.bbclass | 52 # LABEL Linux Default 56 # LABEL Linux Fallback 141 cfgfile.write('LABEL %s\n\tKERNEL %s\n\tFDT %s\n' % 144 cfgfile.write('LABEL %s\n\tKERNEL %s\n\tFDTDIR %s\n' % 147 cfgfile.write('LABEL %s\n\tKERNEL %s\n' % (menu_description, kernel_image))
|
H A D | syslinux.bbclass | 173 cfgfile.write('LABEL %s%s\nKERNEL /%s\n' % (btype[0], label, kernel)) 188 cfgfile.write('LABEL=%s '% (label))
|
H A D | systemd-boot-cfg.bbclass | 71 entrycfg.write('options LABEL=%s ' % lb)
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hvCall.S | 81 #define HCALL_BRANCH(LABEL) \ argument 82 ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key) 89 #define HCALL_BRANCH(LABEL) \ argument 96 bne- LABEL; \ 104 #define HCALL_BRANCH(LABEL) argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0001-RH-fixup-udev-rules-for-redhat.patch | 44 @@ -39,6 +39,6 @@ LABEL="mpath_kpartx_end" 47 LABEL="run_kpartx" 51 LABEL="kpartx_end"
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/ |
H A D | kexecboot-cfg_0.2.bb | 17 LABEL=${KEXECBOOT_LABEL} 45 # LABEL=${KEXECBOOT_LABEL}-test
|
/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/network/persistent-net-name/ |
H A D | 85-persistent-net.rules | 6 LABEL="persistent_net_end"
|
/openbmc/linux/arch/x86/crypto/ |
H A D | crc32c-pcl-intel-asm_64.S | 51 .macro LABEL prefix n 241 LABEL crc_ 0 271 LABEL less_than_ %j # less_than_j: Length should be in
|
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/ |
H A D | netifnames.patch | 17 LABEL="net_name_slot_end"
|
/openbmc/openbmc/poky/meta/recipes-extended/cwautomacros/ |
H A D | cwautomacros_20110201.bb | 17 oe_runmake LABEL=`date -d @${SOURCE_DATE_EPOCH} +%Y%m%d` CWAUTOMACROSPREFIX=${D}${prefix} install
|
/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework-dm/ |
H A D | dmverity | 57 LABEL=*)
|
/openbmc/u-boot/doc/ |
H A D | README.distro | 132 LABEL jetson-tk1-emmc 133 MENU LABEL ../zImage root on Jetson TK1 eMMC 138 LABEL venice2-emmc 139 MENU LABEL ../zImage root on Venice2 eMMC 144 LABEL sdcard 145 MENU LABEL ../zImage, root on 2GB sdcard 150 LABEL fedora-installer-fk 151 MENU LABEL Fedora installer w/ Fedora kernel
|
/openbmc/qemu/docs/devel/ |
H A D | docs.rst | 35 the form ``<DOCNAME-HXFILE-LABEL>``, where ``DOCNAME`` is the name of the 37 the ``.hx`` extension, and ``LABEL`` is the text provided within the
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 59 LABEL, enumerator
|