Home
last modified time | relevance | path

Searched refs:showxdr_date (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rstat.c193 (void) showxdr_date("Boot time: = %s"); in detail_statsswtch()
229 (void) showxdr_date("Boot time: = %s"); in detail_statstime()
230 (void) showxdr_date("Current time = %s"); in detail_statstime()
270 (void) showxdr_date("Boot time: = %s"); in detail_statsvar()
271 (void) showxdr_date("Current time = %s"); in detail_statsvar()
H A Dsnoop_nfs.c585 (void) showxdr_date("Access time = %s"); in detail_fattr()
586 (void) showxdr_date("Modification time = %s"); in detail_fattr()
587 (void) showxdr_date("Inode change time = %s"); in detail_fattr()
600 (void) showxdr_date("Access time = %s"); in detail_sattr()
601 (void) showxdr_date("Modification time = %s"); in detail_sattr()
H A Dsnoop.h203 extern char *showxdr_date(char *);
H A Dsnoop_nfs3.c946 (void) showxdr_date("Access time = %s (set to client time)"); in detail_sattr3()
954 (void) showxdr_date( in detail_sattr3()
H A Dsnoop_display.c598 showxdr_date(char *fmt) in showxdr_date() function