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

/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_emul.c109 dev_info_t *ndip = ddi_get_next_sibling(dip); local
111 while (ndip) {
112 pnp->pn_sibling = promif_create_node(ndip);
113 promif_create_children(pnp->pn_sibling, ndip);
115 ndip = ddi_get_next_sibling(ndip);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c281 spec_assoc_fence(dev_info_t *ndip, vnode_t *vp) argument
290 if (ndip != NULL) {
291 mutex_enter(&DEVI(ndip)->devi_lock);
292 if (DEVI(ndip)->devi_flags & DEVI_RETIRED)
294 mutex_exit(&DEVI(ndip)->devi_lock);
309 fence ? "" : "un", (void *)csp, (void *)ndip));
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c714 dev_info_t *ndip; local
717 ndip = np->n_getdip(np);
718 if (ndip == NULL) {
725 pp->here = (void *)ddi_get_parent(ndip);
781 dev_info_t *ndip; local
785 ndip = np->n_getdip(np);
786 if (ndip == NULL) {
789 } else if (ddi_getlongprop_buf(DDI_DEV_T_ANY, ndip,
802 dev_info_t *ndip; local
804 ndip
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c719 dev_info_t *ndip; local
722 ndip = np->n_getdip(np);
723 if (ndip == NULL) {
730 pp->here = (void *)ddi_get_parent(ndip);
843 dev_info_t *ndip; local
846 ndip = np->n_getdip(np);
847 if (ndip == NULL) {
850 } else if (ddi_getlongprop_buf(DDI_DEV_T_ANY, ndip,
884 dev_info_t *ndip; local
886 ndip
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1651 dev_info_t *ndip, *child, *pdip; local
1668 ndip = (dev_info_t *)(DEVI(pdip)->devi_child);
1669 while ((child = ndip) != NULL) {
1671 ndip = (dev_info_t *)(DEVI(child)->devi_sibling);
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c1159 dev_info_t *ndip = NULL; local
1163 ndip = (dev_info_t *)DEVI(vh->vh_dip)->devi_child;
1164 while ((cdip = ndip) != NULL) {
1165 ndip = (dev_info_t *)DEVI(cdip)->devi_sibling;
1620 dev_info_t *ndip = NULL; local
1633 ndip = (dev_info_t *)DEVI(vdip)->devi_child;
1634 while ((cdip = ndip) != NULL) {
1635 ndip = (dev_info_t *)DEVI(cdip)->devi_sibling;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c12913 dev_info_t *ndip; local
12920 ndip = (dev_info_t *)DEVI(pdip)->devi_child;
12921 while ((cdip = ndip) != NULL) {
12922 ndip = (dev_info_t *)DEVI(cdip)->devi_sibling;

Completed in 181 milliseconds