Home
last modified time | relevance | path

Searched refs: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
129 static dev_info_t *ntwdt_dip; variable
268 ntwdt_dip = dip; in ntwdt_attach()
270 ntwdt_ptr->ntwdt_dip = dip; in ntwdt_attach()
338 ntwdt_dip = NULL; in ntwdt_attach()
355 *result = (void *)ntwdt_dip; in ntwdt_info()
410 ntwdt_dip = NULL; in ntwdt_detach()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c393 dev_info_t *ntwdt_dip; /* dip */ member
400 static dev_info_t *ntwdt_dip; variable
614 ntwdt_dip = dip; in ntwdt_attach()
616 ntwdt_ptr->ntwdt_dip = dip; in ntwdt_attach()
704 ntwdt_dip = NULL; in ntwdt_attach()
832 ntwdt_dip = NULL; in ntwdt_detach()
870 if (ddi_add_softintr(ntwdt_ptr->ntwdt_dip, DDI_SOFTINT_LOW, in ntwdt_add_mbox_handlers()
943 *result = (void *)ntwdt_dip; in ntwdt_info()
1709 ntwdt_ptr->ntwdt_dip, DDI_PROP_DONTPASS, in ntwdt_read_props()