Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c764 reply.gtr_gmttokens.gtr_gmttokens_val = malloc(request.gtq_count * in smbd_dop_vss_get_snapshots()
766 bzero(reply.gtr_gmttokens.gtr_gmttokens_val, request.gtq_count * in smbd_dop_vss_get_snapshots()
769 if (reply.gtr_gmttokens.gtr_gmttokens_val == NULL) { in smbd_dop_vss_get_snapshots()
777 reply.gtr_gmttokens.gtr_gmttokens_val); in smbd_dop_vss_get_snapshots()
786 for (i = 0, gmtp = reply.gtr_gmttokens.gtr_gmttokens_val; in smbd_dop_vss_get_snapshots()
793 free(reply.gtr_gmttokens.gtr_gmttokens_val); in smbd_dop_vss_get_snapshots()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_xdr.h234 smb_gmttoken_t *gtr_gmttokens_val; member
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vss.c300 gmttokens = snap_data->gtr_gmttokens.gtr_gmttokens_val; in smb_vss_encode_gmttokens()
/titanic_41/usr/src/common/smbsrv/
H A Dsmb_xdr.c434 if (!xdr_array(xdrs, (char **)&objp->gtr_gmttokens.gtr_gmttokens_val, in smb_gmttoken_response_xdr()