Lines Matching refs:msgctl
192 struct strbuf msgctl, msgdata; in msgio() local
221 copyin(ctl, &msgctl, sizeof (struct strbuf))) { in msgio()
233 msgctl.maxlen = -1; in msgio()
239 error = sock_getmsg(vp, &msgctl, &msgdata, prip, in msgio()
242 error = strgetmsg(vp, &msgctl, &msgdata, prip, in msgio()
253 copyout(&msgctl, ctl, sizeof (struct strbuf))) || in msgio()
267 msgctl.len = -1; in msgio()
272 error = sock_putmsg(vp, &msgctl, &msgdata, *prip, *flagsp, in msgio()
275 error = strputmsg(vp, &msgctl, &msgdata, *prip, *flagsp, flag); in msgio()
422 struct strbuf msgctl, msgdata; in msgio32() local
455 msgctl.len = msgctl32.len; in msgio32()
456 msgctl.maxlen = msgctl32.maxlen; in msgio32()
457 msgctl.buf = (caddr_t)(uintptr_t)msgctl32.buf; in msgio32()
471 msgctl.maxlen = -1; in msgio32()
477 error = sock_getmsg(vp, &msgctl, &msgdata, prip, in msgio32()
480 error = strgetmsg(vp, &msgctl, &msgdata, prip, in msgio32()
492 msgctl32.len = msgctl.len; in msgio32()
493 msgctl32.maxlen = msgctl.maxlen; in msgio32()
494 msgctl32.buf = (caddr32_t)(uintptr_t)msgctl.buf; in msgio32()
518 msgctl.len = -1; in msgio32()
523 error = sock_putmsg(vp, &msgctl, &msgdata, *prip, *flagsp, in msgio32()
526 error = strputmsg(vp, &msgctl, &msgdata, *prip, *flagsp, flag); in msgio32()