Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c92 static void *cb_watch_events(void *);
187 *errp = thr_create(NULL, 0, cb_watch_events, NULL, in dm_init_event_queue()
206 *errp = thr_create(NULL, 0, cb_watch_events, NULL, THR_DAEMON, in dm_init_event_queue()
346 cb_watch_events(void *arg __unused) in cb_watch_events() function