Home
last modified time | relevance | path

Searched refs:attach_flag (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8591_nct.c664 uint_t attach_flag; in pcf8591_do_detach() local
668 attach_flag = unitp->attach_flag; in pcf8591_do_detach()
670 if (attach_flag & PCF8591_KSTAT_INIT) { in pcf8591_do_detach()
674 if (attach_flag & PCF8591_LOCK_INIT) { in pcf8591_do_detach()
684 if (attach_flag & PCF8591_ALLOC_TRANSFER) { in pcf8591_do_detach()
690 if (attach_flag & PCF8591_REGISTER_CLIENT) { in pcf8591_do_detach()
694 if (attach_flag & PCF8591_MINORS_CREATED) { in pcf8591_do_detach()
701 if (attach_flag & PCF8591_PROPS_READ) { in pcf8591_do_detach()
712 if (attach_flag & PCF8591_SOFT_STATE_ALLOC) { in pcf8591_do_detach()
789 unitp->attach_flag = PCF8591_SOFT_STATE_ALLOC; in pcf8591_do_attach()
[all …]
H A Dpcf8574_nct.c372 uint_t attach_flag; in pcf8574_do_detach() local
377 attach_flag = unitp->attach_flag; in pcf8574_do_detach()
379 if (attach_flag & PCF8574_INTR_ADDED) { in pcf8574_do_detach()
384 if (attach_flag & PCF8574_KSTAT_INIT) { in pcf8574_do_detach()
388 if (attach_flag & PCF8574_LOCK_INIT) { in pcf8574_do_detach()
396 if (attach_flag & PCF8574_ALLOC_TRANSFER) { in pcf8574_do_detach()
406 if (attach_flag & PCF8574_REGISTER_CLIENT) { in pcf8574_do_detach()
410 if (attach_flag & PCF8574_MINORS_CREATED) { in pcf8574_do_detach()
414 if (attach_flag & PCF8574_PROPS_READ) { in pcf8574_do_detach()
424 if (attach_flag & PCF8574_SOFT_STATE_ALLOC) { in pcf8574_do_detach()
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h206 uint_t attach_flag; member
H A Dpcf8574_nct.h317 uint_t attach_flag; member