Searched refs:msgbuf (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-11-stable/sys/mips/mips/
H A Dmem.c56 #include <sys/msgbuf.h>
H A Dmachdep.c59 #include <sys/msgbuf.h>
319 struct msgbuf *msgbufp = NULL;
H A Dminidump_machdep.c39 #include <sys/msgbuf.h>
261 /* Dump msgbuf up front */
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l66 static char msgbuf[255];
322 snprintf(msgbuf, sizeof(msgbuf), "Invalid character "
325 stop(msgbuf, EX_DATAERR);
437 snprintf(msgbuf, sizeof(msgbuf), "Invalid character "
439 stop(msgbuf, EX_DATAERR);
/freebsd-11-stable/sys/kern/
H A Dsubr_log.c46 #include <sys/msgbuf.h>
97 MTX_SYSINIT(msgbuf_lock, &msgbuf_lock, "msgbuf lock", MTX_DEF);
149 struct msgbuf *mbp = msgbufp;
H A Dsubr_prf.c53 #include <sys/msgbuf.h>
121 static bool msgbufmapped; /* Set when safe to use msgbuf */
492 * the console then the last bunch of characters are saved in msgbuf for
1025 static struct msgbuf *oldp = NULL;
1035 msgbufp = (struct msgbuf *)(cp + size);
1045 /* Sysctls for accessing/clearing the msgbuf */
1074 SYSCTL_PROC(_kern, OID_AUTO, msgbuf,
1101 DB_SHOW_COMMAND(msgbuf, db_show_msgbuf)
1106 db_printf("msgbuf not mapped yet\n");
H A Dkern_cons.c56 #include <sys/msgbuf.h>
94 struct msgbuf consmsgbuf; /* message buffer for console tty */
H A Dsubr_param.c48 #include <sys/msgbuf.h>
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_peap.c236 struct wpabuf *buf, *encr_req, msgbuf; local
259 wpabuf_set(&msgbuf, req, req_len);
260 encr_req = eap_server_tls_encrypt(sm, &data->ssl, &msgbuf);
272 struct wpabuf *buf1, *buf, *encr_req, msgbuf; local
297 wpabuf_set(&msgbuf, req, req_len);
299 encr_req = eap_server_tls_encrypt(sm, &data->ssl, &msgbuf);
481 struct wpabuf *encr_req, msgbuf; local
497 wpabuf_set(&msgbuf, hdr, req_len);
498 encr_req = eap_server_tls_encrypt(sm, &data->ssl, &msgbuf);
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c551 char msgbuf[100]; local
560 strlcpy(msgbuf, "\nreceive", sizeof(msgbuf));
563 strlcpy(msgbuf, "\nsend", sizeof(msgbuf));
568 len = strlcat(msgbuf, " aborted. Waiting for remote to finish abort.\n",
569 sizeof(msgbuf));
570 write(fileno(ttyout), msgbuf, len); local
2038 char msgbuf[100]; local
2043 len = strlcpy(msgbuf, "\nremot
2045 write(fileno(ttyout), msgbuf, len); local
[all...]
H A Dfetch.c1354 char msgbuf[100]; local
1359 len = strlcpy(msgbuf, "\nHTTP fetch aborted.\n", sizeof(msgbuf));
1360 write(fileno(ttyout), msgbuf, len); local
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c257 char msgbuf[sizeof(struct ng_mesg) + sizeof(struct ngpppoe_sts)]; local
258 struct ng_mesg *rep = (struct ng_mesg *)msgbuf;
259 struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep);
376 if ((ret = NgRecvMsg(cs, rep, sizeof msgbuf, NULL)) < 0) {
/freebsd-11-stable/usr.sbin/ppp/
H A Dether.c219 char msgbuf[sizeof(struct ng_mesg) + sizeof(struct ngpppoe_sts)]; local
220 struct ng_mesg *rep = (struct ng_mesg *)msgbuf;
221 struct ngpppoe_sts *sts = (struct ngpppoe_sts *)(msgbuf + sizeof *rep);
246 if (NgRecvMsg(dev->cs, rep, sizeof msgbuf, NULL) <= 0)
H A Dnetgraph.c171 char msgbuf[sizeof(struct ng_mesg) * 2 + NG_MSGBUFSZ]; local
173 struct ng_mesg *rep = (struct ng_mesg *)msgbuf;
199 if (NgRecvAsciiMsg(dev->cs, rep, sizeof msgbuf, path)) {
/freebsd-11-stable/sys/ddb/
H A Ddb_capture.c42 #include <sys/msgbuf.h>
H A Ddb_textdump.c70 #include <sys/msgbuf.h>
143 #define TAR_MSGBUF_FILENAME "msgbuf.txt" /* Kernel messsage buffer. */
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Decona_machdep.c64 #include <sys/msgbuf.h>
/freebsd-11-stable/sys/powerpc/booke/
H A Dbooke_machdep.c114 #include <sys/msgbuf.h>
/freebsd-11-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c33 #include <sys/msgbuf.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmem.c57 #include <sys/msgbuf.h>
H A Dmachdep.c83 #include <sys/msgbuf.h>
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Dcrb_machdep.c74 #include <sys/msgbuf.h>
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c83 static char msgbuf[1024]; /* sigh */ local
87 vsnprintf(msgbuf, sizeof (msgbuf), fmt, ap);
90 terminate("%s: %s\n", curfile, msgbuf);
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Davila_machdep.c74 #include <sys/msgbuf.h>
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_machdep.c75 #include <sys/msgbuf.h>

Completed in 299 milliseconds

1234