Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c107 uint32_t *pcitool_status);
558 uint32_t *pcitool_status) in pcitool_access() argument
569 *pcitool_status = PCITOOL_INVALID_ADDRESS; in pcitool_access()
576 *pcitool_status = PCITOOL_NOT_ALIGNED; in pcitool_access()
593 *pcitool_status = PCITOOL_INVALID_ADDRESS; in pcitool_access()
610 *pcitool_status = PCITOOL_INVALID_ADDRESS; in pcitool_access()
/titanic_41/usr/src/cmd/pcitool/
H A Dpcitool.c126 static char *strstatus(pcitool_errno_t pcitool_status);
177 strstatus(pcitool_errno_t pcitool_status) in strstatus() argument
182 if (pcitool_stat_str[i].value == pcitool_status) { in strstatus()