Searched refs:IOError (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/sun_fc/common/
H A DIOError.cc46 IOError::IOError(string message) : HBAException(HBA_STATUS_ERROR) { function in class:IOError
47 Trace log("IOError::IOError(string)");
55 IOError::IOError(Handle *handle) : HBAException(HBA_STATUS_ERROR) { function in class:IOError
56 Trace log("IOError::IOError(Handle)");
65 IOError::IOError(HBAPor function in class:IOError
77 IOError::IOError(HBAPort *port, uint64_t target) : function in class:IOError
91 IOError::IOError(HBAPort *port, uint64_t target, uint64_t lun) : function in class:IOError
[all...]
H A DExceptions.h209 class IOError : public HBAException { class in inherits:HBAException
211 IOError(std::string message);
212 IOError(Handle *handle);
213 IOError(HBAPort *port);
214 IOError(HBAPort *port, uint64_t target);
215 IOError(HBAPort *port, uint64_t target, uint64_t lun);
H A DFCHBA.cc100 throw IOError("Unable to open FCSM driver");
124 throw IOError("Unable to build HBA list");
167 throw IOError(port);
193 throw IOError("Unable to fetch adapter attributes");
232 throw IOError(port);
253 throw IOError("Unable to reinitialize the link");
279 throw IOError(port);
303 throw IOError("Unable to fetch adapter attributes");
350 throw IOError("Unable to stat FCSM driver");
373 throw IOError("Unabl
[all...]
H A DTgtFCHBA.cc106 throw IOError(port);
141 throw IOError("Unable to fetch adapter attributes");
181 throw IOError(port);
213 throw IOError("Unable to reinitialize the link");
247 throw IOError("Unable to stat FCSM driver");
269 throw IOError("Unable to open FCT driver");
300 throw IOError("Unable to build HBA list");
H A DHBANPIVPort.cc86 throw IOError(tmp);
H A DHBA.cc350 throw IOError(msg);
388 throw IOError("IOCTL failed");
400 throw IOError("IOCTL failed");
H A DFCHBANPIVPort.cc121 throw IOError("IOCTL transport failure");
H A DHBAPort.cc223 throw IOError(tmp);
H A DFCHBAPort.cc360 throw IOError(this, wwnConversion(wwn.raw_wwn),
455 throw IOError("Unable to stat device path: " + path);
758 throw IOError("Unable to fetch target mappings");
1229 throw IOError("IOCTL transport failure");
H A DTgtFCHBAPort.cc471 throw IOError("IOCTL transport failure");
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/
H A Dsolaris.py142 except IOError as e:
155 except IOError as err:
166 except IOError as err:
181 except IOError as err:
190 except IOError as ioe:
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/fw/
H A D__init__.py53 except IOError as e:
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py140 raise IOError(get_errno(), os.strerror(get_errno()))
188 raise IOError(get_errno(), mtab + ': ' +
207 raise IOError(r, mnttab_err_decode(r))
224 raise IOError(r, mnttab_err_decode(r))
246 raise IOError(r, mnttab_err_decode(r))
571 raise IOError(get_errno(), os.strerror(get_errno()))
581 raise IOError(get_errno(), os.strerror(get_errno()))
596 raise IOError(get_errno(), os.strerror(get_errno()))
699 raise IOError(get_errno(), os.strerror(get_errno()))
708 raise IOError(get_errn
[all...]
H A Dbootutil.py144 except IOError:
163 except IOError:
H A Dbootconfig.py402 IOError will be raised). When files are written to temp_dir,
1387 except IOError:
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dmenulst.py393 except IOError as err:
407 except IOError as err:
433 except IOError as err:
449 except IOError as err:
H A Dsbb.py163 except IOError as ioerr:
172 except IOError as ioerr:
259 except IOError as err:
360 except IOError as err:
367 except IOError as err:
H A Dgrub2.py312 except IOError as ioerr:
573 except IOError as ioerr:
796 except IOError as ioerr:
797 raise BootmgmtNotSupportedError('IOError when checking for '
1251 except IOError as err:
1403 except IOError as err:
1457 except IOError as err:
1513 except IOError as ioerr:
1881 except (IOError, OSError) as copyerr:
1919 except (IOError, shuti
[all...]
H A Dlegacygrub.py258 except IOError as ioerr:
260 raise BootmgmtNotSupportedError('IOError when checking for '
491 except IOError as err:
771 except IOError as err:
/osnet-11/usr/src/lib/sun_fc/
H A DMakefile.com34 IOError.o \
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py1159 raise IOError, self._closed
1396 self._set_error(IOError("close() called"))
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py1135 except IOError, e:

Completed in 82 milliseconds