Searched refs:ctf_alloc (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_subr.c54 ctf_alloc(size_t size) function
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_subr.c65 ctf_alloc(size_t size) function
/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c55 hp->h_buckets = ctf_alloc(sizeof (ushort_t) * hp->h_nbuckets);
56 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems);
H A Dctf_util.c118 * Same strdup(3C), but use ctf_alloc() to do the memory allocation.
123 char *s2 = ctf_alloc(strlen(s1) + 1);
H A Dctf_decl.c140 if ((cdp = ctf_alloc(sizeof (ctf_decl_node_t))) == NULL) {
H A Dctf_impl.h321 extern void *ctf_alloc(size_t);
H A Dctf_open.c331 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
332 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1));
677 if ((fp = ctf_alloc(sizeof (ctf_file_t))) == NULL)
735 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t));
H A Dctf_create.c58 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *));
615 if ((dtd = ctf_alloc(sizeof (ctf_dtdef_t))) == NULL)
817 if (vlen != 0 && (vdat = ctf_alloc(sizeof (ctf_id_t) * vlen)) == NULL)
1019 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL)
1080 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL)
1217 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL)
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c111 ctf_alloc(size_t size) function

Completed in 87 milliseconds