Home
last modified time | relevance | path

Searched refs:smb_gmttoken_response_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c56 int32_t, smb_gmttoken_response_t *);
62 uint32_t, smb_gmttoken_response_t *);
63 static void smb_vss_get_snapshots_free(smb_gmttoken_response_t *);
82 smb_gmttoken_response_t gmttokens; in smb_vss_ioctl_enumerate_snaps()
289 int32_t count, smb_gmttoken_response_t *snap_data) in smb_vss_encode_gmttokens()
382 uint32_t count, smb_gmttoken_response_t *gmttokens) in smb_vss_get_snapshots()
388 bzero(gmttokens, sizeof (smb_gmttoken_response_t)); in smb_vss_get_snapshots()
396 smb_vss_get_snapshots_free(smb_gmttoken_response_t *reply) in smb_vss_get_snapshots_free()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_xdr.h236 } smb_gmttoken_response_t; typedef
244 bool_t smb_gmttoken_response_xdr(XDR *, smb_gmttoken_response_t *);
/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c754 smb_gmttoken_response_t reply; in smbd_dop_vss_get_snapshots()
758 bzero(&reply, sizeof (smb_gmttoken_response_t)); in smbd_dop_vss_get_snapshots()
/titanic_41/usr/src/common/smbsrv/
H A Dsmb_xdr.c429 smb_gmttoken_response_xdr(XDR *xdrs, smb_gmttoken_response_t *objp) in smb_gmttoken_response_xdr()