Searched defs:nv_timeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c140 static void nv_timeout(void *);
1404 "nv_sata_start: calling nv_timeout "
1407 nv_timeout(nvp);
2308 nvp->nvp_timeout_id = timeout(nv_timeout, (void *)nvp,
2321 nvp->nvp_timeout_id = timeout(nv_timeout, (void *)nvp,
5621 nv_timeout(void *arg) function
5687 "nv_timeout: device detached", NULL);
5721 "nv_timeout: spurious link event", NULL);
5744 "nv_timeout: device attached", NULL);
5762 "nv_timeout
[all...]

Completed in 71 milliseconds