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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c122 dev_info_t *ntwdt_dip; /* dip */ member in struct:__anon10297
129 static dev_info_t *ntwdt_dip; variable
268 ntwdt_dip = dip;
270 ntwdt_ptr->ntwdt_dip = dip;
338 ntwdt_dip = NULL;
355 *result = (void *)ntwdt_dip;
410 ntwdt_dip = NULL;
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c393 dev_info_t *ntwdt_dip; /* dip */ member in struct:__anon9808
400 static dev_info_t *ntwdt_dip; variable
614 ntwdt_dip = dip;
616 ntwdt_ptr->ntwdt_dip = dip;
704 ntwdt_dip = NULL;
832 ntwdt_dip = NULL;
870 if (ddi_add_softintr(ntwdt_ptr->ntwdt_dip, DDI_SOFTINT_LOW,
943 *result = (void *)ntwdt_dip;
1709 ntwdt_ptr->ntwdt_dip, DDI_PROP_DONTPASS,

Completed in 67 milliseconds