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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dflipc_cb.h77 * Rearrange endpoint structure to separate data with importantly
84 * Added comment explaining that an endpoint bufferlist must always
136 * Fixed calculation of number of buffers on an endpoint
151 * correctly compute the endpoint pointer based on the
213 * "endpoint", or "buffer").
235 * *) From endpoint sets to endpoints.
241 * play games with pointing endpoint buffer pointers into data
253 * node number and endpoint number, where the endpoint number will be
254 * the index into the endpoint arra
1083 struct flipc_cb_type_ctl endpoint; member in struct:flipc_comm_buffer_ctl
[all...]
H A Dflipc_debug.h48 * are not on any endpoint or on the buffer freelist. Only active
121 for (current_endpoint = FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start);
123 < (FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start)
124 + cb_ctl->endpoint.number));
216 for (current_endpoint = FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start);
218 < (FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start)
219 + cb_ctl->endpoint.number));
232 printf("Buffer found on endpoint 0x%x (idx: %d)\n",
235 - FLIPC_ENDPOINT_PTR(cb_ctl->endpoint.start)));

Completed in 21 milliseconds