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

<<11121314151617

/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_usbd.c235 free(usbd_driver.dro_drivername.us_buf, M_DEVBUF);
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_drv.c196 dmar_devs = malloc(sizeof(device_t) * dmar_devcnt, M_DEVBUF,
/freebsd-13-stable/sys/dev/an/
H A Dif_an.c2938 free(sc->an_flash_buffer, M_DEVBUF);
3751 free(sc->an_flash_buffer, M_DEVBUF);
3754 sc->an_flash_buffer = malloc(FLASH_SIZE, M_DEVBUF, M_WAITOK);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_da.c2089 free(softc, M_DEVBUF);
2776 softc = (struct da_softc *)malloc(sizeof(*softc), M_DEVBUF,
2788 free(softc, M_DEVBUF);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_pci.c1449 free(ahc->seep_config, M_DEVBUF);
/freebsd-13-stable/sys/arm64/arm64/
H A Dgicv3_its.c844 sc->ma = malloc(sizeof(struct vm_page), M_DEVBUF, M_WAITOK | M_ZERO);
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvneta.c1286 tx->br = buf_ring_alloc(MVNETA_BUFRING_SIZE, M_DEVBUF, M_NOWAIT,
1323 drbr_free(tx->br, M_DEVBUF);
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.c2332 tx_ring->br = buf_ring_alloc(AL_BR_SIZE, M_DEVBUF, M_WAITOK,
2419 buf_ring_free(tx_ring->br, M_DEVBUF);
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c2046 st = malloc(sizeof(*st), M_DEVBUF, M_NOWAIT | M_ZERO);
2170 free(st, M_DEVBUF);
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c873 sc->nullpad = malloc(ETHER_MIN_LEN, M_DEVBUF, M_WAITOK | M_ZERO);
954 free(sc->nullpad, M_DEVBUF);
/freebsd-13-stable/sys/dev/iir/
H A Diir.c1458 free(ucmd, M_DEVBUF);
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpi.c4130 buf = malloc(WPI_SCAN_MAXSZ, M_DEVBUF, M_NOWAIT | M_ZERO);
4274 free(buf, M_DEVBUF);
/freebsd-13-stable/sys/dev/sound/usb/
H A Duaudio.c2639 ch->buf = malloc(buf_size, M_DEVBUF, M_WAITOK | M_ZERO);
2666 free(ch->buf, M_DEVBUF);
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c1194 tabs = (uint32_t *)malloc(sizeof(uint32_t) * size, M_DEVBUF,
1274 free(tabs, M_DEVBUF);
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c361 #define get_pages() malloc(MEMO_CLUSTER_SIZE, M_DEVBUF, M_NOWAIT)
362 #define free_pages(p) free((p), M_DEVBUF)
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c6420 buf_ring_free(fp->tx_br, M_DEVBUF);
6451 fp->tx_br = buf_ring_alloc(TX_RING_SIZE, M_DEVBUF,
/freebsd-13-stable/sys/dev/bce/
H A Dif_bce.c2749 buf = malloc(len32, M_DEVBUF, M_NOWAIT);
2894 free(buf, M_DEVBUF);

Completed in 308 milliseconds

<<11121314151617