Searched refs:tmst (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_elf.c | 494 struct tm tmst; in nfsl_get_time() local 498 if (localtime_r(&tt, &tmst) == NULL) { in nfsl_get_time() 502 tmst.tm_hour, tmst.tm_min, tmst.tm_sec); in nfsl_get_time() 513 struct tm tmst; in nfsl_get_date() local 517 if (localtime_r(&tt, &tmst) == NULL) { in nfsl_get_date() 521 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst.tm_mday, in nfsl_get_date() 522 tmst.tm_hour, tmst.tm_min, tmst.tm_sec); in nfsl_get_date() 536 struct tm tmst; in nfsl_get_date_nq() local 540 if (localtime_r(&tt, &tmst) == NULL) { in nfsl_get_date_nq() 544 tmst.tm_year + 1900, tmst.tm_mon + 1, tmst.tm_mday, in nfsl_get_date_nq() [all …]
|