Lines Matching defs:dip
122 dev_info_t *ntwdt_dip; /* dip */
237 ntwdt_attach(dev_info_t *dip, ddi_attach_cmd_t cmd)
259 instance = ddi_get_instance(dip);
268 ntwdt_dip = dip;
270 ntwdt_ptr->ntwdt_dip = dip;
282 if (ddi_get_soft_iblock_cookie(dip, DDI_SOFTINT_LOW,
304 if (ddi_add_softintr(dip, DDI_SOFTINT_LOW, &ntwdt_cyclic_softint_id,
316 if (ddi_create_minor_node(dip, NTWDT_MINOR_NODE, S_IFCHR, 0,
324 ddi_report_dev(dip);
345 ntwdt_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result)
377 ntwdt_detach(dev_info_t *dip, ddi_detach_cmd_t cmd)
379 int instance = ddi_get_instance(dip);
396 ddi_remove_minor_node(dip, NULL);