Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c50 SMB_VSS_GMT_SIZE)
328 src += SMB_VSS_GMT_SIZE - 1; in smb_vss_remove_first_token_from_path()
424 bcopy(p, gmttoken, SMB_VSS_GMT_SIZE); in smb_vss_extract_gmttoken()
425 gmttoken[SMB_VSS_GMT_SIZE - 1] = '\0'; in smb_vss_extract_gmttoken()
H A Dsmb_pathname.c240 gmttoken = kmem_alloc(SMB_VSS_GMT_SIZE, in smb_pathname_reduce()
246 kmem_free(gmttoken, SMB_VSS_GMT_SIZE); in smb_pathname_reduce()
269 kmem_free(gmttoken, SMB_VSS_GMT_SIZE); in smb_pathname_reduce()
364 kmem_free(gmttoken, SMB_VSS_GMT_SIZE); in smb_pathname_reduce()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_vss.c207 *gmttokenp = malloc(SMB_VSS_GMT_SIZE); in smbd_vss_get_snapshots()
302 (void) strftime(gmttoken, SMB_VSS_GMT_SIZE, in smbd_vss_time2gmttoken()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_xdr.h239 #define SMB_VSS_GMT_SIZE sizeof ("@GMT-yyyy.mm.dd-hh.mm.ss") macro
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_xdr.c424 if (!xdr_string(xdrs, objp, SMB_VSS_GMT_SIZE)) { in smb_gmttoken_xdr()
450 if (!xdr_string(xdrs, &objp->gts_gmttoken, SMB_VSS_GMT_SIZE)) { in smb_gmttoken_snapname_xdr()