omsghdr
struct omsghdr msg;
struct omsghdr omsg;
error = copyin(SCARG(uap, msg), &omsg, sizeof (struct omsghdr));
struct omsghdr omsg;
error = copyin(SCARG(uap, msg), &omsg, sizeof (struct omsghdr));
syscallarg(struct omsghdr *) msg;