Home
last modified time | relevance | path

Searched refs:req_wait (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c303 picl_reqwait_t req_wait; in picl_wait() local
308 req_wait.cnum = PICL_CNUM_WAIT; in picl_wait()
309 req_wait.secs = secs; in picl_wait()
310 err = trysend_req(&darg, &req_wait, sizeof (picl_reqwait_t), in picl_wait()
H A Dpicl2door.h415 picl_reqwait_t req_wait; /* req wait */ member
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c263 ret.cnum = in->req_wait.cnum; in picld_wait()
271 err = xptree_refresh_notify(in->req_wait.secs); in picld_wait()