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

/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp34 fDataPort(-1)
72 fDataPort = create_port(100, buffer);
73 if (fDataPort < 0)
74 return fDataPort;
87 fDataPort, 0);
108 if (fDataPort > 0) {
111 fDataPort, 0);
113 delete_port(fDataPort);
114 fDataPort = -1;
254 ssize_t size = read_port_etc(interface->fDataPort,
[all...]
H A DLocalTargetHostInterface.h44 port_id fDataPort; member in class:LocalTargetHostInterface

Completed in 79 milliseconds