Searched refs:GeomEvent (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_event.cc | 83 GeomEvent::Builder(Event::Type type, in Builder() 87 return (new GeomEvent(type, nvPairs, eventString)); in Builder() 92 GeomEvent::DeepCopy() const in DeepCopy() 94 return (new GeomEvent(*this)); in DeepCopy() 98 GeomEvent::Process() const in Process() 163 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs, in GeomEvent() function in GeomEvent 165 : DevdCtl::GeomEvent(type, nvpairs, eventString) in GeomEvent() 169 GeomEvent::GeomEvent(const GeomEvent &src) in GeomEvent() function in GeomEvent 170 : DevdCtl::GeomEvent::GeomEvent(src) in GeomEvent() 175 GeomEvent::ReadLabel(int devFd, bool &inUse, bool °raded) in ReadLabel() [all …]
|
| H A D | zfsd_event.h | 95 class GeomEvent : public DevdCtl::GeomEvent 106 GeomEvent(const GeomEvent &src); 109 GeomEvent(Type, DevdCtl::NVPairMap &, const string &);
|
| H A D | zfsd.cc | 101 { Event::NOTIFY, "GEOM", &GeomEvent::Builder },
|
| /freebsd-12.1/lib/libdevdctl/ |
| H A D | event.cc | 529 GeomEvent::Builder(Event::Type type, NVPairMap &nvpairs, in Builder() 532 return (new GeomEvent(type, nvpairs, eventString)); in Builder() 537 GeomEvent::DeepCopy() const in DeepCopy() 539 return (new GeomEvent(*this)); in DeepCopy() 543 GeomEvent::DevName(std::string &name) const in DevName() 554 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs, in GeomEvent() function in DevdCtl::GeomEvent 561 GeomEvent::GeomEvent(const GeomEvent &src) in GeomEvent() function in DevdCtl::GeomEvent
|
| H A D | event.h | 354 class GeomEvent : public Event 368 GeomEvent(Type, NVPairMap &, const std::string &); 371 GeomEvent(const GeomEvent &src);
|
| /freebsd-12.1/lib/libdevdctl/tests/ |
| H A D | libdevdctl_unittest.cc | 79 { Event::NOTIFY, "GEOM", &GeomEvent::Builder }
|