Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c1099 ibt_check_failure(ibt_status_t status, uint64_t *reserved_p) in ibt_check_failure() argument
1109 if (reserved_p != NULL) in ibt_check_failure()
1110 *reserved_p = 0; in ibt_check_failure()
1113 if (reserved_p != NULL) in ibt_check_failure()
1114 *reserved_p = 0; /* No FMA Data Available. */ in ibt_check_failure()
/titanic_50/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h1579 ibt_failure_type_t ibt_check_failure(ibt_status_t status, uint64_t *reserved_p);