/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | bootparams.c | 252 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 D | auth_unix.c | 130 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 D | clnt_btcp.c | 272 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 D | clnt_budp.c | 207 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 D | nfs4ops.c | 456 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 D | rpc.c | 473 bkmem_free(trm_msg, trm_len); in brpc_call() 475 bkmem_free(rcv_msg, NFSBUF_SIZE); in brpc_call()
|
H A D | pmap.c | 139 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 D | dhcpv4.c | 209 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 D | mac.c | 272 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 D | pcfs.c | 77 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 D | bootfsops.c | 38 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 D | decompress.c | 61 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 D | ufsops.c | 44 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 D | hsfs.c | 86 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 D | tcp_sack.c | 247 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 D | tcp_sack.h | 100 bkmem_free((caddr_t)prev, sizeof (notsack_blk_t)); \
|
/titanic_50/usr/src/stand/sys/ |
H A D | salib.h | 62 extern void bkmem_free(void *, size_t);
|
H A D | bootsyms.h | 94 extern void bkmem_free(void *, size_t);
|
/titanic_50/usr/src/stand/lib/sock/ |
H A D | sock_test.c | 658 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 D | malloc.c | 88 bkmem_free((caddr_t)lenloc, *lenloc + sizeof (size_t)); in free()
|
/titanic_50/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 183 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 D | sasubr.c | 59 bkmem_free(void *p, size_t s) in bkmem_free() function
|
/titanic_50/usr/src/stand/lib/fs/ufs/ |
H A D | ufsops.c | 801 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 D | pcfs_glue.c | 117 bkmem_free(void *p, size_t s) in bkmem_free() function
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 139 bkmem_free(bp->itempp, in add_cache()
|