Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdevice/
H A Ddevctl.c901 uint_t device_state; in devctl_device_getstate() local
909 (void *)&device_state); in devctl_device_getstate()
914 *devstate = device_state; in devctl_device_getstate()
927 uint_t device_state; in devctl_bus_getstate() local
935 (void *)&device_state); in devctl_bus_getstate()
940 *devstate = device_state; in devctl_bus_getstate()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c618 char device_state[PSVC_MAX_STR_LEN]; in psvc_fsp_device_fault_check_policy_0() local
640 device_state); in psvc_fsp_device_fault_check_policy_0()
644 if (strcmp(device_state, PSVC_OK) != 0 && in psvc_fsp_device_fault_check_policy_0()
645 strcmp(device_state, PSVC_HOTPLUGGED) != 0 && in psvc_fsp_device_fault_check_policy_0()
646 strcmp(device_state, "NO AC POWER") != 0 && in psvc_fsp_device_fault_check_policy_0()
647 strlen(device_state) != 0) { in psvc_fsp_device_fault_check_policy_0()