Home
last modified time | relevance | path

Searched refs:_iface (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp202 _iface(iface), in PropertyChangedCondition()
218 if (!iface || strcmp(iface, _iface)) in operator ()()
234 const char* _iface; member
271 _iface(iface), _property(property), _service(service) in PropertyConditionBase()
294 std::string _iface; member
H A Dfunctor.cpp58 mapperCall.append(std::vector<std::string>({_iface})); in operator ()()
100 hostCall.append(_iface); in operator ()()
/openbmc/linux/include/scsi/
H A Dscsi_transport_iscsi.h324 #define iscsi_iface_to_shost(_iface) \ argument
325 dev_to_shost(_iface->dev.parent)