Home
last modified time | relevance | path

Searched defs:timo (Results 1 – 25 of 79) sorted by relevance

1234

/NextBSD/sys/nlm/
HDnlm_prot_clnt.c21 … nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_sm_notify_0()
30 …estargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_test_1()
39 …lm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_lock_1()
48 …lm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_1()
57 …_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_1()
66 …lm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_granted_1()
75 …t nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_test_msg_1()
84 …t nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_lock_msg_1()
93 …t nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_msg_1()
102 …nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_msg_1()
[all …]
HDnlm_advlock.c206 struct timeval timo; in nlm_advlock_internal() local
563 struct rpc_callextra *ext, struct timeval timo) in nlm_test_rpc()
594 struct rpc_callextra *ext, struct timeval timo) in nlm_lock_rpc()
623 struct rpc_callextra *ext, struct timeval timo) in nlm_cancel_rpc()
650 struct rpc_callextra *ext, struct timeval timo) in nlm_unlock_rpc()
719 rpcvers_t vers, struct timeval *timo, int retries, in nlm_setlock()
918 rpcvers_t vers, struct timeval *timo, int retries, in nlm_clearlock()
993 rpcvers_t vers, struct timeval *timo, int retries, in nlm_getlock()
HDnlm_prot_impl.c353 struct timeval timo; in nlm_get_rpc() local
1147 struct timeval timo; in nlm_host_unmonitor() local
1192 struct timeval timo; in nlm_host_monitor() local
1356 nlm_wait_lock(void *handle, int timo) in nlm_wait_lock()
1528 struct timeval timo; in nlm_server_main() local
/NextBSD/sys/sys/
HDsystm.h375 #define msleep(chan, mtx, pri, wmesg, timo) \ argument
383 #define msleep_spin(chan, mtx, wmesg, timo) \ argument
388 #define pause(wmesg, timo) \ argument
390 #define tsleep(chan, pri, wmesg, timo) \ argument
HDlockmgr.h95 int prio, int timo, const char *file, int line) in _lockmgr_args()
104 const char *wmesg, int prio, int timo, const char *file, int line) in _lockmgr_args_rw()
117 #define lockmgr_args(lk, flags, ilk, wmesg, prio, timo) \ argument
120 #define lockmgr_args_rw(lk, flags, ilk, wmesg, prio, timo) \ argument
HDcondvar.h72 #define cv_timedwait(cvp, lock, timo) \ argument
77 #define cv_timedwait_sig(cvp, lock, timo) \ argument
HDsleepqueue.h101 #define sleepq_set_timeout(wchan, timo) \ argument
HDsema.h57 #define sema_timedwait(sema, timo) \ argument
/NextBSD/sys/kern/
HDkern_kthread.c173 kproc_suspend(struct proc *p, int timo) in kproc_suspend()
351 kthread_suspend(struct thread *td, int timo) in kthread_suspend()
HDkern_umtx.c717 abs_timeout_init(struct abs_timeout *timo, int clockid, int absolute, in abs_timeout_init()
733 abs_timeout_init2(struct abs_timeout *timo, const struct _umtx_time *umtxtime) in abs_timeout_init2()
742 abs_timeout_update(struct abs_timeout *timo) in abs_timeout_update()
748 abs_timeout_gethz(struct abs_timeout *timo) in abs_timeout_gethz()
767 int error, timo; in umtxq_sleep() local
855 struct abs_timeout timo; in do_wait() local
928 struct abs_timeout timo; in do_lock_normal() local
1525 uint32_t owner, const char *wmesg, struct abs_timeout *timo) in umtxq_sleep_pi()
1664 struct abs_timeout timo; in do_lock_pi() local
1951 struct abs_timeout timo; in do_lock_pp() local
[all …]
HDkern_sema.c109 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
HDkern_lock.c188 const char *wmesg, int pri, int timo, int queue) in sleeplk()
372 lockinit(struct lock *lk, int pri, const char *wmesg, int timo, int flags) in lockinit()
453 const char *wmesg, int pri, int timo, const char *file, int line) in __lockmgr_args()
/NextBSD/sys/cam/
HDcam_xpt.h122 #define xpt_path_sleep(path, chan, priority, wmesg, timo) \ argument
/NextBSD/sys/dev/usb/
HDusb_util.c133 usb_pause_mtx(struct mtx *mtx, int timo) in usb_pause_mtx()
/NextBSD/sys/fs/nfs/
HDnfs_commonkrpc.c172 struct timeval timo; in newnfs_connect() local
486 struct timeval timo; in newnfs_request() local
1111 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) in newnfs_msleep()
/NextBSD/sys/dev/speaker/
HDspkr.c68 int sps, timo; in tone() local
109 int timo; in rest() local
/NextBSD/sys/fs/nfsclient/
HDnfs_clnfsiod.c247 int myiod, timo; in nfssvc_iod() local
/NextBSD/usr.sbin/lpr/common_source/
HDnet.c92 int s, timo = 1, lport = IPPORT_RESERVED - 1; in getport() local
/NextBSD/sys/dev/ipmi/
HDipmi_ssif.c363 ssif_driver_request(struct ipmi_softc *sc, struct ipmi_request *req, int timo) in ssif_driver_request()
HDipmi_smic.c392 smic_driver_request(struct ipmi_softc *sc, struct ipmi_request *req, int timo) in smic_driver_request()
/NextBSD/sys/netgraph/bluetooth/include/
HDng_btsocket_sco.h86 struct callout timo; /* timeout */ member
/NextBSD/sys/dev/acpica/Osd/
HDOsdSchedule.c249 int timo; in AcpiOsSleep() local
/NextBSD/lib/libstand/
HDnetif.c220 netif_get(desc, pkt, len, timo) in netif_get() argument
/NextBSD/sys/dev/ppbus/
HDppb_base.c237 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) in ppb_sleep()
/NextBSD/sys/netgraph/bluetooth/drivers/h4/
HDng_h4_var.h96 struct callout timo; /* See man timeout(9) */ member

1234