Home
last modified time | relevance | path

Searched refs:fInterfaces (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/device/
H A DUSBConfiguration.cpp20 fInterfaces(NULL), in BUSBConfiguration()
30 fInterfaces = new(std::nothrow) BUSBInterface *[ in BUSBConfiguration()
32 if (fInterfaces == NULL) in BUSBConfiguration()
36 fInterfaces[i] = new(std::nothrow) BUSBInterface(this, i, in BUSBConfiguration()
45 if (fInterfaces != NULL) { in ~BUSBConfiguration()
47 delete fInterfaces[i]; in ~BUSBConfiguration()
48 delete[] fInterfaces; in ~BUSBConfiguration()
102 if (index >= fDescriptor.number_interfaces || fInterfaces == NULL) in InterfaceAt()
105 return fInterfaces[index]; in InterfaceAt()
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp315 status_t status = fInterfaces.FindMessage("interface", cookie, &interface); in GetNextInterface()
328 return _GetItem(fInterfaces, "interface", "device", name, index, interface); in GetInterface()
339 _RemoveItem(fInterfaces, "interface", "device", name); in AddInterface()
341 status_t result = fInterfaces.AddMessage("interface", &interface); in AddInterface()
352 return _RemoveItem(fInterfaces, "interface", "device", name, in RemoveInterface()
588 fInterfaces); in _Load()
635 kInterfacesTemplate, fInterfaces); in _Save()
/haiku/headers/os/device/
H A DUSBKit.h203 BUSBInterface ** fInterfaces; variable
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h103 BMessage fInterfaces; variable