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

/haiku/src/bin/
H A Dlistport.c73 port_info this_port; local
85 while (get_next_port_info(id, &cookie, &this_port) == B_OK) {
87 this_port.port,
88 this_port.name,
89 this_port.capacity,
90 this_port.queue_count);

Completed in 76 milliseconds