Searched refs:LABEL (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/contrib/netbsd-tests/lib/libc/arch/i386/
H A Dreturn_one.S10 LABEL(return_one_end)
/freebsd-current/contrib/netbsd-tests/lib/libc/arch/x86_64/
H A Dreturn_one.S10 LABEL(return_one_end)
/freebsd-current/sys/amd64/include/
H A Dvmm_snapshot.h102 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \
107 goto LABEL; \
111 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \
112 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
119 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \
124 goto LABEL; \
128 #define SNAPSHOT_VAR_CMP_OR_LEAVE(DATA, META, RES, LABEL) \
129 SNAPSHOT_BUF_CMP_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
/freebsd-current/release/i386/
H A Dmkisoimages.sh57 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
63 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
70 makefs -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$MAKEFSARG" "$@"
/freebsd-current/contrib/mtree/
H A Dcompare.c89 #define LABEL if (!label++) MARK macro
178 typeerr: LABEL;
201 LABEL;
226 LABEL;
243 LABEL;
278 LABEL;
300 LABEL;
308 LABEL;
344 LABEL;
375 LABEL;
[all...]
/freebsd-current/release/riscv/
H A Dmkisoimages.sh74 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
80 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
87 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$MAKEFSARG" "$@"
/freebsd-current/release/arm64/
H A Dmkisoimages.sh74 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
80 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
87 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$MAKEFSARG" "$@"
/freebsd-current/release/amd64/
H A Dmkisoimages.sh80 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
86 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
93 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$MAKEFSARG" "$@"
/freebsd-current/release/powerpc/
H A Dmkisoimages.sh56 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
99 echo FreeBSD Install=\'/boot/kernel/kernel vfs.root.mountfrom=cd9660:/dev/iso9660/$LABEL\' > "$BASEBITSDIR/etc/kboot.conf"
106 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
110 makefs -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$MAKEFSARG" "$@"
/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.h115 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(CTX, ADDR, LEN, RNULL, META, RES, LABEL) \
122 goto LABEL; \
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86nasm.pl110 &::LABEL($func,$global?"$begin":"$nmdecor$func");
142 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
146 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
182 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86masm.pl109 &::LABEL($func,$global?"$begin":"$nmdecor$func");
162 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
166 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
202 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
H A Dx86gas.pl114 &::LABEL($func,$global?"$begin":"$nmdecor$func");
133 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
156 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
159 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86asm.pl198 sub ::LABEL # instantiate a file-scope label
203 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl43 use perlasm::s390x qw(:DEFAULT :VX :EI AUTOLOAD LABEL INCLUDE);
258 LABEL ("ChaCha20_ctr32");
271 LABEL (".Lshort");
294 LABEL (".Loop_outer");
306 LABEL (".Loop");
392 LABEL (".Ldone");
404 LABEL (".Ltail");
421 LABEL (".Loop_tail");
451 LABEL ("ChaCha20_ctr32_4x");
452 LABEL ("
[all...]
/freebsd-current/usr.bin/sed/
H A Ddefs.h117 LABEL, /* : */ enumerator in enum:e_args
H A Dcompile.c117 {':', 0, LABEL},
305 case LABEL: /* : */
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl48 use perlasm::s390x qw(:DEFAULT :GE :EI :MI1 :VX AUTOLOAD LABEL INCLUDE);
80 LABEL ("poly1305_init");
119 LABEL (".Lno_key");
134 LABEL ("poly1305_blocks");
135 LABEL (".Lpoly1305_blocks");
145 LABEL (".Lpoly1305_blocks_entry");
162 LABEL (".Loop");
216 LABEL (".Lno_data");
237 LABEL ("poly1305_blocks_vx");
238 LABEL ("
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_004_pos.ksh70 ubs=$(zdb -lu ${DISK[1]} | grep -e LABEL -e Uberblock -e 'labels = ')
75 awk ' /LABEL/ {label=$NF; blocks[label]=0};
/freebsd-current/tools/tools/makeroot/
H A Dmakeroot.sh86 l) LABEL="${OPTARG}" ;;
233 if [ -n "${LABEL}" ]; then
234 LABELFLAG="-o label=${LABEL}"
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h59 LABEL, enumerator in enum:__anon1658
H A Daicasm_symbol.c119 case LABEL:
521 case LABEL:
H A Daicasm.c332 if (cur_instr->patch_label->type != LABEL) {
H A Daicasm_gram.y1013 $2->type = LABEL;
1491 case LABEL:
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp178 STRINGIFY_CODE(TYPE_CODE, LABEL)

Completed in 214 milliseconds

12