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

/xnu-2782.1.97/bsd/kern/
H A Duipc_syscalls.c158 struct user_msghdr_x *, struct uio **);
160 const struct user_msghdr_x *, struct uio **);
1367 struct user_msghdr_x *user_msg = NULL;
1403 user_msg = _MALLOC(uap->cnt * sizeof(struct user_msghdr_x),
1453 struct user_msghdr_x *mp = &user_msg[i];
1947 struct user_msghdr_x *user_msg = NULL;
1981 user_msg = _MALLOC(uap->cnt * sizeof(struct user_msghdr_x),
2030 struct user_msghdr_x *mp = &user_msg[i];
2626 u_int count, struct user_msghdr_x *dst, struct uio **uiop)
2634 struct user_msghdr_x *user_ms
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dsocket.h751 struct user_msghdr_x { struct

Completed in 28 milliseconds