Searched refs:fdwatch (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/intel/io/ |
| H A D | fdc.c | 344 static void fdwatch(void *arg); 2768 fdwatch(void *arg) in fdwatch() function 2845 fcp->c_timeid = timeout(fdwatch, (void *)fcp, time); in fdc_statemach() 2934 fcp->c_timeid = timeout(fdwatch, (void *)fcp, time); in fdc_statemach() 3045 fcp->c_timeid = timeout(fdwatch, (void *)fcp, time); in fdc_statemach() 3089 fcp->c_timeid = timeout(fdwatch, (void *)fcp, in fdc_statemach()
|
| /illumos-gate/usr/src/uts/sun/io/ |
| H A D | fd.c | 224 static void fdwatch(void *); 3794 fdc->c_timeid = timeout(fdwatch, a, in fdexec() 4664 fdwatch(void *arg) in fdwatch() function
|