Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h118 } pcitool_errno_t; typedef
132 pcitool_errno_t status; /* from kernel */
166 pcitool_errno_t status; /* returned status - from kernel */
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c87 pcitool_errno_t value;
126 static char *strstatus(pcitool_errno_t pcitool_status);
177 strstatus(pcitool_errno_t pcitool_status) in strstatus()