Home
last modified time | relevance | path

Searched refs:ntwdt_ptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c266 ASSERT(ntwdt_ptr != NULL); in ntwdt_attach()
270 ntwdt_ptr->ntwdt_dip = dip; in ntwdt_attach()
278 ntwdt_ptr->ntwdt_run_state = in ntwdt_attach()
380 ntwdt_state_t *ntwdt_ptr = NULL; in ntwdt_detach() local
383 if (ntwdt_ptr == NULL) { in ntwdt_detach()
426 if (ntwdt_ptr == NULL) { in ntwdt_open()
441 ntwdt_ptr->ntwdt_open_flag = 1; in ntwdt_open()
455 if (ntwdt_ptr == NULL) { in ntwdt_close()
460 ntwdt_ptr->ntwdt_open_flag = 0; in ntwdt_close()
473 ntwdt_state_t *ntwdt_ptr = NULL; in ntwdt_ioctl() local
[all …]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c612 ASSERT(ntwdt_ptr != NULL); in ntwdt_attach()
616 ntwdt_ptr->ntwdt_dip = dip; in ntwdt_attach()
624 ntwdt_ptr->ntwdt_wdog_state = in ntwdt_attach()
670 ntwdt_add_callbacks(ntwdt_ptr); in ntwdt_attach()
793 ntwdt_state_t *ntwdt_ptr = NULL; in ntwdt_detach() local
799 if (ntwdt_ptr == NULL) { in ntwdt_detach()
979 inst, (void *)ntwdt_ptr)); in ntwdt_open()
990 if (ntwdt_ptr == NULL) in ntwdt_open()
1025 inst, (void *)ntwdt_ptr)); in ntwdt_close()
1027 if (ntwdt_ptr == NULL) in ntwdt_close()
[all …]