Home
last modified time | relevance | path

Searched refs:prtimestruc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dstat.c85 prtimestruc(pri, "at = ", &ts); in show_stat32()
87 prtimestruc(pri, "mt = ", &ts); in show_stat32()
89 prtimestruc(pri, "ct = ", &ts); in show_stat32()
130 prtimestruc(pri, "at = ", &ts); in show_stat64_32()
132 prtimestruc(pri, "mt = ", &ts); in show_stat64_32()
134 prtimestruc(pri, "ct = ", &ts); in show_stat64_32()
172 prtimestruc(pri, "at = ", (timestruc_t *)&statb.st_atim); in show_stat64()
173 prtimestruc(pri, "mt = ", (timestruc_t *)&statb.st_mtim); in show_stat64()
174 prtimestruc(pri, "ct = ", (timestruc_t *)&statb.st_ctim); in show_stat64()
H A Dproto.h94 extern void prtimestruc(private_t *, const char *, timestruc_t *);
H A Dexpound.c142 prtimestruc(private_t *pri, const char *name, timestruc_t *value) in prtimestruc() function
190 prtimestruc(pri, "at = ", &utimbuf.atime); in show_utimens()
196 prtimestruc(pri, "mt = ", &utimbuf.mtime); in show_utimens()