Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/kdump/
H A Dkdump.c122 static int output_ts(const struct timespec *);
492 col += output_ts(&temp); in dumpheader()
502 col += output_ts(&temp); in dumpheader()
512 col += output_ts(&temp); in dumpheader()
520 output_ts(const struct timespec *ts) in output_ts() function