Searched refs:NVPairMap (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/lib/libdevdctl/
H A Devent.h53 /*-------------------------------- NVPairMap ---------------------------------*/
55 * NVPairMap is a specialization of the standard map STL container.
57 typedef std::map<std::string, std::string> NVPairMap; typedef in namespace:DevdCtl
92 * the type of event and an NVPairMap populated from
95 typedef Event* (BuildMethod)(Type, NVPairMap &, const std::string &);
235 const NVPairMap &GetMap() const;
250 Event(Type type, NVPairMap &map, const std::string &eventString);
255 /** Always empty string returned when NVPairMap lookups fail. */
268 * never be NULL), the NVPairMap referenced by this field
272 NVPairMap
[all...]
H A Devent.cc95 Event::Builder(Event::Type type, NVPairMap &nvPairs,
104 NVPairMap &nvpairs(*new NVPairMap);
119 NVPairMap::iterator system_item(nvpairs.find("system"));
189 NVPairMap::const_iterator item(m_nvPairs.find(varName));
207 NVPairMap::const_iterator devName(m_nvPairs.find("device-name"));
211 NVPairMap::const_iterator systemName(m_nvPairs.find("system"));
218 for (NVPairMap::const_iterator curVar = m_nvPairs.begin();
326 Event::Event(Type type, NVPairMap &map, const string &eventString)
335 m_nvPairs(*new NVPairMap(sr
[all...]
H A Devent_factory.h72 Event *Build(Event::Type type, NVPairMap &nvpairs,
H A Devent_factory.cc81 EventFactory::Build(Event::Type type, NVPairMap &nvpairs,
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h84 ZfsEvent(Type, DevdCtl::NVPairMap &, const string &);
109 GeomEvent(Type, DevdCtl::NVPairMap &, const string &);
H A Dzfsd_event.cc74 using DevdCtl::NVPairMap;
84 NVPairMap &nvPairs,
163 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs,
256 ZfsEvent::Builder(Event::Type type, NVPairMap &nvpairs,
368 ZfsEvent::ZfsEvent(Event::Type type, NVPairMap &nvpairs,
/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc78 using DevdCtl::NVPairMap;
97 MockZfsEvent(Event::Type, NVPairMap&, const string&);
112 MockZfsEvent::MockZfsEvent(Event::Type type, NVPairMap& map,
120 NVPairMap &nvpairs,

Completed in 31 milliseconds