| /freebsd-14.2/contrib/mtree/ |
| H A D | compare.c | 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() 405 LABEL; in compare() 411 LABEL; in compare() [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/release/amd64/ |
| H A D | mkisoimages.sh | 80 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="$…
|
| /freebsd-14.2/crypto/openssl/crypto/poly1305/asm/ |
| H A D | poly1305-s390x.pl | 80 LABEL ("poly1305_init"); 119 LABEL (".Lno_key"); 134 LABEL ("poly1305_blocks"); 162 LABEL (".Loop"); 216 LABEL (".Lno_data"); 491 LABEL (".Lskip_init"); 508 LABEL (".Loaded_hash"); 546 LABEL (".Loop_vx"); 685 LABEL (".Last"); 856 LABEL (".Ldone"); [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-s390x.pl | 271 LABEL (".Lshort"); 306 LABEL (".Loop"); 392 LABEL (".Ldone"); 404 LABEL (".Ltail"); 421 LABEL (".Loop_tail"); 505 LABEL (".Loop_4x"); 660 LABEL (".Ldone_4x"); 679 LABEL (".Ltail_4x"); 803 LABEL (".Loop_vx"); 988 LABEL (".Ldone_vx"); [all …]
|
| /freebsd-14.2/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-14.2/tools/tools/makeroot/ |
| H A D | makeroot.sh | 86 l) LABEL="${OPTARG}" ;; 233 if [ -n "${LABEL}" ]; then 234 LABELFLAG="-o label=${LABEL}"
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/arch/x86_64/ |
| H A D | return_one.S | 10 LABEL(return_one_end)
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/arch/i386/ |
| H A D | return_one.S | 10 LABEL(return_one_end)
|
| /freebsd-14.2/sys/contrib/openzfs/udev/rules.d/ |
| H A D | 90-zfs.rules.in | 12 LABEL="zfs_end"
|
| /freebsd-14.2/usr.bin/sed/ |
| H A D | defs.h | 119 LABEL, /* : */ enumerator
|
| H A D | compile.c | 120 {':', 0, LABEL}, 308 case LABEL: /* : */ in compile_stream()
|
| /freebsd-14.2/release/powerpc/ |
| H A D | mkisoimages.sh | 56 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
|
| /freebsd-14.2/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-14.2/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() 518 case LABEL: in symtable_dump()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | lif | 30 #>2 ubelong x LABEL=%8.8x
|
| /freebsd-14.2/share/examples/ppp/ |
| H A D | ppp.conf.span-isp.working | 65 set enddisc LABEL
|