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

/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c70 void * iod_work(void *arg);
315 /* The rest happens in the iod_work thread. */
316 err = thr_create(NULL, 0, iod_work, ctx, THR_DETACHED, &tid);
320 * free at end of iod_work
340 iod_work(void *arg) function
347 DPRINT("iod_work: cancelled alarm\n");
355 DPRINT("iod_work: schedule alarm\n");

Completed in 44 milliseconds