Lines Matching defs:arg
112 ctfdump_printf(ctfdump_arg_t arg, const char *fmt, ...)
116 if ((arg & g_dump) == 0)
165 ctfdump_title(ctfdump_arg_t arg, const char *header)
169 ctfdump_printf(arg, "\n- %s %.*s\n\n", header, (int)78 - strlen(header),
174 ctfdump_objects_cb(const char *name, ctf_id_t id, ulong_t symidx, void *arg)
176 _NOTE(ARGUNUSED(arg));
212 void *arg)
214 _NOTE(ARGUNUSED(arg));
289 ctfdump_labels_cb(const char *name, const ctf_lblinfo_t *li, void *arg)
291 _NOTE(ARGUNUSED(arg));
308 ctfdump_strings_cb(const char *s, void *arg)
311 ulong_t *stroff = arg;
483 ctfdump_member_cb(const char *member, ctf_id_t type, ulong_t off, void *arg)
485 int *count = arg;
493 ctfdump_enum_cb(const char *name, int value, void *arg)
495 int *count = arg;
502 ctfdump_types_cb(ctf_id_t id, boolean_t root, void *arg)
504 _NOTE(ARGUNUSED(arg));
702 ctfsrc_member_cb(const char *member, ctf_id_t type, ulong_t off, void *arg)
704 _NOTE(ARGUNUSED(arg));
731 ctfsrc_enum_cb(const char *name, int value, void *arg)
733 _NOTE(ARGUNUSED(arg));
747 ctfsrc_collect_types_cb(ctf_id_t id, boolean_t root, void *arg)
749 _NOTE(ARGUNUSED(root, arg));
877 ulong_t symidx, void *arg)
879 size_t *count = arg;
911 ctf_funcinfo_t *ctc, void *arg)
913 size_t *count = arg;