Searched defs:fcio_errno (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc112 while (fcio->fcio_errno == FC_STATEC_BUSY) {
120 if (fcio->fcio_errno) {
125 transportError(fcio->fcio_errno, fcioErrorString);
128 switch (fcio->fcio_errno) {
155 FCHBANPIVPort::transportError(uint32_t fcio_errno, char *message) { argument
163 switch (fcio_errno) {
310 fcio_errno);
H A DFCHBAPort.cc68 FCHBAPort::transportError(uint32_t fcio_errno, char *message) { argument
75 switch (fcio_errno) {
222 fcio_errno);
1223 while (fcio->fcio_errno == FC_STATEC_BUSY) {
1231 if (fcio->fcio_errno) {
1236 transportError(fcio->fcio_errno, fcioErrorString);
1239 switch (fcio->fcio_errno) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c963 * device. Any ioctl errors will be returned in fcio_errno
968 * fcio_errno pointer to an int that will be used to return any errors
975 fcode_load_file(int fcode_fd, char *device, int *fcio_errno) argument
983 if (device == NULL || fcio_errno == NULL) {
987 *fcio_errno = 0;
1028 *fcio_errno = fcio.fcio_errno;
1058 int errnum = 0, fcio_errno = 0; local
1274 &fcio_errno) == FCODE_SUCCESS) {
1279 handle_emulex_error(fcio_errno,
1589 handle_emulex_error(int fcio_errno, char *phys_path) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h167 int fcio_errno; /* FC internal error code */ member in struct:fcio
383 int fcio_errno; /* FC internal error code */ member in struct:fcio32

Completed in 67 milliseconds