Lines Matching defs:eventfd_softstate
50 static void *eventfd_softstate; /* softstate pointer */
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,
322 ddi_soft_state_fini(&eventfd_softstate);
360 ddi_soft_state_fini(&eventfd_softstate);