Searched refs:uc_timestamp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_pwdutil.c117 timestruc_t uc_timestamp; member in struct:smb_uchandle
904 if ((smb_uch.uc_timestamp.tv_sec == stbuf.st_mtim.tv_sec) &&
905 (smb_uch.uc_timestamp.tv_nsec == stbuf.st_mtim.tv_nsec)) {
919 smb_uch.uc_timestamp = stbuf.st_mtim;
1044 bzero(&smb_uch.uc_timestamp, sizeof (timestruc_t));

Completed in 22 milliseconds