Home
last modified time | relevance | path

Searched refs:wait (Results 451 – 475 of 875) sorted by relevance

1...<<11121314151617181920>>...35

/freebsd/share/examples/ppp/
H A Dppp.conf.span-isp.working28 # is told to ``wait'' for ppp to finish and the receiving ppp gets to
/freebsd/sys/dev/cxgbe/
H A Dt4_if.m34 # functions on the NIC need to wait for the main device to be initialized
/freebsd/sys/dev/irdma/
H A Dirdma_puda.h213 struct irdma_ah_info *ah_info, bool wait,
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c734 wait = B_TRUE; in zpool_do_initialize()
782 if (wait) in zpool_do_initialize()
1311 wait = B_TRUE; in zpool_do_remove()
1347 if (wait) { in zpool_do_remove()
1384 if (ret == 0 && wait) in zpool_do_remove()
3676 wait = B_FALSE; in zpool_do_checkpoint()
3683 wait = B_TRUE; in zpool_do_checkpoint()
6776 wait = B_TRUE; in zpool_do_attach_or_replace()
7686 wait = B_TRUE; in zpool_do_scrub()
7846 wait = B_TRUE; in zpool_do_trim()
[all …]
/freebsd/sys/dev/mthca/
H A Dmthca_cq.c265 wake_up(&cq->wait); in mthca_cq_event()
824 init_waitqueue_head(&cq->wait); in mthca_init_cq()
941 wait_event(cq->wait, !get_cq_refcount(dev, cq)); in mthca_free_cq()
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.h106 unsigned int wait, const u8 *dst, const u8 *data,
110 unsigned int wait, const u8 *dst,
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti-aemif.txt89 - ti,cs-extended-wait-mode: enable/disable extended wait mode
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dlogicpd-torpedo-baseboard.dtsi119 gpmc,wait-pin = <0>;
139 gpmc,wait-monitoring-ns = <0>;
H A Domap54xx-clocks.dtsi889 compatible = "ti,composite-no-wait-gate-clock";
924 compatible = "ti,composite-no-wait-gate-clock";
959 compatible = "ti,composite-no-wait-gate-clock";
994 compatible = "ti,composite-no-wait-gate-clock";
1029 compatible = "ti,composite-no-wait-gate-clock";
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h2872 struct rtw89_tx_wait_info __rcu *wait; member
3537 static inline void rtw89_init_wait(struct rtw89_wait_info *wait) in rtw89_init_wait() argument
3539 init_completion(&wait->completion); in rtw89_init_wait()
3540 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE); in rtw89_init_wait()
4280 struct rtw89_wait_info wait; member
5217 struct rtw89_tx_wait_info *wait; in rtw89_core_tx_wait_complete() local
5221 wait = rcu_dereference(skb_data->wait); in rtw89_core_tx_wait_complete()
5222 if (!wait) in rtw89_core_tx_wait_complete()
5225 wait->tx_done = tx_done; in rtw89_core_tx_wait_complete()
5226 complete(&wait->completion); in rtw89_core_tx_wait_complete()
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h97 t_Error (*f_FM_MAC_Reset) (t_Handle h_FmMac, bool wait);
/freebsd/contrib/netbsd-tests/rump/rumpkern/
H A Dt_lwproc.c204 wait(&status); in ATF_TC_BODY()
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME7 the wait(2) macros to create a reasonable exit status. Fixed March 12, 2016.
/freebsd/contrib/kyua/utils/
H A Dstacktrace.cpp326 executor_handle.wait(exec_handle); in dump_stacktrace()
/freebsd/contrib/smbfs/lib/smb/
H A Dsubr.c284 union wait status; in safe_execv()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_do_handshake.pod15 SSL_do_handshake() will wait for a SSL/TLS handshake to take place. If the
H A DASYNC_start_job.pod111 applications that a job is ready to be resumed. One is a "wait" file
114 The "wait" file descriptor associated with B<ASYNC_WAIT_CTX> is used for
115 applications to wait for the file descriptor to be ready for "read" using a
/freebsd/lib/libc/isc/
H A Deventlib_p.h177 struct { evWait *this; } wait; member
/freebsd/sbin/quotacheck/
H A Dpreen.c138 while ((pid = wait(&status)) != -1) { in checkfstab()
/freebsd/bin/timeout/
H A Dtimeout.c341 while (!child_done && wait(&pstat) == -1) { in main()
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile.c429 (void) wait(&status);
/freebsd/contrib/unbound/validator/
H A Dautotrust.c2011 calc_next_probe(struct module_env* env, time_t wait) in calc_next_probe() argument
2016 if(wait < 3600) in calc_next_probe()
2017 wait = 3600; in calc_next_probe()
2019 if(wait == 0) wait = 1; in calc_next_probe()
2021 rnd = wait/10; in calc_next_probe()
2022 rest = wait-rnd; in calc_next_probe()
/freebsd/usr.sbin/bhyve/
H A Dgdb.c2019 bool wait; in init_gdb() local
2028 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
2036 saddr, sport, wait ? "" : "not "); in init_gdb()
2072 if (wait) { in init_gdb()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c219 uint64_t open = 0, quiesce = 0, wait = 0, sync = 0; in spa_txg_history_show() local
241 wait = sth->times[TXG_STATE_WAIT_FOR_SYNC] - in spa_txg_history_show()
254 (u_longlong_t)open, (u_longlong_t)quiesce, (u_longlong_t)wait, in spa_txg_history_show()
/freebsd/contrib/ntp/sntp/libopts/
H A Dmakeshell.c860 wait(&sts); in genshelloptUsage()
899 wait(&sts); in genshelloptUsage()

1...<<11121314151617181920>>...35