Lines Matching refs:title

121 typedef void (* dump_func_t)(note_state_t *state, const char *title);
240 indent_enter(note_state_t *state, const char *title, in indent_enter() argument
250 dbg_print(0, MSG_ORIG(MSG_CNOTE_FMT_TITLE), INDENT, title); in indent_enter()
267 print_num(note_state_t *state, const char *title, in print_num() argument
282 state->ns_vcol - state->ns_indent, title, in print_num()
323 print_strbuf(note_state_t *state, const char *title, in print_strbuf() argument
350 title, safe_str(fdesc->slf_offset + state->ns_data, n)); in print_strbuf()
360 print_str(note_state_t *state, const char *title, const char *str) in print_str() argument
363 state->ns_vcol - state->ns_indent, title, str); in print_str()
374 print_subtype(note_state_t *state, const char *title, in print_subtype() argument
397 (* dump_func)(&sub_state, title); in print_subtype()
417 sl_fmt_num_t fmt_type, int nelts, int check_nelts, const char *title) in print_array() argument
428 indent_enter(state, title, base_desc); in print_array()
467 dump_auxv(note_state_t *state, const char *title) in dump_auxv() argument
485 indent_enter(state, title, &layout->sizeof_struct); in dump_auxv()
645 dump_fltset(note_state_t *state, const char *title) in dump_fltset() argument
667 print_str(state, title, conv_cnote_fltset(mask, nelts, 0, &buf)); in dump_fltset()
677 dump_sigset(note_state_t *state, const char *title) in dump_sigset() argument
699 print_str(state, title, conv_cnote_sigset(mask, nelts, 0, &buf)); in dump_sigset()
709 dump_sigaction(note_state_t *state, const char *title) in dump_sigaction() argument
715 indent_enter(state, title, &layout->sa_flags); in dump_sigaction()
735 dump_siginfo(note_state_t *state, const char *title) in dump_siginfo() argument
745 indent_enter(state, title, &layout->f_si_signo); in dump_siginfo()
819 dump_stack(note_state_t *state, const char *title) in dump_stack() argument
825 indent_enter(state, title, &layout->ss_size); in dump_stack()
845 dump_sysset(note_state_t *state, const char *title) in dump_sysset() argument
867 print_str(state, title, conv_cnote_sysset(mask, nelts, 0, &buf)); in dump_sysset()
877 dump_timestruc(note_state_t *state, const char *title) in dump_timestruc() argument
881 indent_enter(state, title, &layout->tv_sec); in dump_timestruc()
893 dump_secflags(note_state_t *state, const char *title) in dump_secflags() argument
900 indent_enter(state, title, &layout->pr_version); in dump_secflags()
934 dump_utsname(note_state_t *state, const char *title) in dump_utsname() argument
938 indent_enter(state, title, &layout->sysname); in dump_utsname()
954 dump_prgregset(note_state_t *state, const char *title) in dump_prgregset() argument
962 indent_enter(state, title, &fdesc1); in dump_prgregset()
1005 dump_lwpstatus(note_state_t *state, const char *title) in dump_lwpstatus() argument
1015 indent_enter(state, title, &layout->pr_flags); in dump_lwpstatus()
1129 dump_pstatus(note_state_t *state, const char *title) in dump_pstatus() argument
1138 indent_enter(state, title, &layout->pr_flags); in dump_pstatus()
1213 dump_prstatus(note_state_t *state, const char *title) in dump_prstatus() argument
1223 indent_enter(state, title, &layout->pr_flags); in dump_prstatus()
1315 dump_lwpname(note_state_t *state, const char *title) in dump_lwpname() argument
1319 indent_enter(state, title, &layout->pr_lwpid); in dump_lwpname()
1414 dump_lwpsinfo(note_state_t *state, const char *title) in dump_lwpsinfo() argument
1424 indent_enter(state, title, &layout->pr_flag); in dump_lwpsinfo()
1493 dump_psinfo(note_state_t *state, const char *title) in dump_psinfo() argument
1502 indent_enter(state, title, &layout->pr_flag); in dump_psinfo()
1560 dump_prpsinfo(note_state_t *state, const char *title) in dump_prpsinfo() argument
1569 indent_enter(state, title, &layout->pr_state); in dump_prpsinfo()
1639 dump_prcred(note_state_t *state, const char *title) in dump_prcred() argument
1644 indent_enter(state, title, &layout->pr_euid); in dump_prcred()
1668 dump_prpriv(note_state_t *state, const char *title) in dump_prpriv() argument
1673 indent_enter(state, title, &layout->pr_nsets); in dump_prpriv()
1689 dump_prfdinfo(note_state_t *state, const char *title) in dump_prfdinfo() argument
1695 indent_enter(state, title, &layout->pr_fd); in dump_prfdinfo()
1732 dump_priv_impl_info(note_state_t *state, const char *title) in dump_priv_impl_info() argument
1737 indent_enter(state, title, &layout->priv_headersize); in dump_priv_impl_info()
1768 dump_asrset(note_state_t *state, const char *title) in dump_asrset() argument
1783 indent_enter(state, title, &fdesc1); in dump_asrset()
1818 dump_upanic(note_state_t *state, const char *title) in dump_upanic() argument
1824 indent_enter(state, title, &layout->pru_version); in dump_upanic()