HomeSort by: relevance | last modified time | path
    Searched refs:ctf_hash_create (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_hash.c 38 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems) function
ctf_open.c 470 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0)
473 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0)
476 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0)
479 if ((err = ctf_hash_create(&fp->ctf_names,
ctf_impl.h 317 extern int ctf_hash_create(ctf_hash_t *, ulong_t);

Completed in 34 milliseconds