MALLOC            217 altq/altq_cbq.c 	MALLOC(cbqp, cbq_state_t *, sizeof(cbq_state_t), M_DEVBUF, M_WAITOK);
MALLOC            287 altq/altq_cdnr.c 	MALLOC(cb, struct cdnr_block *, size, M_DEVBUF, M_WAITOK);
MALLOC            157 altq/altq_hfsc.c 	MALLOC(hif, struct hfsc_if *, sizeof(struct hfsc_if),
MALLOC            352 altq/altq_hfsc.c 	MALLOC(cl, struct hfsc_class *, sizeof(struct hfsc_class),
MALLOC            358 altq/altq_hfsc.c 	MALLOC(cl->cl_q, class_queue_t *, sizeof(class_queue_t),
MALLOC            419 altq/altq_hfsc.c 		MALLOC(cl->cl_rsc, struct internal_sc *,
MALLOC            428 altq/altq_hfsc.c 		MALLOC(cl->cl_fsc, struct internal_sc *,
MALLOC            436 altq/altq_hfsc.c 		MALLOC(cl->cl_usc, struct internal_sc *,
MALLOC           1110 altq/altq_hfsc.c 	MALLOC(head, ellist_t *, sizeof(ellist_t), M_DEVBUF, M_WAITOK);
MALLOC           1213 altq/altq_hfsc.c 	MALLOC(head, actlist_t *, sizeof(actlist_t), M_DEVBUF, M_WAITOK);
MALLOC             96 altq/altq_priq.c 	MALLOC(pif, struct priq_if *, sizeof(struct priq_if),
MALLOC            269 altq/altq_priq.c 		MALLOC(cl, struct priq_class *, sizeof(struct priq_class),
MALLOC            275 altq/altq_priq.c 		MALLOC(cl->cl_q, class_queue_t *, sizeof(class_queue_t),
MALLOC            165 altq/altq_red.c 	MALLOC(rp, red_t *, sizeof(red_t), M_DEVBUF, M_WAITOK);
MALLOC            537 altq/altq_red.c 	MALLOC(w, struct wtab *, sizeof(struct wtab), M_DEVBUF, M_WAITOK);
MALLOC            175 altq/altq_rio.c 	MALLOC(rp, rio_t *, sizeof(rio_t), M_DEVBUF, M_WAITOK);
MALLOC            203 altq/altq_rmclass.c 	MALLOC(cl, struct rm_class *, sizeof(struct rm_class),
MALLOC            209 altq/altq_rmclass.c 	MALLOC(cl->q_, class_queue_t *, sizeof(class_queue_t),
MALLOC            282 altq/altq_subr.c 	MALLOC(tbr, struct tb_regulator *, sizeof(struct tb_regulator),
MALLOC            231 arch/i386/i386/via.c 			MALLOC(swd, struct swcr_data *,
MALLOC            408 arch/i386/pci/glxsb.c 			MALLOC(swd, struct swcr_data *,
MALLOC            221 compat/common/uipc_syscalls_43.c 		MALLOC(iov, struct iovec *,
MALLOC            293 compat/common/uipc_syscalls_43.c 		MALLOC(iov, struct iovec *,
MALLOC            157 compat/linux/linux_exec.c 		MALLOC(p->p_emuldata, void *, sizeof(struct linux_emuldata),
MALLOC            226 compat/ultrix/ultrix_fs.c 		MALLOC(path, char *, MAXPATHLEN, M_TEMP, M_WAITOK);
MALLOC            225 crypto/cryptodev.c 			MALLOC(crie.cri_key, u_int8_t *,
MALLOC            243 crypto/cryptodev.c 				MALLOC(cria.cri_key, u_int8_t *,
MALLOC            675 crypto/cryptodev.c 		MALLOC(fcr, struct fcrypt *,
MALLOC            745 crypto/cryptodev.c 	MALLOC(cse, struct csession *, sizeof(struct csession),
MALLOC            470 crypto/cryptosoft.c 	MALLOC(data, u_int8_t *, crd->crd_len, M_CRYPTO_DATA,  M_NOWAIT);
MALLOC            583 crypto/cryptosoft.c 		MALLOC(*swd, struct swcr_data *, sizeof(struct swcr_data),
MALLOC             72 crypto/deflate.c 		MALLOC(buf[i].out, u_int8_t *, (u_long) size, M_CRYPTO_DATA, 
MALLOC             87 crypto/deflate.c 		MALLOC(buf[i].out, u_int8_t *, (u_long) (size * 4), 
MALLOC            114 crypto/deflate.c 			MALLOC(buf[i].out, u_int8_t *, (u_long) size,
MALLOC            130 crypto/deflate.c 	MALLOC(*out, u_int8_t *, (u_long) result, M_CRYPTO_DATA, M_NOWAIT);
MALLOC            302 crypto/xform.c 	MALLOC(*sched, u_int8_t *, 128, M_CRYPTO_DATA, M_WAITOK);
MALLOC            336 crypto/xform.c 	MALLOC(*sched, u_int8_t *, 384, M_CRYPTO_DATA, M_WAITOK);
MALLOC            371 crypto/xform.c 	MALLOC(*sched, u_int8_t *, sizeof(blf_ctx), M_CRYPTO_DATA, M_WAITOK);
MALLOC            422 crypto/xform.c 	MALLOC(*sched, u_int8_t *, sizeof(cast_key), M_CRYPTO_DATA, M_WAITOK);
MALLOC            452 crypto/xform.c 	MALLOC(*sched, u_int8_t *, 10 * sizeof(u_int8_t *), M_CRYPTO_DATA,
MALLOC            491 crypto/xform.c 	MALLOC(*sched, u_int8_t *, sizeof(rijndael_ctx), M_CRYPTO_DATA,
MALLOC            560 crypto/xform.c 	MALLOC(*sched, u_int8_t *, sizeof(struct aes_ctr_ctx), M_CRYPTO_DATA,
MALLOC            106 dev/bio.c      	MALLOC(bm, struct bio_mapping *, sizeof *bm, M_DEVBUF, M_NOWAIT);
MALLOC            464 dev/ic/if_wi_hostap.c 	MALLOC(sta, struct wihap_sta_info *, sizeof(struct wihap_sta_info),
MALLOC            649 dev/ic/if_wi_hostap.c 				MALLOC(sta->challenge, u_int32_t *, 128,
MALLOC            672 dev/isa/aha.c  			MALLOC(ccb, struct aha_ccb *, sizeof *ccb, M_DEVBUF,
MALLOC            472 dev/onewire/onewire.c 			MALLOC(nd, struct onewire_device *,
MALLOC           1827 dev/pci/maestro.c 	MALLOC(pool, salloc_t, sizeof *pool + nzones * sizeof pool->zones[0],
MALLOC            113 dev/pci/sdhc_pci.c 	MALLOC(sc->sc.sc_host, struct sdhc_host **,
MALLOC            950 dev/rnd.c      	MALLOC(buf, u_int32_t *, POOLBYTES, M_TEMP, M_WAITOK);
MALLOC           1108 dev/rnd.c      	MALLOC(buf, u_int32_t *, POOLBYTES, M_TEMP, M_WAITOK);
MALLOC            158 dev/sdmmc/sdhc.c 	MALLOC(hp, struct sdhc_host *, sizeof(struct sdhc_host),
MALLOC            422 dev/sdmmc/sdmmc.c 	MALLOC(sf, struct sdmmc_function *, sizeof *sf, M_DEVBUF,
MALLOC            102 dev/sdmmc/sdmmc_scsi.c 	MALLOC(scbus, struct sdmmc_scsi_softc *,
MALLOC            106 dev/sdmmc/sdmmc_scsi.c 	MALLOC(scbus->sc_tgt, struct sdmmc_scsi_target *,
MALLOC            565 dev/systrace.c 		MALLOC(fst, struct fsystrace *, sizeof(struct fsystrace),
MALLOC            479 dev/wsfont/wsfont.c 	MALLOC(ent, struct font *, sizeof *ent, M_DEVBUF, M_WAITOK);
MALLOC            492 dev/wsfont/wsfont.c 		MALLOC(ent->font, struct wsdisplay_font *, sizeof *ent->font, 
MALLOC            497 dev/wsfont/wsfont.c 		MALLOC(ent->font->data, void *, size, M_DEVBUF, M_WAITOK);
MALLOC            288 isofs/cd9660/cd9660_lookup.c 			MALLOC(altname, char *, NAME_MAX, M_TEMP, M_WAITOK);
MALLOC            114 isofs/cd9660/cd9660_node.c 	MALLOC(dp, struct iso_dnode *, sizeof(struct iso_dnode), M_CACHE,
MALLOC            768 isofs/cd9660/cd9660_vfsops.c 	MALLOC(ip, struct iso_node *, sizeof(struct iso_node), M_ISOFSNODE,
MALLOC            250 isofs/cd9660/cd9660_vnops.c 		MALLOC(cp, char *, MAXPATHLEN, M_TEMP, M_WAITOK);
MALLOC            321 isofs/cd9660/cd9660_vnops.c 			MALLOC(ra, struct ra *, sizeof *ra,
MALLOC            513 isofs/cd9660/cd9660_vnops.c 	MALLOC(idp, struct isoreaddir *, sizeof(*idp), M_TEMP, M_WAITOK);
MALLOC            529 isofs/cd9660/cd9660_vnops.c                MALLOC(cookies, u_long *, ncookies * sizeof(u_long), M_TEMP,
MALLOC            251 isofs/udf/udf_vfsops.c 	MALLOC(ump, struct umount *, sizeof(struct umount), M_UDFMOUNT,
MALLOC            726 isofs/udf/udf_vnops.c 		MALLOC(cookies, u_long *, sizeof(u_long) * ncookies,
MALLOC            208 kern/exec_script.c 	MALLOC(shellargp, char **, 4 * sizeof(char *), M_EXEC, M_WAITOK);
MALLOC            335 kern/kern_event.c 	MALLOC(to, struct timeout *, sizeof(*to), M_KEVENT, 0);
MALLOC            154 kern/kern_lkm.c 	MALLOC(ret, struct lkm_table *, sizeof(*ret), M_DEVBUF, M_WAITOK);
MALLOC            127 kern/kern_proc.c 	MALLOC(nuip, struct uidinfo *, sizeof(*nuip), M_PROC, M_WAITOK);
MALLOC           2238 kern/tty.c     	MALLOC(tp, struct tty *, sizeof(struct tty), M_TTYS, M_WAITOK);
MALLOC            202 kern/tty_pty.c 		MALLOC(pti, struct pt_softc *, sizeof(struct pt_softc),
MALLOC            540 kern/vfs_subr.c 		MALLOC(nvp->v_specinfo, struct specinfo *,
MALLOC            155 miscfs/fifofs/fifo_vnops.c 		MALLOC(fip, struct fifoinfo *, sizeof(*fip), M_VNODE, M_WAITOK);
MALLOC            110 miscfs/portal/portal_vfsops.c 	MALLOC(rvp->v_data, void *, sizeof(struct portalnode),
MALLOC            202 miscfs/portal/portal_vnops.c 	MALLOC(fvp->v_data, void *, sizeof(struct portalnode), M_TEMP,
MALLOC            120 miscfs/procfs/procfs_subr.c 	MALLOC(pfs, void *, sizeof(struct pfsnode), M_TEMP, M_WAITOK);
MALLOC            229 msdosfs/msdosfs_denode.c 	MALLOC(ldep, struct denode *, sizeof(struct denode), M_MSDOSFSNODE,
MALLOC           1433 msdosfs/msdosfs_vnops.c 		MALLOC(cookies, u_long *, ncookies * sizeof(u_long), M_TEMP,
MALLOC            349 net/bsd-comp.c     MALLOC(db, struct bsd_db *, newlen, M_DEVBUF, M_NOWAIT);
MALLOC            357 net/bsd-comp.c 	MALLOC(db->lens, u_int16_t *, (maxmaxcode+1) * sizeof(db->lens[0]),
MALLOC            183 net/if_loop.c  	MALLOC(ifp, struct ifnet *, sizeof(*ifp), M_DEVBUF, M_NOWAIT);
MALLOC            317 net/if_ppp.c       MALLOC(sc->sc_comp, struct slcompress *, sizeof(struct slcompress),
MALLOC            586 net/if_ppp.c   	    MALLOC(newcode, struct bpf_insn *, newcodelen, M_DEVBUF, M_WAITOK);
MALLOC            228 net/if_pppoe.c         MALLOC(sc, struct pppoe_softc *, sizeof(*sc), M_DEVBUF, M_WAITOK);
MALLOC            681 net/if_vlan.c  	MALLOC(mc, struct vlan_mc_entry *, sizeof(struct vlan_mc_entry),
MALLOC           1689 net/pfkeyv2.c  			MALLOC(ipo->ipo_srcid, struct ipsec_ref *, clen +
MALLOC           1711 net/pfkeyv2.c  			MALLOC(ipo->ipo_dstid, struct ipsec_ref *,
MALLOC            730 net/pfkeyv2_convert.c 	MALLOC(*ipr, struct ipsec_ref *, EXTLEN(sadb_auth) -
MALLOC            769 net/pfkeyv2_convert.c 	MALLOC(*ipr, struct ipsec_ref *, EXTLEN(sadb_cred) -
MALLOC            808 net/pfkeyv2_convert.c 	MALLOC(*ipr, struct ipsec_ref *, EXTLEN(sadb_ident) -
MALLOC            134 net/ppp-deflate.c     MALLOC(ptr, void *, items * size, M_DEVBUF, M_NOWAIT);
MALLOC            168 net/ppp-deflate.c     MALLOC(state, struct deflate_state *, sizeof(struct deflate_state),
MALLOC            401 net/ppp-deflate.c     MALLOC(state, struct deflate_state *, sizeof(struct deflate_state),
MALLOC            114 net/rtsock.c   		MALLOC(rp, struct rawcb *, sizeof(*rp), M_PCB, M_WAITOK);
MALLOC            107 net80211/ieee80211_node.c 	MALLOC(ic->ic_aid_bitmap, u_int32_t *, size, M_DEVBUF, M_NOWAIT);
MALLOC            117 net80211/ieee80211_node.c 		MALLOC(ic->ic_tim_bitmap, u_int8_t *, ic->ic_tim_len, M_DEVBUF,
MALLOC            529 net80211/ieee80211_node.c 	MALLOC(ni, struct ieee80211_node *, sizeof(struct ieee80211_node),
MALLOC            472 netatalk/ddp_usrreq.c     MALLOC( ddp, struct ddpcb *, sizeof( *ddp ), M_PCB, M_NOWAIT );
MALLOC            159 netinet/ip_ah.c 	MALLOC(tdbp->tdb_amxkey, u_int8_t *, tdbp->tdb_amxkeylen, M_XDATA,
MALLOC            378 netinet/ip_ah.c 				MALLOC(ptr, unsigned char *,
MALLOC            676 netinet/ip_ah.c 		MALLOC(tc, struct tdb_crypto *,
MALLOC            680 netinet/ip_ah.c 		MALLOC(tc, struct tdb_crypto *, sizeof(struct tdb_crypto),
MALLOC           1178 netinet/ip_ah.c 		MALLOC(tc, struct tdb_crypto *,
MALLOC           1181 netinet/ip_ah.c 		MALLOC(tc, struct tdb_crypto *,
MALLOC           1720 netinet/ip_carp.c 			MALLOC(ncif, struct carp_if *, sizeof(*cif),
MALLOC           2426 netinet/ip_carp.c 	MALLOC(mc, struct carp_mc_entry *, sizeof(struct carp_mc_entry),
MALLOC            221 netinet/ip_esp.c 		MALLOC(tdbp->tdb_emxkey, u_int8_t *, tdbp->tdb_emxkeylen,
MALLOC            242 netinet/ip_esp.c 		MALLOC(tdbp->tdb_amxkey, u_int8_t *, tdbp->tdb_amxkeylen, M_XDATA,
MALLOC            411 netinet/ip_esp.c 		MALLOC(tc, struct tdb_crypto *, sizeof(struct tdb_crypto),
MALLOC            414 netinet/ip_esp.c 		MALLOC(tc, struct tdb_crypto *,
MALLOC            964 netinet/ip_esp.c 	MALLOC(tc, struct tdb_crypto *, sizeof(struct tdb_crypto),
MALLOC            764 netinet/ip_input.c 		MALLOC(fp, struct ipq *, sizeof (struct ipq),
MALLOC            166 netinet/ip_ipcomp.c 	MALLOC(tc, struct tdb_crypto *, sizeof(struct tdb_crypto),
MALLOC            518 netinet/ip_ipcomp.c 	MALLOC(tc, struct tdb_crypto *, sizeof(struct tdb_crypto),
MALLOC            591 netinet/ip_ipsp.c 	MALLOC(new_tdbh, struct tdb **,
MALLOC            593 netinet/ip_ipsp.c 	MALLOC(new_tdbaddr, struct tdb **,
MALLOC            595 netinet/ip_ipsp.c 	MALLOC(new_srcaddr, struct tdb **,
MALLOC            648 netinet/ip_ipsp.c 		MALLOC(tdbh, struct tdb **,
MALLOC            651 netinet/ip_ipsp.c 		MALLOC(tdbaddr, struct tdb **,
MALLOC            654 netinet/ip_ipsp.c 		MALLOC(tdbsrc, struct tdb **,
MALLOC            778 netinet/ip_ipsp.c 	MALLOC(tdbp, struct tdb *, sizeof(struct tdb), M_TDB, M_WAITOK);
MALLOC           1306 netinet/ip_output.c 			MALLOC(ipr, struct ipsec_ref *,
MALLOC            621 netinet6/raw_ip6.c 		MALLOC(in6p->in6p_icmp6filt, struct icmp6_filter *,
MALLOC             68 netnatm/natm_pcb.c   MALLOC(npcb, struct natmpcb *, sizeof(*npcb), M_PCB, wait);
MALLOC            322 nfs/nfs_kq.c   		MALLOC(ke, struct kevq *,
MALLOC            616 nfs/nfs_serv.c 		MALLOC(iv, struct iovec *, i * sizeof (struct iovec),
MALLOC            790 nfs/nfs_serv.c 	    MALLOC(ivp, struct iovec *, cnt * sizeof (struct iovec), M_TEMP,
MALLOC           1070 nfs/nfs_serv.c 		    MALLOC(iov, struct iovec *, i * sizeof (struct iovec), 
MALLOC           2025 nfs/nfs_serv.c 	MALLOC(pathcp, caddr_t, len2 + 1, M_TEMP, M_WAITOK);
MALLOC           2435 nfs/nfs_serv.c 	MALLOC(rbuf, caddr_t, siz, M_TEMP, M_WAITOK);
MALLOC           2694 nfs/nfs_serv.c 	MALLOC(rbuf, caddr_t, siz, M_TEMP, M_WAITOK);
MALLOC           2073 nfs/nfs_socket.c 	MALLOC(nd, struct nfsrv_descript *, sizeof (struct nfsrv_descript),
MALLOC            674 nfs/nfs_vfsops.c 		MALLOC(nmp, struct nfsmount *, sizeof (struct nfsmount),
MALLOC           1878 nfs/nfs_vnops.c 		MALLOC(cookies, u_long *, sizeof(*cookies) * ncookies,
MALLOC           1889 nfs/nfs_vnops.c 	MALLOC(data, void *, NFS_DIRBLKSIZ, M_TEMP, 
MALLOC           2404 nfs/nfs_vnops.c 	MALLOC(sp, struct sillyrename *, sizeof (struct sillyrename),
MALLOC            438 ntfs/ntfs_subr.c 	MALLOC(ip, struct ntnode *, sizeof(struct ntnode),
MALLOC            587 ntfs/ntfs_subr.c 	MALLOC(vap, struct ntvattr *, sizeof(struct ntvattr),
MALLOC            797 ntfs/ntfs_subr.c 	MALLOC(fp, struct fnode *, sizeof(struct fnode), M_NTFSFNODE, M_WAITOK);
MALLOC           1005 ntfs/ntfs_subr.c 				MALLOC(tctx, struct ntfs_lookup_ctx *,
MALLOC           1869 ntfs/ntfs_subr.c 		MALLOC(cup, u_int8_t *, ntfs_cntob(NTFS_COMPUNIT_CL),
MALLOC           1871 ntfs/ntfs_subr.c 		MALLOC(uup, u_int8_t *, ntfs_cntob(NTFS_COMPUNIT_CL),
MALLOC           2104 ntfs/ntfs_subr.c 	MALLOC(ntfs_toupper_tab, wchar *, 256 * 256 * sizeof(wchar),
MALLOC            562 ntfs/ntfs_vnops.c 	MALLOC(cde, struct dirent *, sizeof(struct dirent), M_TEMP, M_WAITOK);
MALLOC            670 ntfs/ntfs_vnops.c 		MALLOC(cookies, u_long *, ncookies * sizeof(u_long),
MALLOC            933 scsi/cd.c      		MALLOC(toc, struct cd_toc *, sizeof(struct cd_toc), M_TEMP,
MALLOC            986 scsi/cd.c      		MALLOC(toc, struct cd_toc *, sizeof(struct cd_toc), M_TEMP,
MALLOC           1160 scsi/cd.c      	MALLOC(toc, struct cd_toc *, sizeof(struct cd_toc), M_TEMP, M_WAITOK);
MALLOC           1463 scsi/cd.c      	MALLOC(toc, struct cd_toc *, sizeof(struct cd_toc), M_TEMP, M_WAITOK);
MALLOC            484 ufs/ext2fs/ext2fs_inode.c 		MALLOC(copy, int32_t *, fs->e2fs_bsize, M_TEMP, M_WAITOK);
MALLOC            163 ufs/ext2fs/ext2fs_lookup.c 	MALLOC(dirbuf, caddr_t, e2fs_count, M_TEMP, M_WAITOK);
MALLOC            530 ufs/ffs/ffs_inode.c 		MALLOC(copy, void *, fs->fs_bsize, M_TEMP, M_WAITOK);
MALLOC           3467 ufs/ffs/ffs_softdep.c 		MALLOC(inodedep->id_savedino1, struct ufs1_dinode *,
MALLOC           3609 ufs/ffs/ffs_softdep.c 		MALLOC(inodedep->id_savedino2, struct ufs2_dinode *,
MALLOC            169 ufs/ufs/ufs_dirhash.c 	MALLOC(dh, struct dirhash *, sizeof *dh, M_DIRHASH, M_NOWAIT);
MALLOC           1412 ufs/ufs/ufs_vnops.c 			MALLOC(dirbuf, caddr_t, count, M_TEMP, M_WAITOK);
MALLOC           1465 ufs/ufs/ufs_vnops.c                 MALLOC(cookies, u_long *, ncookies * sizeof(u_long), M_TEMP,
MALLOC            219 uvm/uvm_device.c 		MALLOC(udv, struct uvm_device *, sizeof(*udv), M_TEMP,
MALLOC             95 uvm/uvm_map_i.h 	MALLOC(result, vm_map_t, sizeof(struct vm_map), M_VMMAP, M_WAITOK);
MALLOC             60 xfs/xfs_common-bsd.c     MALLOC(ret, void *, size, type, M_WAITOK);
MALLOC            168 xfs/xfs_vfsops-common.c     MALLOC(mp->m_stat.f_mntonname, char *, strlen(path) + 1, 
MALLOC            172 xfs/xfs_vfsops-common.c     MALLOC(mp->m_stat.f_mntfromname, char *, sizeof("arla"),
MALLOC            598 xfs/xfs_vnodeops-bsd.c 	MALLOC(cookies, xfs_cookie_t *, ncookies * sizeof(xfs_cookie_t),