/freebsd/libexec/rc/rc.d/ |
H A D | defaultroute | 35 local nl waited 45 waited=0 46 while [ ${waited} -lt ${defaultroute_delay} ]; do 49 if [ ${waited} -ne 0 ]; then 55 if [ ${waited} -eq 0 ]; then 60 if [ ${waited} -eq ${defaultroute_carrier_delay} ] && ! defaultroute_carrier; then 66 waited=$(($waited + 1))
|
H A D | mountcritlocal | 18 local err holders waited
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/ |
H A D | tst.predcache.ksh | 160 let waited=0 162 while [ "$waited" -lt 5 ]; do 167 let waited=waited+1 183 let waited=0 185 while [ "$waited" -lt 10 ]; do 190 let waited=waited+1
|
/freebsd/tools/tools/netrate/netsend/ |
H A D | netsend.c | 100 wait_time(struct timespec ts, struct timespec *wakeup_ts, long long *waited) in wait_time() argument 116 if (waited != NULL) in wait_time() 117 (*waited)++; in wait_time() 140 long long waited; in timing_loop() local 187 waited = 0; in timing_loop() 209 if (wait_time(nexttime, &tmptime, &waited) == -1) in timing_loop() 272 printf("waited: %lld\n", waited); in timing_loop() 273 printf("approx waits/sec: %lld\n", (long long)(waited / a->duration)); in timing_loop() 274 printf("approx wait rate: %lld\n", (long long)(waited / send_calls)); in timing_loop()
|
/freebsd/usr.bin/gcore/ |
H A D | gcore.c | 91 int error, res, ret, waited; in kcoredump() local 97 waited = waitpid(pid, &res, 0); in kcoredump() 98 if (waited == -1) in kcoredump() 111 waited = waitpid(pid, &res, WNOHANG); in kcoredump() 112 if (waited == -1) { in kcoredump()
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 1859 uint64_t tag, boolean_t *waited) in wait_common() argument 1870 if (error == 0 && waited != NULL) in wait_common() 1871 *waited = fnvlist_lookup_boolean_value(result, in wait_common() 1881 lzc_wait(const char *pool, zpool_wait_activity_t activity, boolean_t *waited) in lzc_wait() argument 1883 return (wait_common(pool, activity, B_FALSE, 0, waited)); in lzc_wait() 1888 boolean_t *waited) in lzc_wait_tag() argument 1890 return (wait_common(pool, activity, B_TRUE, tag, waited)); in lzc_wait_tag() 1894 lzc_wait_fs(const char *fs, zfs_wait_activity_t activity, boolean_t *waited) in lzc_wait_fs() argument 1903 if (error == 0 && waited != NULL) in lzc_wait_fs() 1904 *waited = fnvlist_lookup_boolean_value(result, in lzc_wait_fs()
|
H A D | libzfs_core.abi | 3173 <parameter type-id='37e3bd22' name='waited'/> 3180 <parameter type-id='37e3bd22' name='waited'/> 3186 <parameter type-id='37e3bd22' name='waited'/>
|
/freebsd/usr.sbin/watchdogd/ |
H A D | watchdogd.c | 343 long waited; in watchdog_loop() local 369 waited = watchdog_check_dogfunction_time(&ts_start, &ts_end); in watchdog_loop() 370 if (nap - waited > 0) in watchdog_loop() 371 sleep(nap - waited); in watchdog_loop()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vnops_os.c | 616 boolean_t waited = B_FALSE; in zfs_create() local 739 (waited ? TXG_NOTHROTTLE : 0) | TXG_NOWAIT); in zfs_create() 743 waited = B_TRUE; in zfs_create() 864 boolean_t waited = B_FALSE; in zfs_tmpfile() local 930 error = dmu_tx_assign(tx, (waited ? TXG_NOTHROTTLE : 0) | TXG_NOWAIT); in zfs_tmpfile() 933 waited = B_TRUE; in zfs_tmpfile() 1006 boolean_t waited = B_FALSE; in zfs_remove() local 1094 error = dmu_tx_assign(tx, (waited ? TXG_NOTHROTTLE : 0) | TXG_NOWAIT); in zfs_remove() 1098 waited = B_TRUE; in zfs_remove() 1244 boolean_t waited = B_FALSE; in zfs_mkdir() local [all …]
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbdc.c | 926 int waited = 0; in empty_both_buffers() local 953 waited += (delta * 1000); in empty_both_buffers() 954 if (waited == (delta * 1000000)) in empty_both_buffers()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dsl_dir.h | 205 boolean_t *waited);
|
H A D | spa.h | 1235 boolean_t *waited); 1237 uint64_t tag, boolean_t *waited);
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 2494 local wait waited holders 2496 waited=0 2502 if [ ${waited} -eq 0 ]; then 2508 if [ ${waited} -ge ${root_hold_delay} ]; then 2513 waited=$(($waited + 1))
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_ioctl.c | 4460 boolean_t waited; in zfs_ioc_wait() local 4467 error = spa_wait_tag(name, activity, tag, &waited); in zfs_ioc_wait() 4469 error = spa_wait(name, activity, &waited); in zfs_ioc_wait() 4472 fnvlist_add_boolean_value(outnvl, ZPOOL_WAIT_WAITED, waited); in zfs_ioc_wait() 4501 boolean_t waited = B_FALSE; in zfs_ioc_wait_fs() local 4538 error = dsl_dir_wait(dd, ds, activity, &waited); in zfs_ioc_wait_fs() 4549 fnvlist_add_boolean_value(outnvl, ZFS_WAIT_WAITED, waited); in zfs_ioc_wait_fs()
|
H A D | dsl_dir.c | 2457 boolean_t *waited) in dsl_dir_wait() argument 2470 *waited = B_TRUE; in dsl_dir_wait()
|
H A D | spa.c | 10850 boolean_t use_tag, uint64_t tag, boolean_t *waited) argument 10886 *waited = B_FALSE; 10895 *waited = B_TRUE; 10917 boolean_t *waited) argument 10919 return (spa_wait_common(pool, activity, B_TRUE, tag, waited)); 10926 spa_wait(const char *pool, zpool_wait_activity_t activity, boolean_t *waited) argument 10929 return (spa_wait_common(pool, activity, B_FALSE, 0, waited));
|
/freebsd/libexec/bootpd/ |
H A D | Changes | 62 requests from clients that have not waited long enough.
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_dataset.c | 5661 boolean_t *missing, boolean_t *waited) in zfs_wait_status() argument 5663 int error = lzc_wait_fs(zhp->zfs_name, activity, waited); in zfs_wait_status()
|
H A D | libzfs_pool.c | 5010 boolean_t *missing, boolean_t *waited) in zpool_wait_status() argument 5012 int error = lzc_wait(zhp->zpool_name, activity, waited); in zpool_wait_status()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 9075 boolean_t waited; in zfs_do_wait() local 9080 error = zfs_wait_status(zhp, i, &missing, &waited); in zfs_do_wait() 9084 any_waited = (any_waited || waited); in zfs_do_wait()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.1.txt | 189 callback (if the callback hadn't started running yet), or has waited
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.1.txt | 189 callback (if the callback hadn't started running yet), or has waited
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 13404 boolean_t waited; in zpool_do_wait() local 13409 error = zpool_wait_status(zhp, i, &missing, &waited); in zpool_do_wait() 13413 any_waited = (any_waited || waited); in zpool_do_wait()
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 319 # UDP queries that have waited in the socket buffer for a long time
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 1492 I have waited for thy salvation, O LORD. 9447 So the prophet departed, and waited for the king by the way, and disguised himself with ashes upon … 9650 … had brought away captive out of the land of Israel a little maid; and she waited on Naaman's wife. 10487 …ntil Solomon had built the house of the LORD in Jerusalem: and then they waited on their office ac… 10488 And these are they that waited with their children. Of the sons of the Kohathites: Heman a singer, … 10634 Who hitherto waited in the king's gate eastward: they were porters in the companies of the children… 11331 And the priests waited on their offices: the Levites also with instruments of musick of the LORD, w… 11543 These waited on the king, beside those whom the king put in the fenced cities throughout all Judah. 11982 …vid, and Asaph, and Heman, and Jeduthun the king's seer; and the porters waited at every gate; the… 12669 …aw for the priests and Levites: for Judah rejoiced for the priests and for the Levites that waited. [all …]
|