Searched refs:omsghdr (Results 1 – 4 of 4) sorted by relevance
609 struct omsghdr { struct
615 struct omsghdr { struct
2339 char msg_l_[PADL_(struct omsghdr *)]; struct omsghdr * msg; char msg_r_[PADR_(struct omsghdr *)];
875 error = copyin(uap->msg, &msg, sizeof (struct omsghdr)); in osendmsg()1153 error = copyin(uap->msg, &msg, sizeof (struct omsghdr)); in orecvmsg()