Searched refs:ZfsdException (Results 1 – 8 of 8) sorted by relevance
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | zfsd_exception.cc | 62 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 D | zfsd_exception.h | 59 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 D | vdev.cc | 98 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 D | zfsd_event.cc | 212 } catch (ZfsdException &exp) { in ReadLabel() 248 } catch (ZfsdException &exp) { in OnlineByLabel()
|
H A D | vdev_iterator.cc | 88 throw ZfsdException(m_poolConfig, "Unable to extract " in Reset()
|
H A D | callout.cc | 105 throw ZfsdException("Callout::Reset: interval of 0"); in Reset()
|
H A D | case_file.cc | 788 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 D | zfsd_unittest.cc | 238 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()
|