Searched refs:putmsg (Results 1 - 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dputmsg.s30 /* C library -- putmsg */
31 /* int putmsg (int fd, struct const strbuf *ctlptr,
36 .file "putmsg.s"
38 SYSCALL_RESTART(putmsg)
41 SET_SIZE(putmsg)
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dputmsg.s30 .file "putmsg.s"
32 /* C library -- putmsg */
38 SYSCALL2_RESTART_RVAL1(__putmsg,putmsg)
/illumos-gate/usr/src/head/
H A Dstropts.h50 extern int putmsg(int, const struct strbuf *, const struct strbuf *, int);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dedit.c87 putmsg("Type ^D to stop editing all lines, "
110 putmsg(msg);
H A Dcommand.c83 putmsg("The -d option prevents rebuilding the "
96 putmsg(""); /* clear any previous message */
221 putmsg("There are no lines to write to a file");
271 putmsg("There are no lines to pipe to a shell command");
301 putmsg("Ignoring empty output of ^ command");
622 putmsg(msg);
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);
H A Dglobal.h223 void putmsg(char *msg);
H A Dfind.c555 putmsg("Database built with cscope version < 13 does not "
967 putmsg(msg);
1101 putmsg("Internal error: cannot get source line from database");
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sndrel.c92 * Calls to send data (write or putmsg) can potentially
97 if (putmsg(fd, &ctlbuf, NULL, 0) < 0) {
H A Dt_sndreldata.c99 * Calls to send data (write or putmsg) can potentially
104 if (putmsg(fd, &ctlbuf, NULL, 0) < 0) {
H A Dt_snddis.c152 * Calls to send data (write or putmsg) can potentially
157 if (putmsg(fd, &ctlbuf, (databuf.len? &databuf: NULL), 0) < 0) {
H A Dt_sndudata.c161 * Calls to send data (write or putmsg) can potentially
165 * putmsg below may send a zero length message,
169 if (putmsg(fd, &ctlbuf, (struct strbuf *)&unitdata->udata, 0) < 0) {
H A Dt_sndvudata.c172 * Calls to send data (write or putmsg) can potentially
177 if (putmsg(fd, &ctlbuf, &databuf, 0) < 0) {
H A D_conn_util.c129 * Assumes signals are blocked so putmsg() will not block
132 if (putmsg(fd, ctlbufp,
H A Dt_accept.c236 * Assumes signals are blocked so putmsg() will not block
241 * Assumes signals are blocked so putmsg() will not block
244 if (putmsg(fd, &ctlbuf,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlfmt_log.c102 if (putmsg(fd, 0, &dat, 0) == -1) {
H A Dsyslog.c324 * bytes. So it really doesn't make much sense to putmsg a
341 if ((putmsg(LogFile, &ctl, &dat, 0) >= 0) && syslogd_ok())
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrclean.c127 putmsg(fd, &ctl, &dat, 0);
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dstreamio.c46 * non-zero: return code of the failed putmsg() system call.
76 rtncode = putmsg (mdp->writefd, ctlp, datap, flags);
/illumos-gate/usr/src/man/man2/
H A DMakefile111 putmsg.2 \
362 putpmsg.2 := LINKSRC = putmsg.2
/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/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c294 if (putmsg(tunfd, &ctrl, &data, 0) < 0) {
295 logerr("putmsg PADT: %s", mystrerror(errno));
376 if (putmsg(tunfd, &ctrl, &data, 0) < 0) {
377 logerr("putmsg %s: %s", ptc->ptc_name, mystrerror(errno));
/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/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c100 * We send this message to log(7D) using putmsg() with SL_CONSOLE | SL_LOGONLY
161 if (syslog_file && putmsg(syslog_logfd, &ctl, &dat, 0) != 0) {
162 fmd_hdl_debug(hdl, "putmsg failed: %s\n", strerror(errno));
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c99 if (putmsg(sd, &ctlbuf, nilp(struct strbuf), flags) == -1) {
100 perror("mibget: putmsg(ctl) failed");

Completed in 139 milliseconds

12