Searched refs:fcio_errno (Results 1 - 12 of 12) 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.h136 static void transportError(uint32_t fcio_errno, char *message);
H A DTgtFCHBAPort.h142 static void transportError(uint32_t fcio_errno, char *message);
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) {
H A DFCHBA.cc256 return (fcio.fcio_errno);
/illumos-gate/usr/src/cmd/luxadm/
H A Dx86_adm.c391 if (fcio.fcio_errno == FC_OFFLINE)
401 strerror(errno), fcio.fcio_errno,
402 fcio.fcio_errno);
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
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c823 fcio.fcio_errno = fcio32.fcio_errno;
7248 fcio->fcio_errno = FC_STATEC_BUSY;
7260 fcio->fcio_errno = FC_FAILURE;
7277 fcio->fcio_errno = FC_FAILURE;
7284 fcio->fcio_errno = FC_SUCCESS;
7394 fcio->fcio_errno = FC_BADPORT;
7989 fcio->fcio_errno = FC_OUTOFBOUNDS;
8004 fcio->fcio_errno = FC_BADPORT;
8139 fcio->fcio_errno
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c854 /* Set fcio_errno if needed */
855 if ((rval != 0) && (fcio.fcio_errno == 0)) {
856 fcio.fcio_errno = FC_FAILURE;
859 bcopy((void *)&fcio.fcio_errno, (void *)dfc->buf4, sizeof (uint32_t));
887 fcio->fcio_errno = rval;
1042 fcio->fcio_errno = FC_FAILURE;
1053 fcio->fcio_errno = rval;
1076 fcio->fcio_errno = FC_FAILURE;
1084 fcio->fcio_errno = rval;
1117 fcio->fcio_errno
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1456 fcio.fcio_errno = fcio32.fcio_errno;
1607 fcio->fcio_errno = status;
1701 fcio32.fcio_errno = fcio->fcio_errno;
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1027 strerror(errno), fcio->fcio_errno,
1028 fcio->fcio_errno);
1030 if (fcio->fcio_errno == FC_TOOMANY) {
1044 if (fcio->fcio_errno == FC_OFFLINE)

Completed in 116 milliseconds