Searched refs:gmttoken (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_vss.c | 71 static void smbd_vss_time2gmttoken(time_t time, char *gmttoken); 238 smbd_vss_map_gmttoken(const char *path, char *gmttoken, time_t toktime, in smbd_vss_map_gmttoken() argument 249 if (gmttoken != NULL && *gmttoken == '@' && in smbd_vss_map_gmttoken() 250 strptime(gmttoken, smbd_vss_gmttoken_fmt, &tm) != NULL) { in smbd_vss_map_gmttoken() 296 smbd_vss_time2gmttoken(time_t time, char *gmttoken) in smbd_vss_time2gmttoken() argument 302 (void) strftime(gmttoken, SMB_VSS_GMT_SIZE, in smbd_vss_time2gmttoken()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vss.c | 141 smb_node_t **vss_cur_node, char *gmttoken) in smb_vss_lookup_nodes() argument 152 if (gmttoken != NULL) { in smb_vss_lookup_nodes() 171 smb_vss_map_gmttoken(sr->tid_tree, path, gmttoken, toktime, in smb_vss_lookup_nodes() 397 smb_vss_map_gmttoken(smb_tree_t *tree, char *path, char *gmttoken, in smb_vss_map_gmttoken() argument 407 request.gts_gmttoken = gmttoken; in smb_vss_map_gmttoken() 416 smb_vss_extract_gmttoken(char *buf, char *gmttoken) in smb_vss_extract_gmttoken() argument 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 D | smb_pathname.c | 168 char *gmttoken; in smb_pathname_reduce() local 176 gmttoken = NULL; in smb_pathname_reduce() 240 gmttoken = kmem_alloc(SMB_VSS_GMT_SIZE, in smb_pathname_reduce() 243 gmttoken); in smb_pathname_reduce() 246 kmem_free(gmttoken, SMB_VSS_GMT_SIZE); in smb_pathname_reduce() 268 if (gmttoken != NULL) in smb_pathname_reduce() 269 kmem_free(gmttoken, SMB_VSS_GMT_SIZE); in smb_pathname_reduce() 327 gmttoken)) == 0) { in smb_pathname_reduce() 363 if (gmttoken != NULL) in smb_pathname_reduce() 364 kmem_free(gmttoken, SMB_VSS_GMT_SIZE); in smb_pathname_reduce()
|