Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_time.c290 static ulong_t lastseconds; variable
336 lastseconds = (days * 24 * 60 * 60) + SECONDSTO1980; in smb_dos2unixtime()
338 smb_time_server2local(seconds + lastseconds, tzoff, tsp); in smb_dos2unixtime()