Home
last modified time | relevance | path

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

12

/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c252 bkmem_free(res.server_name, SYS_NMLN + 1); in getfile()
254 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
351 bkmem_free(res.server_name, SYS_NMLN + 1); in getfile()
352 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
357 bkmem_free(res.server_name, SYS_NMLN + 1); in getfile()
358 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
362 bkmem_free(res.server_name, SYS_NMLN + 1); in getfile()
363 bkmem_free(res.server_path, SYS_NMLN + 1); in getfile()
H A Dauth_unix.c130 bkmem_free(auth->ah_private, sizeof (struct audata)); in authunix_create()
131 bkmem_free((caddr_t)auth, sizeof (*auth)); in authunix_create()
138 bkmem_free(auth->ah_private, sizeof (struct audata)); in authunix_create()
139 bkmem_free((caddr_t)auth, sizeof (*auth)); in authunix_create()
245 bkmem_free(au->au_shcred.oa_base, au->au_shcred.oa_length); in authunix_destroy()
246 bkmem_free(auth->ah_private, sizeof (struct audata)); in authunix_destroy()
248 bkmem_free(auth->ah_verf.oa_base, auth->ah_verf.oa_length); in authunix_destroy()
249 bkmem_free((caddr_t)auth, sizeof (*auth)); in authunix_destroy()
H A Dclnt_btcp.c272 bkmem_free((caddr_t)ct, sizeof (*ct)); in clntbtcp_create()
274 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbtcp_create()
516 bkmem_free((caddr_t)ct, (sizeof (struct ct_data))); in clntbtcp_destroy()
517 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbtcp_destroy()
H A Dclnt_budp.c207 bkmem_free((caddr_t)cu, sizeof (*cu) + sendsz + recvsz);
209 bkmem_free((caddr_t)cl, sizeof (CLIENT));
470 bkmem_free((caddr_t)cu, (sizeof (*cu) + cu->cu_sendsz + cu->cu_recvsz));
471 bkmem_free((caddr_t)cl, sizeof (CLIENT));
H A Dnfs4ops.c456 bkmem_free(lookupargs.la_pathname.utf8string_val, in nfs4lookup()
469 bkmem_free(lookupargs.la_pathname.utf8string_val, in nfs4lookup()
488 bkmem_free(lookupargs.la_pathname.utf8string_val, in nfs4lookup()
656 bkmem_free(readlinkres.rl_link.utf8string_val, spathlen); in nfs4getsymlink()
H A Drpc.c473 bkmem_free(trm_msg, trm_len); in brpc_call()
475 bkmem_free(rcv_msg, NFSBUF_SIZE); in brpc_call()
H A Dpmap.c139 bkmem_free((caddr_t)tmp, sizeof (struct pmaplist)); in bpmap_delport()
529 bkmem_free((caddr_t)current, sizeof (struct pmaplist)); in bpmap_memfree()
/titanic_50/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()
876 bkmem_free((char *)state_pl->pkt, state_pl->len); in dhcp_requesting()
[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()
/titanic_50/usr/src/common/fs/
H A Dpcfs.c77 extern void bkmem_free(void *, size_t);
134 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_mountroot()
171 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_mountroot()
182 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_mountroot()
254 bkmem_free(filep->fi_path, strlen(filep->fi_path) + 1); in bpcfs_close()
255 bkmem_free((char *)filep, sizeof (fileid_t)); in bpcfs_close()
269 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_closeall()
270 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.c44 extern void bkmem_free(void *, size_t);
747 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in bufs_close()
757 bkmem_free((char *)filep, sizeof (fileid_t)); in bufs_close()
779 bkmem_free((char *)ufs_devp, sizeof (devid_t)); in bufs_closeall()
780 bkmem_free((char *)head, sizeof (fileid_t)); in bufs_closeall()
827 bkmem_free(entry->data, entry->size); in free_cache()
828 bkmem_free(entry, sizeof (*entry)); in free_cache()
H A Dhsfs.c86 extern void bkmem_free(void *, size_t);
532 bkmem_free(filep->fi_inode, sizeof (struct inode)); in bhsfs_close()
533 bkmem_free(filep->fi_path, strlen(filep->fi_path) + 1); in bhsfs_close()
534 bkmem_free((char *)filep, sizeof (fileid_t)); in bhsfs_close()
548 bkmem_free(hsfsp, sizeof (*hsfsp)); in bhsfs_closeall()
549 bkmem_free(head, sizeof (fileid_t)); in bhsfs_closeall()
/titanic_50/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)); \
/titanic_50/usr/src/stand/sys/
H A Dsalib.h62 extern void bkmem_free(void *, size_t);
H A Dbootsyms.h94 extern void bkmem_free(void *, size_t);
/titanic_50/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()
/titanic_50/usr/src/stand/lib/sa/
H A Dmalloc.c88 bkmem_free((caddr_t)lenloc, *lenloc + sizeof (size_t)); in free()
/titanic_50/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()
/titanic_50/usr/src/psm/stand/bootlst/common/
H A Dsasubr.c59 bkmem_free(void *p, size_t s) in bkmem_free() function
/titanic_50/usr/src/stand/lib/fs/ufs/
H A Dufsops.c801 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in boot_ufs_close()
810 bkmem_free((char *)filep, sizeof (fileid_t)); in boot_ufs_close()
845 bkmem_free((char *)ufs_devp, sizeof (devid_t)); in boot_ufs_closeall()
846 bkmem_free((char *)head, sizeof (fileid_t)); in boot_ufs_closeall()
/titanic_50/usr/src/cmd/boot/installgrub/
H A Dpcfs_glue.c117 bkmem_free(void *p, size_t s) in bkmem_free() function
/titanic_50/usr/src/lib/libpkg/common/
H A Dnhash.c139 bkmem_free(bp->itempp, in add_cache()

12