Home
last modified time | relevance | path

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

12

/freebsd-13.1/usr.sbin/fmtree/
H A Dcompare.c122 LABEL; in compare()
136 LABEL; in compare()
152 LABEL; in compare()
167 LABEL; in compare()
175 LABEL; in compare()
187 LABEL; in compare()
207 LABEL; in compare()
213 LABEL; in compare()
228 LABEL; in compare()
253 LABEL; in compare()
[all …]
/freebsd-13.1/sys/amd64/include/
H A Dvmm_snapshot.h112 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument
117 goto LABEL; \
121 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \ argument
122 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
130 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(ADDR, LEN, RNULL, META, RES, LABEL) \ argument
138 goto LABEL; \
143 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument
148 goto LABEL; \
152 #define SNAPSHOT_VAR_CMP_OR_LEAVE(DATA, META, RES, LABEL) \ argument
153 SNAPSHOT_BUF_CMP_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
/freebsd-13.1/contrib/mtree/
H A Dcompare.c201 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-13.1/release/i386/
H A Dmkisoimages.sh41 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
45 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$1/etc/fstab"
46 makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
/freebsd-13.1/release/amd64/
H A Dmkisoimages.sh66 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
70 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
71 $MAKEFS -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
/freebsd-13.1/release/arm64/
H A Dmkisoimages.sh61 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
65 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
66 $MAKEFS -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
/freebsd-13.1/release/riscv/
H A Dmkisoimages.sh61 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
65 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > "$BASEBITSDIR/etc/fstab"
66 $MAKEFS -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
/freebsd-13.1/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");
132 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
155 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
158 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
H A Dx86asm.pl196 sub ::LABEL # instantiate a file-scope label
201 sub ::static_label { &::LABEL($_[0],$lbdecor.$_[0]); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A Dselect-saddo.mir15 ; CHECK-LABEL: name: saddo_s32
40 ; CHECK-LABEL: name: saddo_s64
66 ; CHECK-LABEL: name: saddo_s32_imm
91 ; CHECK-LABEL: name: saddo_s32_shifted
119 ; CHECK-LABEL: name: saddo_s32_neg_imm
143 ; CHECK-LABEL: name: saddo_arith_extended
H A Dselect-ssubo.mir15 ; CHECK-LABEL: name: ssubo_s32
40 ; CHECK-LABEL: name: ssubo_s64
66 ; CHECK-LABEL: name: ssubo_s32_imm
91 ; CHECK-LABEL: name: ssubo_s32_shifted
119 ; CHECK-LABEL: name: ssubo_s32_neg_imm
143 ; CHECK-LABEL: name: ssubo_arith_extended
/freebsd-13.1/tools/tools/makeroot/
H A Dmakeroot.sh87 l) LABEL="${OPTARG}" ;;
234 if [ -n "${LABEL}" ]; then
235 LABELFLAG="-o label=${LABEL}"
/freebsd-13.1/contrib/netbsd-tests/lib/libc/arch/i386/
H A Dreturn_one.S10 LABEL(return_one_end)
/freebsd-13.1/contrib/netbsd-tests/lib/libc/arch/x86_64/
H A Dreturn_one.S10 LABEL(return_one_end)
/freebsd-13.1/sys/contrib/openzfs/udev/rules.d/
H A D90-zfs.rules.in12 LABEL="zfs_end"
/freebsd-13.1/release/powerpc/
H A Dmkisoimages.sh40 LABEL=`echo "$1" | tr '[:lower:]' '[:upper:]'`; shift
/freebsd-13.1/usr.bin/sed/
H A Ddefs.h120 LABEL, /* : */ enumerator
/freebsd-13.1/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-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h61 LABEL, enumerator
H A Daicasm_symbol.c121 case LABEL: in symbol_delete()
520 case LABEL: in symtable_dump()
/freebsd-13.1/share/examples/ppp/
H A Dppp.conf.span-isp.working66 set enddisc LABEL
/freebsd-13.1/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests-functional.yml55 … sudo sed -i -e s/'LABEL="cloudinit_hook"'/'KERNEL=="zd*", GOTO="cloudinit_end"\n&'/ "${FILE}"
H A Dzfs-tests-sanity.yml51 … sudo sed -i -e s/'LABEL="cloudinit_hook"'/'KERNEL=="zd*", GOTO="cloudinit_end"\n&'/ "${FILE}"

12