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

/haiku/src/system/kernel/
H A Dport.cpp60 // * sPortsLock: Protects the sPorts and sPortsByName hash tables.
451 static PortNameHashTable sPortsByName; variable
890 sPortsByName.Remove(port);
892 // joint reference for sPorts and sPortsByName
940 new(&sPortsByName) PortNameHashTable;
941 if (sPortsByName.Init() != B_OK) {
1024 // joint reference for sPorts and sPortsByName
1027 sPortsByName.Insert(port);
1116 sPortsByName.Remove(portRef);
1119 // joint reference for sPorts and sPortsByName
[all...]

Completed in 34 milliseconds