Lines Matching refs:timerfd_softstate
51 static void *timerfd_softstate; /* softstate pointer */ variable
122 if (ddi_soft_state_zalloc(timerfd_softstate, minor) != DDI_SUCCESS) { in timerfd_open()
128 state = ddi_get_soft_state(timerfd_softstate, minor); in timerfd_open()
151 state = ddi_get_soft_state(timerfd_softstate, minor); in timerfd_read()
188 state = ddi_get_soft_state(timerfd_softstate, minor); in timerfd_poll()
258 state = ddi_get_soft_state(timerfd_softstate, minor); in timerfd_ioctl()
400 state = ddi_get_soft_state(timerfd_softstate, minor); in timerfd_close()
426 ddi_soft_state_free(timerfd_softstate, minor); in timerfd_close()
450 if (ddi_soft_state_init(&timerfd_softstate, in timerfd_attach()
460 ddi_soft_state_fini(&timerfd_softstate); in timerfd_attach()
498 ddi_soft_state_fini(&timerfd_softstate); in timerfd_detach()