Searched refs:M_DEVBUF (Results 226 - 250 of 417) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/ntb/
H A Dntb.c103 nc = malloc(sizeof(*nc), M_DEVBUF, M_WAITOK | M_ZERO);
165 free(nc, M_DEVBUF);
/freebsd-13-stable/sys/dev/altera/softdma/
H A Dsoftdma.c650 free(chan->descs, M_DEVBUF);
669 M_DEVBUF, (M_WAITOK | M_ZERO));
/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch.c135 sc->ifname[phy] = malloc(strlen(name) + 1, M_DEVBUF, M_WAITOK);
271 free(sc->ifname[phy], M_DEVBUF);
/freebsd-13-stable/sys/dev/flash/
H A Dat45d.c293 free(sc->dummybuf, M_DEVBUF);
369 sc->dummybuf = malloc(pagesize, M_DEVBUF, M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/dev/gpio/
H A Dbytgpio.c595 sc->sc_pad_funcs = malloc(sizeof(int)*sc->sc_npins, M_DEVBUF,
642 free(sc->sc_pad_funcs, M_DEVBUF);
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dhn_nvs.c308 M_DEVBUF, M_WAITOK | M_ZERO);
446 free(sc->hn_chim_bmap, M_DEVBUF);
H A Dif_hn.c1936 newmap = malloc(sizeof(struct ifnet *) * newsize, M_DEVBUF,
1941 free(hn_vfmap, M_DEVBUF);
2130 M_DEVBUF, M_WAITOK);
2558 free(sc->hn_tx_taskqs, M_DEVBUF);
4976 M_DEVBUF, M_WAITOK | M_ZERO);
5017 rxr->hn_pktbuf = malloc(rxr->hn_pktbuf_len, M_DEVBUF, M_WAITOK);
5191 free(rxr->hn_pktbuf, M_DEVBUF);
5193 free(sc->hn_rx_ring, M_DEVBUF);
5218 M_DEVBUF, M_WAITOK | M_ZERO);
5222 txr->hn_txdesc_br = buf_ring_alloc(txr->hn_txdesc_cnt, M_DEVBUF,
[all...]
/freebsd-13-stable/sys/dev/ips/
H A Dips.c142 free(sc->commandarray, M_DEVBUF);
154 sc->max_cmds, M_DEVBUF, M_NOWAIT|M_ZERO);
/freebsd-13-stable/sys/dev/proto/
H A Dproto_core.c146 devnames = malloc(names * sizeof(caddr_t), M_DEVBUF,
159 M_DEVBUF, M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c213 free(tiov, M_DEVBUF);
436 free(tiov, M_DEVBUF);
/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci.c651 data_buffer = malloc(data_buffer_size, M_DEVBUF, M_ZERO | M_NOWAIT);
1039 free(data_buffer, M_DEVBUF);
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_gpio.c513 M_DEVBUF, M_WAITOK | M_ZERO);
610 free(sc->gpio_pins, M_DEVBUF);
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_aic.c682 sc = malloc(sizeof(*sc), M_DEVBUF, M_WAITOK | M_ZERO);
720 scp = malloc(sizeof(struct sc_pcminfo), M_DEVBUF, M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_pci.c381 M_DEVBUF, M_NOWAIT | M_ZERO, 0,
488 M_DEVBUF, M_WAITOK);
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_eq.c358 info = malloc(sizeof(*info), M_DEVBUF, M_NOWAIT | M_ZERO);
437 free(info, M_DEVBUF);
/freebsd-13-stable/sys/dev/sound/isa/
H A Dad1816.c518 free(ad1816, M_DEVBUF);
602 ad1816 = malloc(sizeof(*ad1816), M_DEVBUF, M_WAITOK | M_ZERO);
H A Dsb8.c283 free(sb, M_DEVBUF);
721 sb = malloc(sizeof(*sb), M_DEVBUF, M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/dev/jedec_dimm/
H A Djedec_dimm.c350 sc->slotid_str = strdup(slotid_str, M_DEVBUF);
587 free(sc->slotid_str, M_DEVBUF);
/freebsd-13-stable/sys/arm/allwinner/
H A Da31_dmac.c247 sc->chans = malloc(sizeof(*sc->chans) * sc->nchans, M_DEVBUF,
295 free(sc->chans, M_DEVBUF);
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c386 entry = malloc(sizeof(struct client_info), M_DEVBUF, M_WAITOK | M_ZERO);
412 free(entry, M_DEVBUF);
/freebsd-13-stable/sys/arm/ti/twl/
H A Dtwl_vreg.c815 new = malloc(sizeof(struct twl_regulator_entry), M_DEVBUF, M_NOWAIT | M_ZERO);
1003 free(regulator, M_DEVBUF);
/freebsd-13-stable/sys/compat/linsysfs/
H A Dlinsysfs.c487 M_DEVBUF, M_NOWAIT);
490 M_DEVBUF, M_NOWAIT);
/freebsd-13-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh352 scp = malloc(sizeof(*scp), M_DEVBUF, M_NOWAIT | M_ZERO);
/freebsd-13-stable/sys/dev/pci/controller/
H A Dpci_n1sdp.c104 sc->n1_discovery_data = malloc(bdfs_size, M_DEVBUF, M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/dev/pci/
H A Dpci_subr.c317 d = malloc(sizeof(*d) + strlen(buf) + 1, M_DEVBUF, M_WAITOK | M_ZERO);

Completed in 238 milliseconds

1234567891011>>