Searched refs:EXT (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-newfs.sh39 EXT="$4"
60 rc_halt "dd if=/boot/zfsboot of=${PART}${EXT} skip=1 seek=1024"
98 rc_halt "gnop create -S 4096 ${PART}${EXT}"
101 echo_log "Creating zpool ${ZPOOLNAME} on ${PART}${EXT}"
102 rc_halt "zpool create -m none -f ${ZPOOLNAME} ${PART}${EXT}.nop"
106 rc_halt "gnop destroy ${PART}${EXT}.nop"
167 EXT=".eli"
170 EXT=""
177 rc_halt "newfs -t ${PARTXTRAOPTS} ${PARTDEV}${EXT}"
180 rc_halt "glabel label ${PARTLABEL} ${PARTDEV}${EXT}"
[all...]
H A Dfunctions-mountdisk.sh165 EXT=".eli"
167 EXT=""
175 UFS) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
176 UFS+S) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
177 UFS+SUJ) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
178 UFS+J) mount_partition ${PARTDEV}${EXT}.journal ${PARTFS} ${PARTMNT} "async,noatime" ;;
202 EXT=".eli"
204 EXT=""
212 UFS) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
213 UFS+S) mount_partition ${PARTDEV}${EXT}
[all...]
H A Dfunctions-unmount.sh84 EXT=".eli"
86 EXT=""
91 rc_nohalt "swapoff ${PARTDEV}${EXT}"
97 rc_halt "umount -f ${PARTDEV}${EXT}"
103 UFS) glabel label ${PARTLABEL} ${PARTDEV}${EXT} ;;
104 UFS+S) glabel label ${PARTLABEL} ${PARTDEV}${EXT} ;;
105 UFS+SUJ) glabel label ${PARTLABEL} ${PARTDEV}${EXT} ;;
106 UFS+J) glabel label ${PARTLABEL} ${PARTDEV}${EXT}.journal ;;
118 UFS) ROOTRELABEL="glabel label ${PARTLABEL} ${PARTDEV}${EXT}" ;;
119 UFS+S) ROOTRELABEL="glabel label ${PARTLABEL} ${PARTDEV}${EXT}" ;;
[all...]
H A Dfunctions-cleanup.sh167 # Unset EXT
168 EXT=""
185 EXT=".eli"
189 EXT="${EXT}.journal"
191 DEVICE="${PARTDEV}${EXT}"
219 BOOTFS="${PARTDEV}${EXT}"
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DMakefile79 EXT =.exe macro
81 EXT = macro
107 $(TESTPROG) ./utils/test/BufferTest$(EXT) $(TESTFLAGS)
108 $(TESTPROG) ./utils/test/RangeTest$(EXT) $(TESTFLAGS)
109 $(TESTPROG) ./utils/test/ResourcePoolTest$(EXT) $(TESTFLAGS)
110 $(TESTPROG) ./utils/test/ScopeGuardTest$(EXT) $(TESTFLAGS)
111 $(TESTPROG) ./utils/test/ThreadPoolTest$(EXT) $(TESTFLAGS)
112 $(TESTPROG) ./utils/test/WorkQueueTest$(EXT) $(TESTFLAGS)
113 $(TESTPROG) ./test/OptionsTest$(EXT) $(TESTFLAGS)
114 $(TESTPROG) ./test/PzstdTest$(EXT)
[all...]
/freebsd-12-stable/sys/contrib/zstd/contrib/gen_html/
H A DMakefile26 EXT =.exe macro
28 EXT = macro
39 $(CXX) $(FLAGS) $^ -o $@$(EXT)
50 @$(RM) gen_html$(EXT)
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A DMakefile31 EXT =.exe macro
33 EXT = macro
47 ./minigzip_zstd example$(EXT)
48 #cp example$(EXT).gz example$(EXT)_zstd.gz
49 ./minigzip_zstd -d example$(EXT).gz
50 ./minigzip example$(EXT)
51 #cp example$(EXT).gz example$(EXT)_gz.gz
52 ./minigzip_zstd -d example$(EXT)
[all...]
/freebsd-12-stable/sys/contrib/zstd/tests/
H A DMakefile60 EXT =.exe macro
64 EXT = macro
137 $(CC) $(FLAGS) $^ -o $@$(EXT)
141 $(CC) $(FLAGS) $(filter %.c,$^) -o $@$(EXT) $(ZSTDDIR)/libzstd.a
147 # $(CC) $(FLAGS) $(filter %.c,$^) -o $@$(EXT) -DZSTD_DLL_IMPORT=1 $(ZSTDDIR)/dll/libzstd.dll
148 $(CC) $(FLAGS) $(filter %.c,$^) -o $@$(EXT)
156 $(CC) $(FLAGS) $^ -o $@$(EXT)
161 $(CC) $(CPPFLAGS) $(CFLAGS) $(filter %.c,$^) $(LDFLAGS) -o $@$(EXT)
166 $(CC) $(FLAGS) $^ -o $@$(EXT)
171 $(CC) $(FLAGS) $^ -o $@$(EXT)
[all...]
/freebsd-12-stable/share/i18n/csmapper/GB/
H A DMakefile7 GBKEXT%UCS.mps GBKUDA%UCS.mps ISO-IR-165EXT%UCS.mps \
10 UCS%ISO-IR-165EXT.mps
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dti.h245 #define COFF_ADJUST_SCNHDR_IN_POST(ABFD, EXT, INT) \
249 GET_SCNHDR_PAGE (ABFD, ((SCNHDR *)(EXT))->s_page); \
258 #define COFF_ADJUST_SCNHDR_OUT_POST(ABFD, INT, EXT) \
262 ((SCNHDR *)(EXT))->s_nlnno); \
264 ((SCNHDR *)(EXT))->s_nreloc); \
266 ((SCNHDR *)(EXT))->s_flags); \
268 ((SCNHDR *)(EXT))->s_page); \
389 #define GET_SCN_SCNLEN(ABFD, EXT) \
390 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD))
391 #define PUT_SCN_SCNLEN(ABFD, INT, EXT) \
[all...]
/freebsd-12-stable/sys/contrib/zstd/programs/
H A DMakefile73 EXT =.exe macro
82 EXT = macro
89 HAVE_PTHREAD := $(shell printf '\#include <pthread.h>\nint main(void) { return 0; }' | $(CC) $(FLAGS) -o have_pthread$(EXT) -x c - -pthread 2> $(VOID) && rm have_pthread$(EXT) && echo 1 || echo 0)
101 HAVE_ZLIB := $(shell printf '\#include <zlib.h>\nint main(void) { return 0; }' | $(CC) $(FLAGS) -o have_zlib$(EXT) -x c - -lz 2> $(VOID) && rm have_zlib$(EXT) && echo 1 || echo 0)
112 HAVE_LZMA := $(shell printf '\#include <lzma.h>\nint main(void) { return 0; }' | $(CC) $(FLAGS) -o have_lzma$(EXT) -x c - -llzma 2> $(VOID) && rm have_lzma$(EXT) && echo 1 || echo 0)
123 HAVE_LZ4 := $(shell printf '\#include <lz4frame.h>\n\#include <lz4.h>\nint main(void) { return 0; }' | $(CC) $(FLAGS) -o have_lz4$(EXT) -x c - -llz4 2> $(VOID) && rm have_lz4$(EXT)
[all...]
/freebsd-12-stable/lib/libc/resolv/
H A Dres_send.c129 #define EXT(res) ((res)->_u._ext) macro
192 if (EXT(statp).ext == NULL)
315 if (statp->nscount == 0 || EXT(statp).ext == NULL) {
340 if (EXT(statp).nscount != 0) {
345 if (EXT(statp).nscount != statp->nscount)
351 (struct sockaddr *)&EXT(statp).ext->nsaddrs[ns])) {
356 if (EXT(statp).nssocks[ns] == -1)
359 if (_getpeername(EXT(statp).nssocks[ns],
372 EXT(statp).nscount = 0;
379 if (EXT(stat
[all...]
/freebsd-12-stable/sys/contrib/zstd/
H A DMakefile21 EXT =.exe macro
23 EXT = macro
59 cp $(PRGDIR)/zstd$(EXT) .
64 cp $(PRGDIR)/zstd$(EXT) .
69 cp $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT)
116 @$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
/freebsd-12-stable/tools/test/iconv/
H A DMakefile18 HZ ISO-2022-CN ISO-2022-CN-EXT ISO-2022-JP ISO-2022-JP-1 \
/freebsd-12-stable/lib/libc++/
H A DMakefile86 INCSGROUPS= STD EXP EXT
266 EXT+= ${HDRDIR}/ext/${hdr}
/freebsd-12-stable/contrib/binutils/bfd/
H A Daout-arm.c188 #define MY_put_reloc(BFD, EXT, IDX, VAL, HOWTO, RELOC) \
189 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
H A Daoutx.h266 #define EXT(i, j) case i: return & howto_table_ext [j] macro
284 EXT (BFD_RELOC_8, 0);
285 EXT (BFD_RELOC_16, 1);
286 EXT (BFD_RELOC_32, 2);
287 EXT (BFD_RELOC_HI22, 8);
288 EXT (BFD_RELOC_LO10, 11);
289 EXT (BFD_RELOC_32_PCREL_S2, 6);
290 EXT (BFD_RELOC_SPARC_WDISP22, 7);
291 EXT (BFD_RELOC_SPARC13, 10);
292 EXT (BFD_RELOC_SPARC_GOT1
[all...]
H A Dcoff64-rs6000.c72 #define COFF_ADJUST_SCNHDR_OUT_POST(ABFD, INT, EXT) \
75 memset (((SCNHDR *) EXT)->s_pad, 0, \
76 sizeof (((SCNHDR *) EXT)->s_pad)); \
/freebsd-12-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc182 PRJLIBNAME = $(PROJECT).$(EXT)
/freebsd-12-stable/sys/dev/ncr/
H A Dncrreg.h225 #define EXT 0x02 /* extended filtering */ macro
/freebsd-12-stable/sys/dev/sym/
H A Dsym_defs.h455 #define EXT 0x02 /* extended filtering */ macro
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c517 DBG_SET_FLAG_MIN("exit", EXT);
5086 PMCDBG3(PRC,EXT,1,"process-exit proc=%p (%d, %s)", p, p->p_pid,
5101 PMCDBG3(PRC,EXT,1, "process-exit proc=%p (%d, %s)", p, p->p_pid,
5111 PMCDBG2(PRC,EXT,2,
5134 PMCDBG2(PRC,EXT,2, "ri=%d pm=%p", ri, pm);
5140 PMCDBG4(PRC,EXT,2, "ppmcs[%d]=%p pm=%p "
H A Dhwpmc_logging.c1133 PMCDBG3(LOG,EXT,1,"pm=%p pid=%d v=%jx", pm, pp->pp_proc->p_pid,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h110 EXT,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp763 case Mips::EXT:

Completed in 477 milliseconds

12