Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/hotplug/pci/
H A Dpcihp.h70 #define PCIHP_SUCCESS DDI_SUCCESS macro
/titanic_50/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c449 *rv = PCIHP_SUCCESS; in pcihp_get_soft_state()
3307 if (result == PCIHP_SUCCESS) { in pcihp_enum_slot()
3364 if (rv == PCIHP_SUCCESS) in pcihp_enum_slot()
3405 return (PCIHP_SUCCESS); in pcihp_handle_enum_extraction()
3478 return (PCIHP_SUCCESS); in pcihp_handle_enum_insertion()
3514 rv = PCIHP_SUCCESS; in pcihp_handle_enum_insertion()
3538 return (PCIHP_SUCCESS); in pcihp_get_hs_csr()
3632 if ((result != PCIHP_SUCCESS) || (event == -1)) { in pcihp_hs_csr_op()