Searched defs:putmsg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstrcalls.c54 int putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags);
108 putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags) 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/tools/cscope-fast/
H A Ddisplay.c406 putmsg("Searching");
475 putmsg("Cannot reopen temporary file");
506 putmsg("File does not have expected format");
560 putmsg(msg);
563 /* putmsg clears the message line and prints the message */
566 putmsg(char *msg) function
597 putmsg(msg);
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h51 /* putmsg if sd_werror is set */
106 * after having been returned to read(), getmsg(), ioctl(), write(), putmsg(),
157 * Flags for getmsg() and putmsg() syscall arguments.
161 * the first message on the stream head read queue and putmsg() to send
333 * Stream buffer structure for putmsg and getmsg system calls
501 #pragma redefine_extname putmsg __xpg4_putmsg
506 #define putmsg __xpg4_putmsg macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c52 #pragma weak _putmsg = putmsg
550 putmsg(int fd, const struct strbuf *ctlptr, function

Completed in 73 milliseconds