/freebsd/contrib/mtree/ |
H A D | compare.c | 89 #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 D | vmm_snapshot.h | 102 #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 D | mkisoimages.sh | 57 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 D | x86masm.pl | 109 &::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 D | x86nasm.pl | 110 &::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 D | x86gas.pl | 114 &::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 D | x86asm.pl | 198 sub ::LABEL # instantiate a file-scope label 203 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
|
/freebsd/release/arm64/ |
H A D | mkisoimages.sh | 74 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 D | mkisoimages.sh | 74 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 D | poly1305-s390x.pl | 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 (".Lpoly1305_blocks_vx"); 288 LABEL ("__poly1305_mul"); [all …]
|
/freebsd/release/amd64/ |
H A D | mkisoimages.sh | 85 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 D | chacha-s390x.pl | 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 (".LChaCha20_ctr32_4x"); 505 LABEL (".Loop_4x"); [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | snapshot.h | 115 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(CTX, ADDR, LEN, RNULL, META, RES, LABEL) \ argument 122 goto LABEL; \
|
/freebsd/tools/tools/makeroot/ |
H A D | makeroot.sh | 86 l) LABEL="${OPTARG}" ;; 233 if [ -n "${LABEL}" ]; then 234 LABELFLAG="-o label=${LABEL}"
|
/freebsd/contrib/netbsd-tests/lib/libc/arch/i386/ |
H A D | return_one.S | 10 LABEL(return_one_end)
|
/freebsd/contrib/netbsd-tests/lib/libc/arch/x86_64/ |
H A D | return_one.S | 10 LABEL(return_one_end)
|
/freebsd/sys/contrib/openzfs/udev/rules.d/ |
H A D | 90-zfs.rules.in | 12 LABEL="zfs_end"
|
/freebsd/usr.bin/sed/ |
H A D | defs.h | 117 LABEL, /* : */ enumerator
|
H A D | compile.c | 117 {':', 0, LABEL}, 305 case LABEL: /* : */ in compile_stream()
|
/freebsd/release/powerpc/ |
H A D | mkisoimages.sh | 56 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 D | zdb_004_pos.ksh | 70 ubs=$(zdb -lu ${DISK[1]} | grep -e LABEL -e Uberblock -e 'labels = ')
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 59 LABEL, enumerator
|
H A D | aicasm_symbol.c | 119 case LABEL: in symbol_delete() 521 case LABEL: in symtable_dump()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | lif | 30 #>2 ubelong x LABEL=%8.8x
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp.working | 65 set enddisc LABEL
|