Home
last modified time | relevance | path

Searched refs:bio_alloc (Results 1 – 7 of 7) sorted by relevance

/src/stand/i386/libi386/
H A Dpxe.c219 gci_p = bio_alloc(sizeof(*gci_p)); in pxe_init()
268 undi_shutdown_p = bio_alloc(sizeof(*undi_shutdown_p)); in pxe_cleanup()
281 unload_stack_p = bio_alloc(sizeof(*unload_stack_p)); in pxe_cleanup()
366 undi_close_p = bio_alloc(sizeof(*undi_close_p)); in pxe_netif_end()
384 undi_info_p = bio_alloc(sizeof(*undi_info_p)); in pxe_netif_init()
422 undi_open_p = bio_alloc(sizeof(*undi_open_p)); in pxe_netif_init()
554 isr = bio_alloc(sizeof(*isr)); in pxe_netif_receive()
603 trans_p = bio_alloc(sizeof(*trans_p)); in pxe_netif_put()
604 tbd_p = bio_alloc(sizeof(*tbd_p)); in pxe_netif_put()
605 data = bio_alloc(len); in pxe_netif_put()
H A Dbio.c42 bio_alloc(size_t size) in bio_alloc() function
H A Dlibi386.h123 void *bio_alloc(size_t size);
H A Dvbe.c295 rvbe = bio_alloc(sizeof(*rvbe)); in biosvbe_info()
331 rmi = bio_alloc(sizeof(*rmi)); in biosvbe_get_mode_info()
859 edidp = bio_alloc(sizeof(*edidp)); in vbe_get_edid()
889 fp_info = bio_alloc(sizeof (*fp_info)); in vbe_get_flatpanel()
H A Dbiosdisk.c1051 bbuf = bio_alloc(bio_size); in bd_realstrategy()
/src/sys/contrib/openzfs/config/
H A Dkernel-bio.m4205 dnl # In 07888c665b405b1cd3577ddebfeb74f4717a84c4 ("block: pass a block_device and opf to bio_alloc
206 dnl # bio_alloc(gfp_t gfp_mask, unsigned short nr_iovecs)
208 dnl # bio_alloc(struct block_device *bdev, unsigned short nr_vecs, unsigned int opf, gfp_t gfp_ma…
223 struct bio *__attribute__((unused)) allocated = bio_alloc(bdev, nr_iovecs, opf, gfp_mask);
228 AC_MSG_CHECKING([whether bio_alloc() wants 4 args])
231 AC_DEFINE([HAVE_BIO_ALLOC_4ARG], 1, [bio_alloc() takes 4 arguments])
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c614 bio = bio_alloc(bdev, nr_vecs, 0, gfp_mask); in vdev_bio_alloc()
616 bio = bio_alloc(gfp_mask, nr_vecs); in vdev_bio_alloc()