Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/smbfs/
HDsmbfs_subr.c211 static u_long lastseconds; variable
252 lastseconds = (days * 24 * 60 * 60) + SECONDSTO1980; in smb_dos2unixtime()
254 smb_time_server2local(seconds + lastseconds, tzoff, tsp); in smb_dos2unixtime()