HomeSort by relevance Sort by last modified time
    Searched defs:mdb_ctf_id_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_ctf.h 50 } mdb_ctf_id_t; typedef in typeref:struct:mdb_ctf_id
53 mdb_ctf_id_t mtf_return; /* function return type */
60 mdb_ctf_id_t mta_contents; /* type of array conents */
61 mdb_ctf_id_t mta_index; /* type of array index */
65 typedef int mdb_ctf_visit_f(const char *, mdb_ctf_id_t, mdb_ctf_id_t, ulong_t,
67 typedef int mdb_ctf_member_f(const char *, mdb_ctf_id_t, ulong_t, void *);
69 typedef int mdb_ctf_type_f(mdb_ctf_id_t, void *);
73 extern int mdb_ctf_lookup_by_name(const char *, mdb_ctf_id_t *);
74 extern int mdb_ctf_lookup_by_addr(uintptr_t, mdb_ctf_id_t *);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/usba/
prtusb.c 45 } mdb_ctf_id_t; typedef in typeref:struct:mdb_ctf_id
47 extern int mdb_ctf_lookup_by_name(const char *, mdb_ctf_id_t *);
    [all...]

Completed in 480 milliseconds