Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c57 int32_t, smb_gmttoken_response_t *);
63 uint32_t, smb_gmttoken_response_t *);
64 static void smb_vss_get_snapshots_free(smb_gmttoken_response_t *);
82 smb_gmttoken_response_t snaps; in smb_vss_enum_snapshots()
277 int32_t count, smb_gmttoken_response_t *snap_data) in smb_vss_encode_gmttokens()
372 uint32_t count, smb_gmttoken_response_t *gmttokens) in smb_vss_get_snapshots()
378 bzero(gmttokens, sizeof (smb_gmttoken_response_t)); in smb_vss_get_snapshots()
386 smb_vss_get_snapshots_free(smb_gmttoken_response_t *reply) in smb_vss_get_snapshots_free()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_xdr.h266 } smb_gmttoken_response_t; typedef
279 bool_t smb_gmttoken_response_xdr(XDR *, smb_gmttoken_response_t *);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c891 smb_gmttoken_response_t reply; in smbd_dop_vss_get_snapshots()
895 bzero(&reply, sizeof (smb_gmttoken_response_t)); in smbd_dop_vss_get_snapshots()
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_xdr.c431 smb_gmttoken_response_xdr(XDR *xdrs, smb_gmttoken_response_t *objp) in smb_gmttoken_response_xdr()