Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/ipc/
H A Dmach_msg.c939 mach_msg_size_t vec_snd_count = 0; in mach_msg2_trap() local
955 vec_snd_count = (mach_msg_size_t)(mb_ss >> 32); in mach_msg2_trap()
959 MAX(vec_snd_count, vec_rcv_count), option64, &msg_vec, &aux_vec); in mach_msg2_trap()
987 vec_snd_count, option64, /* sending? */ TRUE); in mach_msg2_trap()