Searched refs:eventfd_softstate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Deventfd.c50 static void *eventfd_softstate; /* softstate pointer */ variable
69 if (ddi_soft_state_zalloc(eventfd_softstate, minor) != DDI_SUCCESS) {
75 state = ddi_get_soft_state(eventfd_softstate, minor);
98 state = ddi_get_soft_state(eventfd_softstate, minor);
169 state = ddi_get_soft_state(eventfd_softstate, minor);
221 state = ddi_get_soft_state(eventfd_softstate, minor);
246 state = ddi_get_soft_state(eventfd_softstate, minor);
271 state = ddi_get_soft_state(eventfd_softstate, minor);
288 ddi_soft_state_free(eventfd_softstate, minor);
312 if (ddi_soft_state_init(&eventfd_softstate,
[all...]

Completed in 44 milliseconds