Searched defs:pvHostNetworkInterfaceList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/solaris/
H A DNetIf-solaris.cpp128 static void vboxSolarisAddHostIface(char *pszIface, int Instance, void *pvHostNetworkInterfaceList) argument
131 (std::list<ComObjPtr<HostNetworkInterface> > *)pvHostNetworkInterfaceList;
304 static boolean_t vboxSolarisAddLinkHostIface(const char *pszIface, void *pvHostNetworkInterfaceList) argument
352 vboxSolarisAddHostIface(szIfaceName, Instance, pvHostNetworkInterfaceList);
382 static int vboxSolarisAddPhysHostIface(di_node_t Node, di_minor_t Minor, void *pvHostNetworkInterfaceList) argument
418 vboxSolarisAddHostIface(pszDriverName, Instance, pvHostNetworkInterfaceList);

Completed in 43 milliseconds