omsghdr
error = copyin(uap->msg, &msg, sizeof (struct omsghdr));
error = copyin(uap->msg, &msg, sizeof (struct omsghdr));
char msg_l_[PADL_(struct omsghdr *)]; struct omsghdr * msg; char msg_r_[PADR_(struct omsghdr *)];
char msg_l_[PADL_(const struct omsghdr *)]; const struct omsghdr * msg; char msg_r_[PADR_(const struct omsghdr *)];