Home
last modified time | relevance | path

Searched refs:ZfsdException (Results 1 – 8 of 8) sorted by relevance

/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc62 ZfsdException::ZfsdException(const char *fmt, ...) in ZfsdException() function in ZfsdException
74 ZfsdException::ZfsdException(zpool_handle_t *pool, const char *fmt, ...) in ZfsdException() function in ZfsdException
86 ZfsdException::ZfsdException(nvlist_t *poolConfig, const char *fmt, ...) in ZfsdException() function in ZfsdException
99 ZfsdException::Log() const in Log()
H A Dzfsd_exception.h59 class ZfsdException : public DevdCtl::Exception
68 ZfsdException(const char *fmt, ...);
82 ZfsdException(zpool_handle_t *pool, const char *, ...);
96 ZfsdException(nvlist_t *poolConfig, const char *, ...);
H A Dvdev.cc98 throw ZfsdException("Unable to extract vdev GUID " in VdevLookupGuid()
108 throw ZfsdException("Can't extract pool GUID from handle."); in Vdev()
117 throw ZfsdException("Can't extract pool GUID from config."); in Vdev()
136 } catch (const ZfsdException &exp) { in Vdev()
H A Dzfsd_event.cc212 } catch (ZfsdException &exp) { in ReadLabel()
248 } catch (ZfsdException &exp) { in OnlineByLabel()
H A Dvdev_iterator.cc88 throw ZfsdException(m_poolConfig, "Unable to extract " in Reset()
H A Dcallout.cc105 throw ZfsdException("Callout::Reset: interval of 0"); in Reset()
H A Dcase_file.cc788 throw ZfsdException("CaseFile::DeSerialize: " in DeSerializeFile()
832 throw ZfsdException("CaseFile::DeSerialize: Unable to " in DeSerializeFile()
847 } catch (const ZfsdException &zfsException) { in DeSerializeFile()
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc238 ZfsdException ze(""); in TEST_F()
244 ZfsdException ze(" %d %s", 55, "hello world"); in TEST_F()
250 ZfsdException ze("unit test w/o vdev or pool"); in TEST_F()
261 ZfsdException ze(poolConfig, msg); in TEST_F()
271 ZfsdException ze(&poolHandle, msg); in TEST_F()