Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c415 smb_time_gmt_to_local(sr, qinfo->qi_mtime.tv_sec), in smb_query_encode_response()
423 smb_time_gmt_to_local(sr, qinfo->qi_crtime.tv_sec), in smb_query_encode_response()
424 smb_time_gmt_to_local(sr, qinfo->qi_atime.tv_sec), in smb_query_encode_response()
425 smb_time_gmt_to_local(sr, qinfo->qi_mtime.tv_sec), in smb_query_encode_response()
440 smb_time_gmt_to_local(sr, qinfo->qi_crtime.tv_sec), in smb_query_encode_response()
441 smb_time_gmt_to_local(sr, qinfo->qi_atime.tv_sec), in smb_query_encode_response()
442 smb_time_gmt_to_local(sr, qinfo->qi_mtime.tv_sec), in smb_query_encode_response()
451 smb_time_gmt_to_local(sr, qinfo->qi_crtime.tv_sec), in smb_query_encode_response()
452 smb_time_gmt_to_local(sr, qinfo->qi_atime.tv_sec), in smb_query_encode_response()
453 smb_time_gmt_to_local(sr, qinfo->qi_mtime.tv_sec), in smb_query_encode_response()
H A Dsmb_trans2_find.c759 smb_time_gmt_to_local(sr, fileinfo->fi_crtime.tv_sec), in smb_trans2_find_mbc_encode()
760 smb_time_gmt_to_local(sr, fileinfo->fi_atime.tv_sec), in smb_trans2_find_mbc_encode()
761 smb_time_gmt_to_local(sr, fileinfo->fi_mtime.tv_sec), in smb_trans2_find_mbc_encode()
774 smb_time_gmt_to_local(sr, fileinfo->fi_crtime.tv_sec), in smb_trans2_find_mbc_encode()
775 smb_time_gmt_to_local(sr, fileinfo->fi_atime.tv_sec), in smb_trans2_find_mbc_encode()
776 smb_time_gmt_to_local(sr, fileinfo->fi_mtime.tv_sec), in smb_trans2_find_mbc_encode()
H A Dsmb_find.c348 smb_time_gmt_to_local(sr, fileinfo.fi_mtime.tv_sec), in smb_com_search()
492 smb_time_gmt_to_local(sr, fileinfo.fi_mtime.tv_sec), in smb_com_find()
678 smb_time_gmt_to_local(sr, fileinfo.fi_mtime.tv_sec), in smb_com_find_unique()
H A Dsmb_open_andx.c302 smb_time_gmt_to_local(sr, attr.sa_vattr.va_mtime.tv_sec), in smb_com_open()
430 smb_time_gmt_to_local(sr, attr.sa_vattr.va_mtime.tv_sec), in smb_com_open_andx()
H A Dsmb_kutil.c947 smb_time_gmt_to_local(smb_request_t *sr, int32_t gmt) in smb_time_gmt_to_local() function
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h713 int32_t smb_time_gmt_to_local(smb_request_t *, int32_t);