Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c399 smb_time_gmt_to_local(sr, qinfo->qi_mtime.tv_sec), in smb_query_encode_response()
407 smb_time_gmt_to_local(sr, qinfo->qi_crtime.tv_sec), in smb_query_encode_response()
408 smb_time_gmt_to_local(sr, qinfo->qi_atime.tv_sec), in smb_query_encode_response()
409 smb_time_gmt_to_local(sr, qinfo->qi_mtime.tv_sec), in smb_query_encode_response()
424 smb_time_gmt_to_local(sr, qinfo->qi_crtime.tv_sec), in smb_query_encode_response()
425 smb_time_gmt_to_local(sr, qinfo->qi_atime.tv_sec), in smb_query_encode_response()
426 smb_time_gmt_to_local(sr, qinfo->qi_mtime.tv_sec), in smb_query_encode_response()
435 smb_time_gmt_to_local(sr, qinfo->qi_crtime.tv_sec), in smb_query_encode_response()
436 smb_time_gmt_to_local(sr, qinfo->qi_atime.tv_sec), in smb_query_encode_response()
437 smb_time_gmt_to_local(sr, qinfo->qi_mtime.tv_sec), in smb_query_encode_response()
H A Dsmb_trans2_find.c820 smb_time_gmt_to_local(sr, fileinfo->fi_crtime.tv_sec), in smb_trans2_find_mbc_encode()
821 smb_time_gmt_to_local(sr, fileinfo->fi_atime.tv_sec), in smb_trans2_find_mbc_encode()
822 smb_time_gmt_to_local(sr, fileinfo->fi_mtime.tv_sec), in smb_trans2_find_mbc_encode()
836 smb_time_gmt_to_local(sr, fileinfo->fi_crtime.tv_sec), in smb_trans2_find_mbc_encode()
837 smb_time_gmt_to_local(sr, fileinfo->fi_atime.tv_sec), in smb_trans2_find_mbc_encode()
838 smb_time_gmt_to_local(sr, fileinfo->fi_mtime.tv_sec), in smb_trans2_find_mbc_encode()
H A Dsmb_find.c354 smb_time_gmt_to_local(sr, fileinfo.fi_mtime.tv_sec), in smb_com_search()
508 smb_time_gmt_to_local(sr, fileinfo.fi_mtime.tv_sec), in smb_com_find()
698 smb_time_gmt_to_local(sr, fileinfo.fi_mtime.tv_sec), in smb_com_find_unique()
H A Dsmb_open_andx.c301 mtime_sec = smb_time_gmt_to_local(sr, in smb_com_open()
433 mtime_sec = smb_time_gmt_to_local(sr, ap->sa_vattr.va_mtime.tv_sec); in smb_com_open_andx()
H A Dsmb_kutil.c1170 smb_time_gmt_to_local(smb_request_t *sr, int32_t gmt) in smb_time_gmt_to_local() function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h809 int32_t smb_time_gmt_to_local(smb_request_t *, int32_t);