Searched refs:start (Results 226 - 250 of 2312) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Dpathconf.sh49 start=`date +%s`
50 while [ $((`date +%s` - start)) -lt 600 ]; do
H A Dsnap4.sh44 start=`date '+%s'`
45 while [ `date '+%s'` -lt $((start + 1200)) ]; do
H A Dswap.sh108 time_t start;
119 start = time(NULL);
120 while ((time(NULL) - start) < RUNTIME) {
126 if ((time(NULL) - start) >= RUNTIME)
H A Dswap4.sh100 time_t start;
114 start = time(NULL);
115 while ((time(NULL) - start) < RUNTIME) {
121 if ((time(NULL) - start) >= RUNTIME)
H A Dparallelmount.sh43 # start the parallel tests
61 start=`date '+%s'`
62 while [ $((`date '+%s'` - start)) -lt 600 ]; do
H A Dgnop8.sh42 start=`date +%s`
43 while [ $((`date +%s` - start)) -lt 120 ]; do
47 # start your favorite I/O test here
H A Dgeomleak2.sh41 start=` date +%s`
42 while [ $((`date +%s` - start)) -lt 60 ]; do
H A Dmountro5.sh51 start=`date +%s`
52 while [ $((`date +%s` - start)) -lt 60 ]; do
H A Dumount3.sh53 start=`date '+%s'`
54 while [ $((`date '+%s'` - start)) -lt 300 ]; do
H A Dumount4.sh58 start=`date +%s`
59 while [ $((`date +%s` - start)) -lt 60 ]; do
H A Djexec.sh48 start=`date +%s`
49 while [ $((`date +%s`- start)) -lt 120 ]; do
H A Dtmpfs21.sh42 start=`date +%s`
44 while [ $((`date +%s` - start)) -lt 60 ]; do
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dbssid_ignore.h17 struct os_reltime start; member in struct:wpa_bssid_ignore
19 * Number of seconds after start that the entey will be considered
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypedefDumper.cpp31 void TypedefDumper::start(const PDBSymbolTypeTypedef &Symbol) { function in class:TypedefDumper
47 Dumper.start(Symbol);
66 NestedDumper.start(*FuncSig, nullptr, Pointer);
78 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dtrampoline_setup.c11 extern void __clear_cache(void *start, void *end);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree.h35 unsigned long start; member in struct:interval_tree_node
H A Dpagemap.h39 unsigned long linux_invalidate_mapping_pages(vm_object_t obj, pgoff_t start,
/freebsd-current/lib/libpmc/pmu-events/
H A Djsmn.h33 * @param start start position in JSON data string
38 int start; member in struct:__anon366
/freebsd-current/sbin/camcontrol/
H A Dprogress.h47 time_t start; /* time we started this */ member in struct:progress_t
/freebsd-current/sys/ofed/include/rdma/
H A Dib_umem_odp.h114 typedef int (*umem_call_back)(struct ib_umem *item, u64 start, u64 end,
120 int rbt_ib_umem_for_each_in_range(struct rb_root *root, u64 start, u64 end,
124 u64 start, u64 last);
126 u64 start, u64 last);
/freebsd-current/sys/vm/
H A D_vm_phys.h55 vm_paddr_t start; member in struct:vm_phys_seg
/freebsd-current/contrib/unbound/util/
H A Dtimeval_func.h50 void timeval_subtract(struct timeval* d, const struct timeval* end, const struct timeval* start);
/freebsd-current/usr.bin/systat/
H A Dsysput.c76 char *start, wrtbuf[width + width + 1]; local
79 start = wrtbuf;
91 start += len;
93 mvwaddstr(wd, row, lcol, start);
/freebsd-current/usr.bin/tail/
H A Dmisc.c84 WR(mip->start + (startoff - mip->mapoff), n);
93 * offset `offset'. The start of the map window will be TAILMAPLEN
100 if (mip->start != NULL && munmap(mip->start, mip->maplen) != 0)
109 if ((mip->start = mmap(NULL, mip->maplen, PROT_READ, MAP_SHARED,
/freebsd-current/sbin/restore/
H A Dutilities.c56 char *start; local
58 start = strchr(name, '/');
59 if (start == NULL)
61 for (cp = start; *cp != '\0'; cp++) {
275 * find lowest number file (above "start") that needs to be extracted
278 lowerbnd(ino_t start) argument
282 for ( ; start < maxino; start++) {
283 ep = lookupino(start);
287 return (start);
296 upperbnd(ino_t start) argument
[all...]

Completed in 118 milliseconds

1234567891011>>