Lines Matching refs:dest_dsc

2933 		    mach_msg_port_descriptor_t 	*dest_dsc;
2936 dest_dsc = &daddr->port;
2941 dest_dsc->disposition = ipc_object_copyin_type(name);
2942 dest_dsc->name = (mach_port_t)object;
2943 dest_dsc->type = MACH_MSG_PORT_DESCRIPTOR;
2957 if ((dest_dsc->disposition == MACH_MSG_TYPE_PORT_RECEIVE) &&
2972 mach_msg_ool_descriptor_t *dest_dsc = (typeof(dest_dsc))&daddr->out_of_line;
2980 dest_dsc->address = (void *)address;
2981 dest_dsc->size = size;
2982 dest_dsc->deallocate = deallocate;
2983 dest_dsc->copy = copy;
2984 dest_dsc->type = type;
2991 mach_msg_ool_ports_descriptor_t *dest_dsc;
2994 dest_dsc = (typeof(dest_dsc))&daddr->ool_ports;
3022 dest_dsc->address = objects;
3023 dest_dsc->deallocate = deallocate;
3024 dest_dsc->copy = copy;
3025 dest_dsc->disposition = disposition;
3026 dest_dsc->type = MACH_MSG_OOL_PORTS_DESCRIPTOR;
3027 dest_dsc->count = port_count;
3433 mach_msg_descriptor_t *dest_dsc,
3452 mach_msg_port_descriptor_t *user_dsc = (typeof(user_dsc))dest_dsc;
3457 dest_dsc = (typeof(dest_dsc))user_dsc;
3459 mach_msg_legacy_port_descriptor_t *user_dsc = (typeof(user_dsc))dest_dsc;
3464 dest_dsc = (typeof(dest_dsc))user_dsc;
3467 return (mach_msg_descriptor_t *)dest_dsc;
4339 mach_msg_legacy_port_descriptor_t *dest_dsc = &daddr->port;
4344 dest_dsc->name = CAST_MACH_PORT_TO_NAME(name);
4345 dest_dsc->disposition = disposition;
4346 dest_dsc->type = MACH_MSG_PORT_DESCRIPTOR;
4356 mach_msg_ool_descriptor32_t *dest_dsc = &daddr->out_of_line32;
4364 dest_dsc->address = address;
4365 dest_dsc->size = size;
4366 dest_dsc->deallocate = deallocate;
4367 dest_dsc->copy = copy;
4368 dest_dsc->type = type;
4374 mach_msg_ool_ports_descriptor32_t *dest_dsc = &daddr->ool_ports32;
4382 dest_dsc->address = address;
4383 dest_dsc->count = port_count;
4384 dest_dsc->deallocate = deallocate;
4385 dest_dsc->copy = copy;
4386 dest_dsc->type = type;