Searched refs:MALLOC_DEFINE (Results 76 - 100 of 546) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/netgraph/
H A Dng_gif_demux.c92 static MALLOC_DEFINE(M_NETGRAPH_GIF_DEMUX, "netgraph_gif_demux",
H A Dng_sample.c61 static MALLOC_DEFINE(M_NETGRAPH_XXX, "netgraph_xxx", "netgraph xxx node");
/freebsd-10-stable/sys/netinet/cc/
H A Dcc_vegas.c108 static MALLOC_DEFINE(M_VEGAS, "vegas data",
H A Dcc_cubic.c101 static MALLOC_DEFINE(M_CUBIC, "cubic data",
/freebsd-10-stable/sys/netinet6/
H A Dsend.c62 static MALLOC_DEFINE(M_SEND, "send", "Secure Neighbour Discovery");
/freebsd-10-stable/sys/nfsclient/
H A Dnfs_nfsiod.c75 static MALLOC_DEFINE(M_NFSSVC, "nfsclient_srvsock", "Nfs server structure");
/freebsd-10-stable/sys/pc98/pc98/
H A Dbusiosubr.c49 static MALLOC_DEFINE(M_BUSSPACEHANDLE, "busspacehandle", "Bus space handle");
/freebsd-10-stable/sys/powerpc/powermac/
H A Dsmusat.c66 static MALLOC_DEFINE(M_SMUSAT, "smusat", "SMU Sattelite Sensors");
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dmem.c75 MALLOC_DEFINE(M_MEMDESC, "memdesc", "memory range descriptors");
/freebsd-10-stable/sys/powerpc/ps3/
H A Dps3pic.c96 static MALLOC_DEFINE(M_PS3PIC, "ps3pic", "PS3 PIC");
/freebsd-10-stable/sys/powerpc/pseries/
H A Dplpar_iommu.c46 MALLOC_DEFINE(M_PHYPIOMMU, "iommu", "IOMMU data for PAPR LPARs");
/freebsd-10-stable/sys/rpc/
H A Drpc_prot.c62 MALLOC_DEFINE(M_RPC, "rpc", "Remote Procedure Call");
/freebsd-10-stable/sys/xen/xenbus/
H A Dxenbus.c61 MALLOC_DEFINE(M_XENBUS, "xenbus", "XenBus Support");
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_gem_names.c41 MALLOC_DEFINE(M_GEM_NAMES, "gem_name", "Hash headers for the gem names");
/freebsd-10-stable/sys/x86/pci/
H A Dqpi.c61 static MALLOC_DEFINE(M_QPI, "qpidrv", "qpi system device");
/freebsd-10-stable/sys/kern/
H A Dvfs_init.c56 MALLOC_DEFINE(M_VNODE, "vnodes", "Dynamically allocated vnodes");
H A Dvfs_hash.c38 static MALLOC_DEFINE(M_VFS_HASH, "vfs_hash", "VFS hash table");
H A Dsubr_kobj.c45 static MALLOC_DEFINE(M_KOBJ, "kobj", "Kernel object structures");
/freebsd-10-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c53 MALLOC_DEFINE(M_DEVFS, "DEVFS", "DEVFS data");
/freebsd-10-stable/sys/kgssapi/
H A Dgss_impl.c52 MALLOC_DEFINE(M_GSSAPI, "GSS-API", "GSS-API");
/freebsd-10-stable/sys/dev/vt/
H A Dvt_font.c41 static MALLOC_DEFINE(M_VTFONT, "vtfont", "vt font");
/freebsd-10-stable/sys/fs/pseudofs/
H A Dpseudofs_vncache.c48 static MALLOC_DEFINE(M_PFSVNCACHE, "pfs_vncache", "pseudofs vnode cache");
/freebsd-10-stable/sys/geom/
H A Dgeom_flashmap.c78 MALLOC_DEFINE(M_FLASHMAP, "geom_flashmap", "GEOM flash memory slicer class");
/freebsd-10-stable/sys/netgraph/atm/uni/
H A Dng_uni.c63 static MALLOC_DEFINE(M_NG_UNI, "netgraph_uni_node", "netgraph uni node");
64 static MALLOC_DEFINE(M_UNI, "netgraph_uni_data", "uni protocol data");
/freebsd-10-stable/sys/arm/arm/
H A Dnexus.c71 static MALLOC_DEFINE(M_NEXUSDEV, "nexusdev", "Nexus device");

Completed in 716 milliseconds

1234567891011>>