Searched refs:start (Results 251 - 275 of 2312) sorted by relevance

<<11121314151617181920>>

/freebsd-current/usr.bin/find/
H A Dmain.c70 char **p, **start; local
79 p = start = argv;
141 if (p == start)
148 exit(find_execute(find_formplan(argv), start));
/freebsd-current/crypto/openssl/test/recipes/
H A D70-test_sslversions.t61 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
69 $proxy->start();
75 $proxy->start();
84 $proxy->start();
91 $proxy->start();
104 $proxy->start();
113 $proxy->start();
123 $proxy->start();
H A D70-test_tls13downgrade.t49 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
56 $proxy->start();
63 $proxy->start();
71 $proxy->start();
85 $proxy->start();
92 $proxy->start();
H A D70-test_key_share.t88 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
95 $proxy->start();
101 $proxy->start();
113 $proxy->start();
129 $proxy->start();
140 $proxy->start();
151 $proxy->start();
159 $proxy->start();
165 $proxy->start();
[all...]
/freebsd-current/sys/x86/isa/
H A Disa.c88 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags)
94 int isdefault = RMAN_IS_DEFAULT_RANGE(start, end);
124 resource_list_add(rl, type, *rid, start, end, count);
129 start, end, count, flags);
87 isa_alloc_resource(device_t bus, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-mount.in120 start)
131 echo "Usage: $0 {start|stop}"
140 start() { do_start; }
H A Dzfs-zed.in7 # description: This script will start and stop the ZFS Event Daemon.
99 start)
117 echo "Usage: $0 {start|stop|status|reload|restart}"
126 start() { do_start; }
/freebsd-current/tools/test/stress2/misc/
H A Dprocfs.sh43 # start the parallel tests
59 start=`date +%s`
60 while [ $((`date +%s`- start)) -lt 300 ]; do
H A Ddb.sh45 start=`date '+%s'`
47 [ `date '+%s'` -gt $((start + 90)) ] && fail="yes"
49 e=$((`date +%s` - start))
89 time_t start;
104 start = time(NULL);
105 while (time(NULL) - start < RUNTIME) {
H A Dmlockall7.sh107 time_t start;
112 start = time(NULL);
113 while (time(NULL) - start < 60) {
127 time_t start;
131 start = time(NULL);
132 while (time(NULL) - start < 60) {
147 time_t start;
155 start = time(NULL);
156 while (time(NULL) - start < 60) {
176 time_t start;
[all...]
H A Dthr3.sh88 time_t start;
91 start = time(NULL);
92 while (time(NULL) - start < RUNTIME) {
H A Dtruncate.sh60 time_t start;
71 start = time(NULL);
73 if (time(NULL) - start > 1200)
H A Dsem_wait.sh71 time_t start;
91 start = time(NULL);
92 while (time(NULL) - start < 60) {
/freebsd-current/crypto/heimdal/lib/wind/
H A Dgen-bidi.py59 uint32_t start;
85 start = int(m.group(1), 0x10)
87 file.write(" {0x%x, 0x%x},\n" % (start, end - start + 1))
/freebsd-current/sys/contrib/libfdt/
H A Dfdt_wip.c96 static void fdt_nop_region_(void *start, int len) argument
100 for (p = start; (char *)p < ((char *)start + len); p++)
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_common.c176 static int wpa_check_wowlan_trigger(const char *start, const char *trigger, argument
179 if (os_strcmp(start, trigger) != 0)
194 char *start, *end, *buf; local
209 wpa_check_wowlan_trigger(start, #trigger, \
213 start = buf;
214 while (*start != '\0') {
215 while (isblank((unsigned char) *start))
216 start++;
217 if (*start == '\0')
219 end = start;
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_device_path_os.c104 hrtime_t start, settle; local
107 start = gethrtime();
122 } while (NSEC2MSEC(gethrtime() - start) < timeout_ms);
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dcook.c134 * count newlines between start and end
137 nl_count(char * start, char * end, int * lnct_p) argument
139 while (start < end) {
140 if (*(start++) == NL)
/freebsd-current/stand/usb/tools/
H A Dsysinit.c46 static struct sysinit_data **start; variable in typeref:struct:sysinit_data
221 err(EX_SOFTWARE, "Could not seek to start of input file");
228 start = do_malloc(sizeof(void *) * entries);
229 stop = start + entries;
232 start[c] = &((struct sysinit_data *)input_ptr)[c];
234 if (start != stop)
235 endian32 = (*start)->dw_endian32;
238 for (sipp = start; sipp < stop; sipp++) {
246 qsort(start, entries, sizeof(void *), &compare);
249 qsort(start, entrie
[all...]
/freebsd-current/sys/kern/
H A Dkern_rangelock.c189 rangelock_unlock_range(struct rangelock *lock, void *cookie, off_t start, argument
198 KASSERT(entry->rl_q_start == start, ("wrong start"));
217 rangelock_enqueue(struct rangelock *lock, off_t start, off_t end, int mode, argument
233 entry->rl_q_start = start;
271 rangelock_rlock(struct rangelock *lock, off_t start, off_t end, struct mtx *ilk) argument
274 return (rangelock_enqueue(lock, start, end, RL_LOCK_READ, ilk, false));
278 rangelock_tryrlock(struct rangelock *lock, off_t start, off_t end, argument
282 return (rangelock_enqueue(lock, start, end, RL_LOCK_READ, ilk, true));
286 rangelock_wlock(struct rangelock *lock, off_t start, off_ argument
293 rangelock_trywlock(struct rangelock *lock, off_t start, off_t end, struct mtx *ilk) argument
[all...]
/freebsd-current/sys/vm/
H A Dvm_map.h92 * Address map entries consist of start and end addresses,
104 vm_offset_t start; /* start address */ member in struct:vm_map_entry
183 * ordered based upon the start and end addresses contained
192 * its max offset value is stored in map->header.start. These
240 #define vm_map_range_valid(map, start, end) \
241 vm_map_range_valid_KBI((map), (start), (end))
247 return (map->header.start);
270 vm_map_range_valid(vm_map_t map, vm_offset_t start, vm_offset_t end) argument
272 if (end < start)
448 vm_offset_t start; local
[all...]
/freebsd-current/sys/i386/i386/
H A Dsys_machdep.c74 static int i386_set_ldt_data(struct thread *, int start, int num,
355 if (uap->start > uap->start + uap->length ||
356 uap->start + uap->length > IOPAGES * PAGE_SIZE * NBBY)
359 for (i = uap->start; i < uap->start + uap->length; i++) {
374 if (uap->start >= IOPAGES * PAGE_SIZE * NBBY)
384 i = uap->start;
389 for (i = uap->start + 1; i < IOPAGES * PAGE_SIZE * NBBY; i++) {
528 printf("i386_get_ldt: start
705 i386_set_ldt_data(struct thread *td, int start, int num, union descriptor *descs) argument
[all...]
/freebsd-current/contrib/diff/src/
H A Dcontext.c390 find_hunk (struct change *start)
406 top0 = start->line0 + start->deleted;
407 top1 = start->line1 + start->inserted;
408 prev = start;
409 start = start->link;
410 thresh = (prev->ignore || (start && start
384 find_hunk(struct change *start) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp104 return tscs.complete.start;
106 return tscs.only_start.start;
110 return tscs.hinted_end.start;
119 return tscs.complete.start;
121 return tscs.only_start.start;
125 return tscs.hinted_end.start;
147 lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start,
151 o.tscs.complete.start = start;
167 lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start,
146 CreateCompleteExecution( lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start, uint64_t end) argument
166 CreateHintedEndExecution( lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start, uint64_t hinted_end) argument
184 CreateOnlyStartExecution( lldb::cpu_id_t cpu_id, lldb::tid_t tid, lldb::pid_t pid, uint64_t start) argument
[all...]
/freebsd-current/tools/regression/zfs/
H A Dmisc.sh268 start=0
270 start=${ndisks}
272 ndisks=$((start+$1))
273 n=$((ndisks-$start))
279 for i in `nums $n $start`; do
327 start=0
329 start=${nfiles}
331 nfiles=$((start+$1))
332 n=$((nfiles-$start))
338 for i in `nums $n $start`; d
[all...]

Completed in 162 milliseconds

<<11121314151617181920>>