Searched refs:dump_timestruc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 877 dump_timestruc(note_state_t *state, const char *title) in dump_timestruc() function 1079 dump_timestruc); in dump_lwpstatus() 1080 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_UTIME), pr_utime, dump_timestruc); in dump_lwpstatus() 1081 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); in dump_lwpstatus() 1163 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_UTIME), pr_utime, dump_timestruc); in dump_pstatus() 1164 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); in dump_pstatus() 1166 dump_timestruc); in dump_pstatus() 1168 dump_timestruc); in dump_pstatus() 1265 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_UTIME), pr_utime, dump_timestruc); in dump_prstatus() 1266 PRINT_SUBTYPE(MSG_ORIG(MSG_CNOTE_T_PR_STIME), pr_stime, dump_timestruc); in dump_prstatus() [all …]
|