Home
last modified time | relevance | path

Searched refs:port_comm (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/unbound/services/
HDoutside_network.h56 struct port_comm;
98 struct port_comm* unused_fds;
173 struct port_comm** out;
183 struct port_comm { struct
185 struct port_comm* next; argument
213 struct port_comm* pc; argument
HDoutside_network.c348 portcomm_loweruse(struct outside_network* outnet, struct port_comm* pc)
581 pif->out = (struct port_comm**)calloc(numfd,
582 sizeof(struct port_comm*));
667 struct port_comm* pc;
668 pc = (struct port_comm*)calloc(1, sizeof(*pc));
780 struct port_comm* p = outnet->unused_fds, *np;
793 struct port_comm* pc = outnet->ip4_ifs[i].
807 struct port_comm* pc = outnet->ip6_ifs[i].
1965 sizeof(struct port_comm*)*pif->maxout;
1989 struct port_comm* pc;
/NextBSD/sys/sys/mach/ipc/
HDipc_port.h221 struct rpc_common_data port_comm; member
256 #define ip_object port_comm.rcd_comm.icd_object
259 #define ip_kobject port_comm.rcd_comm.icd_kobject
260 #define ip_subsystem port_comm.rcd_comm.icd_subsystem
261 #define ip_receiver_name port_comm.rcd_comm.icd_receiver_name
263 #define ip_thread_pool port_comm.rcd_thread_pool
/NextBSD/sys/compat/mach/ipc/
HDipc_mqueue.c338 self->ith_block_lock_data = &port->port_comm.rcd_io_lock_data; in ipc_mqueue_send()
665 mtx_assert(&port->port_comm.rcd_io_lock_data, MA_NOTOWNED); in ipc_mqueue_pset_receive()
678 mtx_assert(&port->port_comm.rcd_io_lock_data, MA_OWNED); in ipc_mqueue_pset_receive()
683 mtx_assert(&port->port_comm.rcd_io_lock_data, MA_OWNED); in ipc_mqueue_pset_receive()
HDipc_kmsg.c2251 mtx_assert(&reply->port_comm.rcd_io_lock_data, MA_OWNED); in ipc_kmsg_copyout_header()