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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c3812 mach_msg_descriptor_t *gstart, *gend; local
3839 gstart = (mach_msg_descriptor_t *) (body + 1);
3840 gend = gstart + body->msgh_descriptor_count;
3845 while (gstart < gend) {
3851 g_type = gstart->type.type;
3891 gstart->out_of_line.size > sstart->out_of_line.size) {
3902 gstart->ool_ports.count > sstart->ool_ports.count) {
3909 gstart++;

Completed in 14 milliseconds