Searched refs:alloc_h (Results 1 - 4 of 4) 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
H A Dnsc_cache.c54 "AllocHandle", (uintptr_t)nsc_null, _I(alloc_h),
89 nsc_buf_t *h = (*fd->sf_aio->alloc_h)(d_cb, r_cb, w_cb, fd->sf_cd);
125 if ((h = (*io->alloc_h)(NULL, NULL, NULL, NSC_ANON_CD)) == NULL) {
H A Dnsc_disk.c101 if (io->alloc_h != (nsc_buf_t *(*)())nsc_null ||
114 io->alloc_h = (nsc_buf_t *(*)())_nsc_alloc_dhandle;
/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 58 milliseconds