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

  /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...]
  /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;
  /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));
  /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;
  /src/sys/dev/ic/
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;
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);
  /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...]
  /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);
  /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...]
  /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...]
  /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...]
  /src/sys/dev/ieee1394/
firewirereg.h 217 struct mbuf *mbuf; member in struct:fw_bulkxfer
258 struct mbuf *mbuf; member in struct:fw_xfer
  /src/sys/arch/arm/sunxi/
sunxi_emac.c 145 struct mbuf *mbuf; member in struct:sunxi_emac_bufmap
343 sunxi_emac_setup_txbuf(struct sunxi_emac_softc *sc, int index, struct mbuf *m)
373 sc->tx.buf_map[cur].mbuf = (i == 0 ? m : NULL);
406 sunxi_emac_setup_rxbuf(struct sunxi_emac_softc *sc, int index, struct mbuf *m)
421 sc->rx.buf_map[index].mbuf = m;
428 static struct mbuf *
431 struct mbuf *m;
444 struct mbuf *m;
787 struct mbuf *m, *m0
    [all...]
  /src/sys/dev/marvell/
mvxpsecvar.h 295 struct mbuf *mbuf; member in union:mvxpsec_packet::__anon58e5dd70010a
311 #define data_mbuf data.mbuf
  /src/sys/dev/pci/
if_ena.c 44 #include <sys/mbuf.h>
74 static int ena_mq_start(struct ifnet *, struct mbuf *);
173 static struct mbuf* ena_rx_mbuf(struct ena_ring *,
177 struct ena_com_rx_ctx *, struct mbuf *);
180 struct mbuf **mbuf);
181 static int ena_xmit_mbuf(struct ena_ring *, struct mbuf **);
185 static void ena_tx_csum(struct ena_com_tx_ctx *, struct mbuf *);
206 struct mbuf *);
754 struct mbuf *m
1413 struct mbuf *mbuf; local in function:ena_tx_cleanup
1543 struct mbuf *mbuf; local in function:ena_rx_mbuf
1688 struct mbuf *mbuf; local in function:ena_rx_cleanup
2915 struct mbuf *mbuf; local in function:ena_start_xmit
    [all...]
if_enavar.h 197 struct mbuf *mbuf; member in struct:ena_tx_buffer
198 /* # of ena desc for this specific mbuf
201 /* # of buffers used by this mbuf */
213 struct mbuf *mbuf; member in struct:ena_rx_buffer
439 static inline int ena_mbuf_count(struct mbuf *mbuf)
443 while ((mbuf = mbuf->m_next) != NULL
    [all...]

Completed in 196 milliseconds