Lines Matching refs:msgctl
195 struct strbuf msgctl, msgdata; in msgio() local
224 copyin(ctl, &msgctl, sizeof (struct strbuf))) { in msgio()
236 msgctl.maxlen = -1; in msgio()
242 error = sock_getmsg(vp, &msgctl, &msgdata, prip, in msgio()
245 error = strgetmsg(vp, &msgctl, &msgdata, prip, in msgio()
256 copyout(&msgctl, ctl, sizeof (struct strbuf))) || in msgio()
270 msgctl.len = -1; in msgio()
275 error = sock_putmsg(vp, &msgctl, &msgdata, *prip, *flagsp, in msgio()
278 error = strputmsg(vp, &msgctl, &msgdata, *prip, *flagsp, flag); in msgio()
425 struct strbuf msgctl, msgdata; in msgio32() local
458 msgctl.len = msgctl32.len; in msgio32()
459 msgctl.maxlen = msgctl32.maxlen; in msgio32()
460 msgctl.buf = (caddr_t)(uintptr_t)msgctl32.buf; in msgio32()
474 msgctl.maxlen = -1; in msgio32()
480 error = sock_getmsg(vp, &msgctl, &msgdata, prip, in msgio32()
483 error = strgetmsg(vp, &msgctl, &msgdata, prip, in msgio32()
495 msgctl32.len = msgctl.len; in msgio32()
496 msgctl32.maxlen = msgctl.maxlen; in msgio32()
497 msgctl32.buf = (caddr32_t)(uintptr_t)msgctl.buf; in msgio32()
521 msgctl.len = -1; in msgio32()
526 error = sock_putmsg(vp, &msgctl, &msgdata, *prip, *flagsp, in msgio32()
529 error = strputmsg(vp, &msgctl, &msgdata, *prip, *flagsp, flag); in msgio32()