HomeSort by relevance Sort by last modified time
    Searched defs:putmsg (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/syscall/
strcalls.c 54 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,
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
display.c 407 putmsg("Searching");
476 putmsg("Cannot reopen temporary file");
507 putmsg("File does not have expected format");
561 putmsg(msg);
564 /* putmsg clears the message line and prints the message */
567 putmsg(char *msg) function
598 putmsg(msg);
  /onnv/onnv-gate/usr/src/uts/common/sys/
stropts.h 51 /* 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
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 49 #pragma weak _putmsg = putmsg
548 putmsg(int fd, const struct strbuf *ctlptr, function

Completed in 1020 milliseconds