Searched refs:putpmsg (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | putpmsg.s | 30 .file "putpmsg.s" 32 /* C library -- putpmsg */ 38 SYSCALL2_RESTART_RVAL1(__putpmsg,putpmsg)
|
/illumos-gate/usr/src/head/ |
H A D | stropts.h | 55 extern int putpmsg(int, const struct strbuf *, const struct strbuf *, int, int);
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 228 putpmsg.2 \ 362 putpmsg.2 := LINKSRC = putmsg.2
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 173 * Flags for getpmsg() and putpmsg() syscall arguments. 502 #pragma redefine_extname putpmsg __xpg4_putpmsg 507 #define putpmsg __xpg4_putpmsg macro
|
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | t_snd.c | 193 retval = putpmsg(fd, &ctlbuf, &databuf, band, MSG_BAND);
|
H A D | t_sndv.c | 217 retval = putpmsg(fd, &ctlbuf, &databuf, band, MSG_BAND);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 57 int putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int pri, 168 putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int intpri, function
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 53 #pragma weak _putpmsg = putpmsg 572 putpmsg(int fd, const struct strbuf *ctlptr, function
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 205 int putpmsg(int, struct strbuf *, struct strbuf *, int, int); 598 /* 133 */ SYSENT_CI("putpmsg", putpmsg, 5), 959 /* 133 */ SYSENT_CI("putpmsg", putpmsg32, 5),
|
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 273 putpmsg.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 274 putpmsg.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 246 putpmsg.o \
|
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 1499 if (putpmsg(logfd, &ctl, &dat, 1, MSG_BAND) == -1) 1500 logprint(SC_SL_ERR | SC_EXIT_ERR, "putpmsg: %s",
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 293 putpmsg.o \
|
Completed in 76 milliseconds