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

  /src/external/cddl/osnet/dist/common/ctf/
ctf_impl.h 112 int (*ctfo_type_isparent)(uint_t); member in struct:ctf_fileops
243 #define LCTF_TYPE_ISPARENT(fp, id) ((fp)->ctf_fileops->ctfo_type_isparent(id))
ctf_open.c 217 .ctfo_type_isparent = type_isparent_v ## v, \
234 .ctfo_type_isparent = NULL, \

Completed in 31 milliseconds