Searched defs:alloc_h (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h67 struct nsc_buf_s *(*alloc_h)(); /* Allocate handle */ member in struct:nsc_io_s
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c3052 nsc_buf_t *alloc_h = NULL; local
3094 alloc_h = nsc_alloc_handle(RDC_U_FD(krdc), NULL, NULL, NULL);
3096 if (!alloc_h) {
3102 alloc_h = NULL;
3261 handle = alloc_h;
3272 if (handle && handle != alloc_h) {
3369 if (alloc_h) {
3370 (void) nsc_free_handle(alloc_h);
3371 alloc_h = NULL;
3389 alloc_h
[all...]

Completed in 62 milliseconds