Home
last modified time | relevance | path

Searched refs:bio_free (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/i386/libi386/
H A Dpxe.c229 bio_free(gci_p, sizeof(*gci_p)); in pxe_init()
239 bio_free(gci_p, sizeof(*gci_p)); in pxe_init()
278 bio_free(undi_shutdown_p, sizeof(*undi_shutdown_p)); in pxe_cleanup()
291 bio_free(unload_stack_p, sizeof(*unload_stack_p)); in pxe_cleanup()
372 bio_free(undi_close_p, sizeof(*undi_close_p)); in pxe_netif_end()
392 bio_free(undi_info_p, sizeof(*undi_info_p)); in pxe_netif_init()
421 bio_free(undi_info_p, sizeof(*undi_info_p)); in pxe_netif_init()
430 bio_free(undi_open_p, sizeof(*undi_open_p)); in pxe_netif_init()
570 bio_free(isr, sizeof(*isr)); in pxe_netif_receive()
624 bio_free(data, len); in pxe_netif_put()
[all …]
H A Dbio.c55 bio_free(void *ptr, size_t size) in bio_free() function
H A Dlibi386.h124 void bio_free(void *ptr, size_t size);
H A Dvbe.c320 bio_free(rvbe, sizeof(*rvbe)); in biosvbe_info()
348 bio_free(rmi, sizeof(*rmi)); in biosvbe_get_mode_info()
879 bio_free(edidp, sizeof(*edidp)); in vbe_get_edid()
902 bio_free(fp_info, sizeof (*fp_info)); in vbe_get_flatpanel()
H A Dbiosdisk.c1134 bio_free(bbuf, bio_size); in bd_realstrategy()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c29 static int bio_free(BIO *bio);
49 bio_free,
90 static int bio_free(BIO *bio) in bio_free() function