HomeSort by: relevance | last modified time | path
    Searched defs:mbuf (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/usr.bin/rwall/
rwall.c 106 char *mbuf; local in function:main
133 mbuf = makemsg(argv[2]);
135 if (clnt_call(cl, WALLPROC_WALL, xdr_wrapstring, (void *)&mbuf,
137 free(mbuf);
145 free(mbuf);
157 char *mbuf; local in function:makemsg
202 if (!(mbuf = malloc((u_int)mbufsize)))
204 if (fread(mbuf, sizeof(*mbuf), mbufsize, fp) != mbufsize)
207 return mbuf;
    [all...]
rwall.c 106 char *mbuf; local in function:main
133 mbuf = makemsg(argv[2]);
135 if (clnt_call(cl, WALLPROC_WALL, xdr_wrapstring, (void *)&mbuf,
137 free(mbuf);
145 free(mbuf);
157 char *mbuf; local in function:makemsg
202 if (!(mbuf = malloc((u_int)mbufsize)))
204 if (fread(mbuf, sizeof(*mbuf), mbufsize, fp) != mbufsize)
207 return mbuf;
    [all...]
  /src/sys/net/npf/
npf_bpf.c 42 #include <sys/mbuf.h>
88 const struct mbuf *mbuf = nbuf_head_mbuf(nbuf); local in function:npf_bpf_prepare
89 const size_t pktlen = m_length(mbuf);
96 args->pkt = (const uint8_t *)mbuf;
npf_bpf.c 42 #include <sys/mbuf.h>
88 const struct mbuf *mbuf = nbuf_head_mbuf(nbuf); local in function:npf_bpf_prepare
89 const size_t pktlen = m_length(mbuf);
96 args->pkt = (const uint8_t *)mbuf;
  /src/sys/compat/linux/common/
linux_exec_elf32.c 286 char mbuf[64]; local in function:ELFNAME2
353 mlen = snprintf(mbuf, sizeof(mbuf), "_rt0_%s_linux", m);
354 if (memmem(tmp, sh[i].sh_size, mbuf, mlen) == NULL)
357 DPRINTF(("linux_rt0_sig=%s\n", mbuf));
linux_exec_elf32.c 286 char mbuf[64]; local in function:ELFNAME2
353 mlen = snprintf(mbuf, sizeof(mbuf), "_rt0_%s_linux", m);
354 if (memmem(tmp, sh[i].sh_size, mbuf, mlen) == NULL)
357 DPRINTF(("linux_rt0_sig=%s\n", mbuf));
  /src/usr.bin/wall/
wall.c 231 char *mbuf; local in function:makemsg
268 if (!(mbuf = malloc(mbufsize)))
270 if (fread(mbuf, 1, mbufsize, fp) != mbufsize)
273 iov->iov_base = mbuf;
wall.c 231 char *mbuf; local in function:makemsg
268 if (!(mbuf = malloc(mbufsize)))
270 if (fread(mbuf, 1, mbufsize, fp) != mbufsize)
273 iov->iov_base = mbuf;
  /src/sys/dev/ic/
bcmgenetvar.h 47 struct mbuf *mbuf; member in struct:genet_bufmap
bcmgenetvar.h 47 struct mbuf *mbuf; member in struct:genet_bufmap
dwc_eqos_var.h 43 struct mbuf *mbuf; member in struct:eqos_bufmap
81 struct mbuf *sc_rx_receiving_m;
82 struct mbuf *sc_rx_receiving_m_last;
dwc_eqos_var.h 43 struct mbuf *mbuf; member in struct:eqos_bufmap
81 struct mbuf *sc_rx_receiving_m;
82 struct mbuf *sc_rx_receiving_m_last;
bwfmvar.h 37 struct mbuf;
159 int (*bs_txdata)(struct bwfm_softc *, struct mbuf **);
205 struct mbuf *mbuf; member in union:bwfm_task::__anonb536064f020a
209 #define t_mbuf t_u.mbuf
266 void bwfm_rx(struct bwfm_softc *, struct mbuf *m);
  /src/sys/netinet/
ip_encap.h 45 (struct mbuf *, int, int, void *);
51 (struct mbuf **, int *, int, void *);
61 typedef int encap_priofunc_t(struct mbuf *, int, int, void *); typedef in typeref:typename:int encap_priofunc_t (struct *,int,int,void *)
123 void encap4_input(struct mbuf *, int, int);
124 int encap6_input(struct mbuf **, int *, int);
ip_encap.h 45 (struct mbuf *, int, int, void *);
51 (struct mbuf **, int *, int, void *);
61 typedef int encap_priofunc_t(struct mbuf *, int, int, void *); typedef in typeref:typename:int encap_priofunc_t (struct *,int,int,void *)
123 void encap4_input(struct mbuf *, int, int);
124 int encap6_input(struct mbuf **, int *, int);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_test.h 10 #include <sys/mbuf.h>
59 struct mbuf { struct
90 struct mbuf * npfkern_m_get(npf_t *, unsigned, size_t);
91 size_t npfkern_m_length(const struct mbuf *);
92 void npfkern_m_freem(struct mbuf *);
106 struct mbuf * mbuf_getwithdata(const void *, size_t);
107 struct mbuf * mbuf_construct_ether(int);
108 struct mbuf * mbuf_construct(int);
109 struct mbuf * mbuf_construct6(int);
110 void * mbuf_return_hdrs(struct mbuf *, bool, struct ip **)
    [all...]
npf_test.h 10 #include <sys/mbuf.h>
59 struct mbuf { struct
90 struct mbuf * npfkern_m_get(npf_t *, unsigned, size_t);
91 size_t npfkern_m_length(const struct mbuf *);
92 void npfkern_m_freem(struct mbuf *);
106 struct mbuf * mbuf_getwithdata(const void *, size_t);
107 struct mbuf * mbuf_construct_ether(int);
108 struct mbuf * mbuf_construct(int);
109 struct mbuf * mbuf_construct6(int);
110 void * mbuf_return_hdrs(struct mbuf *, bool, struct ip **)
    [all...]
  /src/bin/csh/
dol.c 820 Char obuf[BUFSIZE], lbuf[BUFSIZE], mbuf[BUFSIZE]; local in function:heredoc
903 mbp = mbuf;
930 mbp = mbuf;
937 vp = dobackp(mbuf, 1);
dol.c 820 Char obuf[BUFSIZE], lbuf[BUFSIZE], mbuf[BUFSIZE]; local in function:heredoc
903 mbp = mbuf;
930 mbp = mbuf;
937 vp = dobackp(mbuf, 1);
  /src/sys/arch/emips/ebus/
if_le_ebus.c 42 #include <sys/mbuf.h>
69 struct mbuf *mbuf; member in struct:bufmap
129 void enic_post_recv(struct enic_softc *, struct mbuf *);
132 int enic_put(struct enic_softc *, struct mbuf **);
357 struct mbuf *m;
360 if ((m = sc->sc_xmit[i].mbuf) != NULL) {
361 sc->sc_xmit[i].mbuf = NULL;
371 enic_post_recv(struct enic_softc *sc, struct mbuf *m)
392 if (sc->sc_recv[i].mbuf == NULL
    [all...]
if_le_ebus.c 42 #include <sys/mbuf.h>
69 struct mbuf *mbuf; member in struct:bufmap
129 void enic_post_recv(struct enic_softc *, struct mbuf *);
132 int enic_put(struct enic_softc *, struct mbuf **);
357 struct mbuf *m;
360 if ((m = sc->sc_xmit[i].mbuf) != NULL) {
361 sc->sc_xmit[i].mbuf = NULL;
371 enic_post_recv(struct enic_softc *sc, struct mbuf *m)
392 if (sc->sc_recv[i].mbuf == NULL
    [all...]
  /src/sbin/shutdown/
shutdown.c 96 static char mbuf[BUFSIZ]; variable in typeref:typename:char[]
190 for (p = mbuf, len = sizeof(mbuf); *argv; ++argv) {
194 if (p != mbuf)
202 p = mbuf;
203 endp = mbuf + sizeof(mbuf) - 2;
216 mbuflen = strlen(mbuf);
334 (void)fwrite(mbuf, 1, mbuflen, pf);
371 syslog(LOG_NOTICE, "%s by %s: %s", what, whom, mbuf);
    [all...]
shutdown.c 96 static char mbuf[BUFSIZ]; variable in typeref:typename:char[]
190 for (p = mbuf, len = sizeof(mbuf); *argv; ++argv) {
194 if (p != mbuf)
202 p = mbuf;
203 endp = mbuf + sizeof(mbuf) - 2;
216 mbuflen = strlen(mbuf);
334 (void)fwrite(mbuf, 1, mbuflen, pf);
371 syslog(LOG_NOTICE, "%s by %s: %s", what, whom, mbuf);
    [all...]
  /src/sbin/savecore/
savecore.c 864 char mbuf[100], path[MAXPATHLEN]; local in function:check_space
881 if (fgets(mbuf, sizeof(mbuf), fp) == NULL)
884 minfree = atoi(mbuf);
  /src/sys/dev/usb/
if_bwfm_usb.c 181 struct mbuf *mbuf; member in struct:bwfm_usb_tx_data
230 int bwfm_usb_txdata(struct bwfm_softc *, struct mbuf **);
234 struct mbuf * bwfm_usb_newbuf(void);
433 struct mbuf *
436 struct mbuf *m;
461 struct mbuf *m;
596 m_freem(data->mbuf);
597 data->mbuf = NULL;
777 bwfm_usb_txdata(struct bwfm_softc *bwfm, struct mbuf **mp
    [all...]

Completed in 32 milliseconds

1 2