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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c3813 mach_msg_descriptor_t *sstart, *send; local
3842 sstart = (mach_msg_descriptor_t *) (slist + 1);
3843 send = sstart + slist->msgh_descriptor_count;
3867 while (sstart < send) {
3868 if (sstart->type.type != MACH_MSG_PORT_DESCRIPTOR)
3870 sstart++;
3876 if (sstart >= send) {
3885 if (sstart->type.type != MACH_MSG_OOL_DESCRIPTOR &&
3886 sstart->type.type != MACH_MSG_OOL_VOLATILE_DESCRIPTOR) {
3890 if (sstart
[all...]

Completed in 60 milliseconds