Home
last modified time | relevance | path

Searched refs:next_handle (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c441 while (rp->next_handle) in fc_handle_to_phandle_head()
442 rp = rp->next_handle; in fc_handle_to_phandle_head()
573 while (rp->next_handle) in fc_handle_to_dtree_head()
574 rp = rp->next_handle; in fc_handle_to_dtree_head()
H A Dfcpci.c191 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size, in pci_fc_ops_alloc_handle()
226 if (rp->next_handle) in pci_fc_ops_free_handle()
227 fc_ops_free_handle(rp->next_handle); in pci_fc_ops_free_handle()
273 if (fc_ops(ap, rp->next_handle, cp) == 0) { in pci_fc_ops()
H A Dfc_ops.c109 rp->next_handle = NULL; /* nobody is downstream */ in fc_ops_alloc_handle()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c238 qlt_dma_handle_t *handle, *next_handle; in qlt_dma_handle_pool_fini() local
253 next_handle = handle->next; in qlt_dma_handle_pool_fini()
255 handle = next_handle; in qlt_dma_handle_pool_fini()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h450 void *next_handle; /* next handle in chain */ member
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1154 rp->next_handle = fc_ops_alloc_handle(parent, child, fcode, fcode_size, in opl_fc_ops_alloc_handle()
1185 if (rp->next_handle) in opl_fc_ops_free_handle()
1186 fc_ops_free_handle(rp->next_handle); in opl_fc_ops_free_handle()
1252 if (fc_ops(ap, rp->next_handle, cp) == 0) in opl_fc_do_op()