/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | getmsg.s | 30 /* C library -- getmsg */ 31 /* int getmsg (int fd, struct strbuf *ctlptr, */ 36 .file "getmsg.s" 38 SYSCALL_RESTART(getmsg) 41 SET_SIZE(getmsg)
|
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | getmsg.s | 30 .file "getmsg.s" 32 /* C library -- getmsg */ 38 SYSCALL2_RESTART_RVAL1(__getmsg,getmsg)
|
/illumos-gate/usr/src/head/ |
H A D | stropts.h | 48 extern int getmsg(int, struct strbuf *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | streamio.c | 85 rtncode = getmsg (mdp->readfd, ctlp, datap, flagsp);
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_rcv.c | 183 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { 303 * that this getmsg will not block 307 retval = getmsg(fd, &ctlbuf,
|
H A D | t_rcvv.c | 198 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) { 321 * that this getmsg will not block 325 retval = getmsg(fd, &ctlbuf,
|
H A D | t_rcvdis.c | 66 * including the blocking getmsg() call. This is fine 159 * is present, we assume that this getmsg() cannot 163 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
|
H A D | t_rcvrel.c | 154 * is pending on this endpoint, we assume that this getmsg() 158 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
|
H A D | t_rcvreldata.c | 156 * is pending on this endpoint, we assume that this getmsg() 160 retval = getmsg(fd, &ctlbuf, &databuf, &flg);
|
H A D | t_rcvudata.c | 120 if ((retval = getmsg(fd, &ctlbuf, (struct strbuf *)&unitdata->udata,
|
H A D | t_rcvuderr.c | 120 * indication is pending, we assume that this getmsg() 123 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
|
H A D | _conn_util.c | 194 if ((retval = getmsg(fd, ctlbufp, &databuf, &flg)) < 0) {
|
H A D | t_listen.c | 140 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
|
H A D | t_rcvvudata.c | 134 if ((retval = getmsg(fd, &ctlbuf, &databuf, &flg)) < 0) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.c | 89 * Wrapper for standard getmsg() function. Completely discards any 100 hadflags = getmsg(fd, ctrl, data, flags); 107 retv = getmsg(fd, ctrl, data, flags);
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 62 getmsg.2 \ 327 getpmsg.2 := LINKSRC = getmsg.2
|
/illumos-gate/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 117 if (getmsg(fd, ctl, data, &flags) < 0)
|
/illumos-gate/usr/src/cmd/streams/log/ |
H A D | strace.c | 229 while (getmsg(log, &ctl, &dat, &flag) >= 0) {
|
H A D | strerr.c | 148 while (getmsg(fd, &ctl, &dat, &flag) >= 0) {
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 113 getcode = getmsg(sd, &ctlbuf, nilp(struct strbuf), &flags); 115 perror("mibget getmsg(ctl) failed"); 134 msgout("mibget getmsg() %d returned EOD " 154 msgout("mibget getmsg(ctl) %d returned %d, " 190 getcode = getmsg(sd, nilp(struct strbuf), &databuf, &flags); 192 perror("mibget getmsg(data) failed"); 195 msgout("xmibget getmsg(data) returned %d, "
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 53 int getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp); 64 getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp) function 185 * Common code for getmsg and putmsg calls: check permissions, 414 * Common code for getmsg and putmsg calls: check permissions,
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 50 #pragma weak _getmsg = getmsg 529 getmsg(int fd, struct strbuf *ctlptr, struct strbuf *dataptr, function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 595 getcode = getmsg(sd, &ctlbuf, (struct strbuf *)0, &flags); 597 logperror("mibget getmsg(ctl) failed"); 617 logdebug("mibget getmsg() %d returned " 638 logwarn("mibget getmsg(ctl) %d returned %d, " 670 getcode = getmsg(sd, (struct strbuf *)0, &databuf, &flags); 672 logperror("mibget getmsg(data) failed"); 675 logwarn("mibget getmsg(data) returned %d, "
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 483 getcode = getmsg(sd, &ctlbuf, NULL, &flags); 486 perror("mibget getmsg(ctl) failed"); 505 "mibget getmsg() %d returned EOD (level %d, name %d)\n", 529 "mibget getmsg(ctl) %d returned %d, ctlbuf.len = %d, PRIM_type = %d\n", 565 getcode = getmsg(sd, NULL, &databuf, &flags); 567 perror("mibget getmsg(data) failed"); 571 "mibget getmsg(data) returned %d, databuf.maxlen = %d, databuf.len = %d\n",
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1770 rc = len = getmsg(pppfd, &ctrl, &data, &flags); 2993 r = getmsg(ipfd, &cbuf, &dbuf, &flags); 2995 warn("have_route_to: getmsg: %m"); 3014 r = getmsg(ipfd, NULL, &dbuf, &flags); 3043 r = getmsg(ipfd, NULL, &dbuf, &flags);
|