Home
last modified time | relevance | path

Searched refs:timo (Results 51 – 75 of 92) sorted by relevance

1234

/freebsd/sys/dev/ipmi/
H A Dipmi_ssif.c362 ssif_driver_request(struct ipmi_softc *sc, struct ipmi_request *req, int timo) in ssif_driver_request() argument
370 timo); in ssif_driver_request()
H A Dipmi_bt.c268 bt_driver_request(struct ipmi_softc *sc, struct ipmi_request *req, int timo __unused) in bt_driver_request()
/freebsd/sys/dev/isp/
H A Dispreg.h186 #define MBSINIT(mbxp, code, loglev, timo) \ argument
194 (mbxp)->timeout = timo
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.h79 KASSERT(!callout_pending(&(cmd)->timo), ("Pending callout!")); \
H A Dng_l2cap_var.h186 struct callout timo; /* RTX/ERTX timeout */ member
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h87 struct callout timo; /* timeout */ member
H A Dng_btsocket_l2cap.h170 struct callout timo; /* timeout */ member
H A Dng_btsocket_rfcomm.h300 struct callout timo; /* timeout */ member
/freebsd/stand/libsa/
H A Dnetif.c217 netif_get(struct iodesc *desc, void **pkt, time_t timo) in netif_get() argument
234 rv = drv->netif_get(desc, pkt, timo); in netif_get()
/freebsd/sys/dev/iwm/
H A Dif_iwm_pcie_trans.h117 uint32_t bits, uint32_t mask, int timo);
/freebsd/sys/kgssapi/
H A Dgsstest.c592 struct timeval timo; in gsstest_get_rpc() local
646 timo.tv_sec = 25; in gsstest_get_rpc()
647 timo.tv_usec = 0; in gsstest_get_rpc()
658 (xdrproc_t) xdr_wrapstring, &uaddr, timo); in gsstest_get_rpc()
697 (xdrproc_t) xdr_u_short, &port, timo); in gsstest_get_rpc()
/freebsd/sys/nlm/
H A Dnlm.h139 extern int nlm_wait_lock(void *handle, int timo);
/freebsd/sys/sys/
H A Drwlock.h241 #define rw_sleep(chan, rw, pri, wmesg, timo) \ argument
243 tick_sbt * (timo), 0, C_HARDCLOCK)
H A Dsx.h264 #define sx_sleep(chan, sx, pri, wmesg, timo) \ argument
266 tick_sbt * (timo), 0, C_HARDCLOCK)
H A Dbuf.h312 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument
314 (interlock), (wmesg), (PRIBIO + 4) | (catch), (timo), \
H A Dtty.h195 int tty_timedwait(struct tty *tp, struct cv *cv, int timo);
H A Dmutex.h466 #define mtx_sleep(chan, mtx, pri, wmesg, timo) \ argument
468 tick_sbt * (timo), 0, C_HARDCLOCK)
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4495 if (timo < 1) in nfsrv_pnfscreate()
4496 timo = 1; in nfsrv_pnfscreate()
4727 if (timo < 1) in nfsrv_pnfsremove()
4728 timo = 1; in nfsrv_pnfsremove()
5588 if (timo < 1) in nfsrv_writedsrpc()
5589 timo = 1; in nfsrv_writedsrpc()
5747 if (timo < 1) in nfsrv_allocatedsrpc()
5748 timo = 1; in nfsrv_allocatedsrpc()
5929 timo = 1; in nfsrv_deallocatedsrpc()
6113 timo = 1; in nfsrv_setattrdsrpc()
[all …]
/freebsd/sys/dev/hptiop/
H A Dhptiop.h475 int priority, const char *wmesg, int timo) in hptiop_sleep() argument
480 retval = msleep(ident, &hba->lock, priority, wmesg, timo); in hptiop_sleep()
/freebsd/sys/geom/
H A Dgeom.h413 #define g_topology_sleep(chan, timo) \ argument
414 sx_sleep(chan, &topology_lock, 0, "gtopol", timo)
/freebsd/sys/kern/
H A Dvfs_aio.c1964 int error, i, timo; in kern_aio_suspend() local
1966 timo = 0; in kern_aio_suspend()
1974 timo = tvtohz(&atv); in kern_aio_suspend()
2004 "aiospn", timo); in kern_aio_suspend()
2517 int timo; in kern_aio_waitcomplete() local
2522 timo = 0; in kern_aio_waitcomplete()
2524 timo = -1; in kern_aio_waitcomplete()
2532 timo = tvtohz(&atv); in kern_aio_waitcomplete()
2543 if (timo == -1) { in kern_aio_waitcomplete()
2549 "aiowc", timo); in kern_aio_waitcomplete()
[all …]
H A Dkern_tc.c1594 int err, timo; in pps_fetch() local
1610 timo = 0x7fffffff; in pps_fetch()
1614 timo = tvtohz(&tv); in pps_fetch()
1623 "ppsfch", timo); in pps_fetch()
1626 "ppsfch", timo); in pps_fetch()
1629 err = tsleep(pps, PCATCH, "ppsfch", timo); in pps_fetch()
H A Duipc_mqueue.c266 int timo);
268 int timo);
1757 _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg, int timo) in _mqueue_send() argument
1764 if (timo < 0) { in _mqueue_send()
1770 PCATCH, "mqsend", timo); in _mqueue_send()
1914 _mqueue_recv(struct mqueue *mq, struct mqueue_msg **msg, int timo) in _mqueue_recv() argument
1920 if (timo < 0) { in _mqueue_recv()
1926 PCATCH, "mqrecv", timo); in _mqueue_recv()
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c353 const struct timespec *timo, const sigset_t *mask) in __thr_pselect() argument
360 ret = __sys_pselect(count, rfds, wfds, efds, timo, mask); in __thr_pselect()
/freebsd/sys/nfsclient/
H A Dnfs.h287 int priority, char *wmesg, int timo);

1234