Home
last modified time | relevance | path

Searched refs:drmach_domain (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h184 extern drmach_domain_info_t drmach_domain;
H A Ddrmach_acpi.c109 drmach_domain_info_t drmach_domain; variable
919 drmach_domain.allow_dr = acpidev_dr_capable(); in drmach_init()
1448 else if (!drmach_domain.allow_dr) in drmach_pre_op()
1454 else if (!drmach_domain.allow_dr) in drmach_pre_op()
1458 if (!drmach_domain.allow_dr) in drmach_pre_op()
2025 return ((drmach_domain.floating & (1ULL << bp->bnum)) ? 1 : 0); in drmach_board_is_floating()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c194 drmach_domain_info_t drmach_domain; variable
1135 return ((drmach_domain.floating & (1 << bp->bnum)) ? 1 : 0); in drmach_board_is_floating()
1162 drmach_domain.floating = 0; in drmach_init()
1164 drmach_domain.floating |= (1 << floating[i]); in drmach_init()
1169 drmach_domain.allow_dr = opl_check_dr_status(); in drmach_init()
1339 else if (!drmach_domain.allow_dr) in drmach_pre_op()
1345 else if (!drmach_domain.allow_dr) in drmach_pre_op()
1349 if (!drmach_domain.allow_dr) in drmach_pre_op()