Searched refs:M_DEVBUF (Results 301 - 325 of 417) sorted by relevance

<<11121314151617

/freebsd-13-stable/sys/amd64/vmm/amd/
H A Divrs_drv.c386 ivhd_devs = malloc(sizeof(device_t) * ivhd_count, M_DEVBUF,
/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c419 M_DEVBUF, M_ZERO, 0, ~0, PAGE_SIZE, 0);
/freebsd-13-stable/sys/arm/mv/
H A Dmv_ap806_sei.c341 M_DEVBUF, M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c268 sc->nspeed_points, M_DEVBUF, M_NOWAIT);
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c226 sc->nspeed_points, M_DEVBUF, M_NOWAIT);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_pass.c403 free(softc, M_DEVBUF);
438 physpath = malloc(MAXPATHLEN, M_DEVBUF, M_WAITOK);
470 free(physpath, M_DEVBUF);
559 M_DEVBUF, M_NOWAIT);
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c253 sc->ifname[i] = malloc(strlen(name)+1, M_DEVBUF, M_WAITOK);
290 free(sc->ifname[i], M_DEVBUF);
/freebsd-13-stable/sys/dev/gpio/
H A Dgpiokeys.c482 M_DEVBUF, M_WAITOK | M_ZERO);
534 free(sc->sc_keys, M_DEVBUF);
/freebsd-13-stable/sys/dev/hdmi/
H A Ddwc_hdmi.c736 sc->sc_edid = malloc(EDID_LENGTH, M_DEVBUF, M_WAITOK | M_ZERO);
756 free(sc->sc_edid, M_DEVBUF);
/freebsd-13-stable/sys/dev/hptmv/
H A Dioctl.c748 buffer = malloc(SECTOR_TO_BYTE(MAX_REBUILD_SECTORS), M_DEVBUF, M_NOWAIT);
812 if (buffer) free(buffer, M_DEVBUF);
/freebsd-13-stable/sys/dev/ida/
H A Dida.c107 free(ida->qcbs, M_DEVBUF);
209 malloc(IDA_QCB_MAX * sizeof(struct ida_qcb), M_DEVBUF,
/freebsd-13-stable/sys/dev/iicbus/
H A Diichid.c800 sc->intr_buf = malloc(rdesc->rdsize, M_DEVBUF, M_WAITOK | M_ZERO);
817 free(sc->intr_buf, M_DEVBUF);
/freebsd-13-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c530 M_DEVBUF, M_NOWAIT | M_ZERO);
900 free(sc->vtmmio_vqs, M_DEVBUF);
/freebsd-13-stable/sys/net/
H A Dif_bridge.c706 sc = malloc(sizeof(*sc), M_DEVBUF, M_WAITOK|M_ZERO);
709 free(sc, M_DEVBUF);
760 free(sc, M_DEVBUF);
1062 free(bif, M_DEVBUF);
1247 bif = malloc(sizeof(*bif), M_DEVBUF, M_NOWAIT|M_ZERO);
1733 bif = malloc(sizeof(*bif), M_DEVBUF, M_NOWAIT|M_ZERO);
2957 M_DEVBUF, M_WAITOK);
2977 free(sc->sc_rthash, M_DEVBUF);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_freebsd.c272 M_DEVBUF, IEEE80211_M_NOWAIT | IEEE80211_M_ZERO);
353 IEEE80211_FREE(vap->iv_sysctl, M_DEVBUF);
/freebsd-13-stable/sys/kern/
H A Dkern_cpu.c183 M_DEVBUF, M_WAITOK);
227 free(sc->levels_buf, M_DEVBUF);
H A Dsubr_gtaskqueue.c772 free(gtask, M_DEVBUF);
789 gtask = malloc(sizeof(*gtask), M_DEVBUF, M_WAITOK);
H A Dvfs_mountroot.c178 h = malloc(sizeof *h, M_DEVBUF, M_ZERO | M_WAITOK);
224 free(h, M_DEVBUF);
/freebsd-13-stable/sys/dev/sound/pci/
H A Dsolo.c878 free(sc, M_DEVBUF);
986 sc = malloc(sizeof(*sc), M_DEVBUF, M_WAITOK | M_ZERO);
H A Dvibes.c731 sc = malloc(sizeof(*sc), M_DEVBUF, M_WAITOK | M_ZERO);
922 free(sc, M_DEVBUF);
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dvchan.c75 info = malloc(sizeof(*info), M_DEVBUF, M_WAITOK | M_ZERO);
105 free(data, M_DEVBUF);
/freebsd-13-stable/sys/dev/syscons/
H A Dscmouse.c111 free(p, M_DEVBUF);
114 M_DEVBUF, (wait) ? M_WAITOK : M_NOWAIT);
/freebsd-13-stable/sys/dev/sdio/
H A Dsdiob.c1041 sc = (struct sdiob_softc *) malloc(sizeof(*sc), M_DEVBUF,
1055 free(sc, M_DEVBUF);
/freebsd-13-stable/sys/dev/sound/isa/
H A Dess.c314 free(sc, M_DEVBUF);
815 sc = malloc(sizeof(*sc), M_DEVBUF, M_WAITOK | M_ZERO);
H A Dsb16.c459 free(sb, M_DEVBUF);
817 sb = malloc(sizeof(*sb), M_DEVBUF, M_WAITOK | M_ZERO);

Completed in 213 milliseconds

<<11121314151617