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

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c128 static void *fd_state_head; /* opaque handle top of state structs */ variable
175 if ((retval = ddi_soft_state_init(&fd_state_head,
181 ddi_soft_state_fini(&fd_state_head);
192 ddi_soft_state_fini(&fd_state_head);
207 *fdpp = ddi_get_soft_state(fd_state_head, DRIVE(dev));
420 if (ddi_soft_state_zalloc(fd_state_head, drive_num) != 0)
422 fdp = ddi_get_soft_state(fd_state_head, drive_num);
546 ddi_soft_state_free(fd_state_head, drive_num);
567 if (!(fdp = ddi_get_soft_state(fd_state_head, drive_num)))
587 ddi_soft_state_free(fd_state_head, drive_nu
[all...]

Completed in 66 milliseconds