Home
last modified time | relevance | path

Searched refs:bkmem_free (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c250 bkmem_free(res.server_name, SYS_NMLN + 1); in getfile()
252 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
349 bkmem_free(res.server_name, SYS_NMLN + 1); in getfile()
350 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
355 bkmem_free(res.server_name, SYS_NMLN + 1); in getfile()
356 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
360 bkmem_free(res.server_name, SYS_NMLN + 1); in getfile()
361 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
H A Dauth_unix.c235 bkmem_free(au->au_shcred.oa_base, au->au_shcred.oa_length); in authunix_destroy()
236 bkmem_free(auth->ah_private, sizeof (struct audata)); in authunix_destroy()
238 bkmem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
239 bkmem_free((caddr_t)auth, sizeof (*auth)); in authunix_destroy()
H A Dclnt_btcp.c270 bkmem_free((caddr_t)ct, sizeof (*ct)); in clntbtcp_create()
272 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbtcp_create()
514 bkmem_free((caddr_t)ct, (sizeof (struct ct_data))); in clntbtcp_destroy()
515 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbtcp_destroy()
H A Dclnt_budp.c200 bkmem_free((caddr_t)cu, sizeof (*cu) + sendsz + recvsz); in clntbudp_bufcreate()
202 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbudp_bufcreate()
443 bkmem_free((caddr_t)cu, (sizeof (*cu) + cu->cu_sendsz + cu->cu_recvsz)); in clntbudp_destroy()
444 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbudp_destroy()
H A Dnfs4ops.c455 bkmem_free(lookupargs.la_pathname.utf8string_val, in nfs4lookup()
468 bkmem_free(lookupargs.la_pathname.utf8string_val, in nfs4lookup()
487 bkmem_free(lookupargs.la_pathname.utf8string_val, in nfs4lookup()
655 bkmem_free(readlinkres.rl_link.utf8string_val, spathlen); in nfs4getsymlink()
H A Drpc.c471 bkmem_free(trm_msg, trm_len); in brpc_call()
473 bkmem_free(rcv_msg, NFSBUF_SIZE); in brpc_call()
H A Dpmap.c137 bkmem_free((caddr_t)tmp, sizeof (struct pmaplist)); in bpmap_delport()
527 bkmem_free((caddr_t)current, sizeof (struct pmaplist)); in bpmap_memfree()
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c209 bkmem_free((char *)tmp->pkt, tmp->len); in flush_list()
210 bkmem_free((char *)tmp, sizeof (PKT_LIST)); in flush_list()
236 bkmem_free((char *)pl->pkt, pl->len); in remove_list()
237 bkmem_free((char *)pl, sizeof (PKT_LIST)); in remove_list()
269 bkmem_free((char *)pl, sizeof (PKT_LIST)); in bootp_collect()
741 bkmem_free((char *)pl->pkt, pl->len); in dhcp_requesting()
742 bkmem_free((char *)pl, sizeof (PKT_LIST)); in dhcp_requesting()
815 bkmem_free((char *)pl->pkt, pl->len); in dhcp_requesting()
816 bkmem_free((char *)pl, sizeof (PKT_LIST)); in dhcp_requesting()
1117 bkmem_free((char *)pl->pkt, pl->len); in prom_cached_reply()
[all …]
H A Dmac.c272 bkmem_free((caddr_t)mac_state.mac_addr_buf, in mac_fini()
277 bkmem_free(mac_state.mac_buf, mac_state.mac_mtu); in mac_fini()
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c75 extern void bkmem_free(void *, size_t);
132 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_mountroot()
169 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_mountroot()
180 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_mountroot()
252 bkmem_free(filep->fi_path, strlen(filep->fi_path) + 1); in bpcfs_close()
253 bkmem_free((char *)filep, sizeof (fileid_t)); in bpcfs_close()
267 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_closeall()
268 bkmem_free(head, sizeof (fileid_t)); in bpcfs_closeall()
H A Dbootfsops.c38 extern void bkmem_free(void *, size_t);
161 bkmem_free(fp, sizeof (bfile_t)); in bbootfs_init()
170 bkmem_free(fp, sizeof (bfile_t)); in bbootfs_init()
312 bkmem_free(fp, sizeof (bfile_t)); in bbootfs_closeall()
H A Ddecompress.c61 extern void bkmem_free(void *, size_t);
181 bkmem_free(filep->fi_dcstream, sizeof (z_stream)); in cf_close()
183 bkmem_free(filep->fi_dcscrbuf, DECOMP_BUFSIZE); in cf_close()
H A Dufsops.c47 extern void bkmem_free(void *, size_t);
754 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in bufs_close()
764 bkmem_free((char *)filep, sizeof (fileid_t)); in bufs_close()
797 bkmem_free((char *)ufs_devp, sizeof (devid_t)); in bufs_closeall()
798 bkmem_free((char *)head, sizeof (fileid_t)); in bufs_closeall()
845 bkmem_free(entry->data, entry->size); in free_cache()
846 bkmem_free(entry, sizeof (*entry)); in free_cache()
H A Dhsfs.c84 extern void bkmem_free(void *, size_t);
531 bkmem_free(filep->fi_inode, sizeof (struct inode)); in bhsfs_close()
532 bkmem_free(filep->fi_path, strlen(filep->fi_path) + 1); in bhsfs_close()
533 bkmem_free((char *)filep, sizeof (fileid_t)); in bhsfs_close()
547 bkmem_free(hsfsp, sizeof (*hsfsp)); in bhsfs_closeall()
548 bkmem_free(head, sizeof (fileid_t)); in bhsfs_closeall()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_sack.c247 bkmem_free(tmp, sizeof (notsack_blk_t)); in tcp_notsack_insert()
305 bkmem_free((caddr_t)tmp, in tcp_notsack_insert()
310 bkmem_free((caddr_t)tmp, in tcp_notsack_insert()
365 bkmem_free((caddr_t)tmp, in tcp_notsack_remove()
370 bkmem_free((caddr_t)tmp, in tcp_notsack_remove()
H A Dtcp_sack.h100 bkmem_free((caddr_t)prev, sizeof (notsack_blk_t)); \
/illumos-gate/usr/src/stand/sys/
H A Dsalib.h62 extern void bkmem_free(void *, size_t);
H A Dbootsyms.h87 extern void bkmem_free(void *, size_t);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c658 bkmem_free(buf, buf_len); in st_recv()
699 bkmem_free(buf, buf_len); in st_recvfrom()
776 bkmem_free(buf, buf_len); in st_echo()
784 bkmem_free(buf, buf_len); in st_echo()
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c183 bkmem_free((caddr_t)cap->data, cap->size); in reclaim_cache()
187 bkmem_free((caddr_t)cap, chp->size); in reclaim_cache()
549 bkmem_free(fp->fi_memp, x_len); in set_bcache()
/illumos-gate/usr/src/stand/lib/sa/
H A Dmalloc.c88 bkmem_free((caddr_t)lenloc, *lenloc + sizeof (size_t)); in free()
/illumos-gate/usr/src/psm/stand/bootlst/common/
H A Dsasubr.c59 bkmem_free(void *p, size_t s) in bkmem_free() function
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c802 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in boot_ufs_close()
811 bkmem_free((char *)filep, sizeof (fileid_t)); in boot_ufs_close()
846 bkmem_free((char *)ufs_devp, sizeof (devid_t)); in boot_ufs_closeall()
847 bkmem_free((char *)head, sizeof (fileid_t)); in boot_ufs_closeall()
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd_cpio.c64 extern void bkmem_free(void *, size_t);
392 bkmem_free(file, sizeof (struct cpio_file)); in bcpio_close()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dpcfs_glue.c117 bkmem_free(void *p, size_t s) in bkmem_free() function

12