Home
last modified time | relevance | path

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

12

/freebsd/contrib/mtree/
H A Dcompare.c89 #define LABEL if (!label++) MARK macro
178 typeerr: LABEL; in compare()
201 LABEL; in compare()
226 LABEL; in compare()
243 LABEL; in compare()
278 LABEL; in compare()
300 LABEL; in compare()
308 LABEL; in compare()
344 LABEL; in compare()
375 LABEL; in compare()
[all …]
/freebsd/sys/amd64/include/
H A Dvmm_snapshot.h102 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument
107 goto LABEL; \
111 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \ argument
112 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
119 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument
124 goto LABEL; \
128 #define SNAPSHOT_VAR_CMP_OR_LEAVE(DATA, META, RES, LABEL) \ argument
129 SNAPSHOT_BUF_CMP_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
/freebsd/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="$p…
/freebsd/crypto/openssl/crypto/perlasm/
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 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 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/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="$…
/freebsd/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="$…
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl80 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 (".Lpoly1305_blocks_vx");
288 LABEL ("__poly1305_mul");
[all …]
/freebsd/release/amd64/
H A Dmkisoimages.sh85 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
91 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
98 $MAKEFS -D -N ${BASEBITSDIR}/etc -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$…
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl258 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 (".LChaCha20_ctr32_4x");
505 LABEL (".Loop_4x");
[all …]
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.h115 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(CTX, ADDR, LEN, RNULL, META, RES, LABEL) \ argument
122 goto LABEL; \
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh86 l) LABEL="${OPTARG}" ;;
233 if [ -n "${LABEL}" ]; then
234 LABELFLAG="-o label=${LABEL}"
/freebsd/contrib/netbsd-tests/lib/libc/arch/i386/
H A Dreturn_one.S10 LABEL(return_one_end)
/freebsd/contrib/netbsd-tests/lib/libc/arch/x86_64/
H A Dreturn_one.S10 LABEL(return_one_end)
/freebsd/sys/contrib/openzfs/udev/rules.d/
H A D90-zfs.rules.in12 LABEL="zfs_end"
/freebsd/usr.bin/sed/
H A Ddefs.h117 LABEL, /* : */ enumerator
H A Dcompile.c117 {':', 0, LABEL},
305 case LABEL: /* : */ in compile_stream()
/freebsd/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/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 = ')
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h59 LABEL, enumerator
H A Daicasm_symbol.c119 case LABEL: in symbol_delete()
521 case LABEL: in symtable_dump()
/freebsd/contrib/file/magic/Magdir/
H A Dlif30 #>2 ubelong x LABEL=%8.8x
/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp.working65 set enddisc LABEL

12