Home
last modified time | relevance | path

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

123

/openbmc/linux/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()
/openbmc/openbmc/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
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsmack.py11 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 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.y307 $$ = 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 Dmount.sh70 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 Djump_label.h49 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument
52 .long 1098b - ., LABEL - .; \
/openbmc/linux/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.y349 $$ = 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 Dtreesource.c158 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 Duboot-extlinux-config.bbclass52 # 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 Dsyslinux.bbclass173 cfgfile.write('LABEL %s%s\nKERNEL /%s\n' % (btype[0], label, kernel))
188 cfgfile.write('LABEL=%s '% (label))
H A Dsystemd-boot-cfg.bbclass71 entrycfg.write('options LABEL=%s ' % lb)
/openbmc/linux/arch/powerpc/platforms/pseries/
H A DhvCall.S81 #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 D0001-RH-fixup-udev-rules-for-redhat.patch44 @@ -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 Dkexecboot-cfg_0.2.bb17 LABEL=${KEXECBOOT_LABEL}
45 # LABEL=${KEXECBOOT_LABEL}-test
/openbmc/linux/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S51 .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 Dnetifnames.patch17 LABEL="net_name_slot_end"
/openbmc/openbmc/poky/meta/recipes-extended/cwautomacros/
H A Dcwautomacros_20110201.bb17 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 Ddmverity57 LABEL=*)
/openbmc/u-boot/doc/
H A DREADME.distro132 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/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h59 LABEL, enumerator
/openbmc/linux/tools/testing/selftests/gpio/
H A Dgpio-sim.sh71 local LABEL=$3
73 echo $LABEL > $CONFIGFS_DIR/$CHIP/$BANK/label || fail "Unable to set the chip label"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-make-Define-SBINDIR-flag.patch49 echo "LABEL=\"permissions_end\"" >> $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \

123