Lines Matching refs:rsize

375 	if ((rbuf = (char *)alloca(dop_arg.rsize + hdr_size)) == NULL) {  in smbd_door_dispatch()
383 (void) memcpy(rbuf + hdr_size, dop_arg.rbuf, dop_arg.rsize); in smbd_door_dispatch()
387 hdr->dh_datalen = dop_arg.rsize; in smbd_door_dispatch()
389 dop_arg.rsize += hdr_size; in smbd_door_dispatch()
391 smbd_door_return(&smbd_door_sdh, rbuf, dop_arg.rsize, NULL, 0); in smbd_door_dispatch()
640 rsp_arg->rsize = arg->rsize; in smbd_dop_async_response()
642 arg->rsize = 0; in smbd_dop_async_response()
750 arg->rbuf = smb_common_encode(&acct, lsa_account_xdr, &arg->rsize); in smbd_dop_lookup_name()
812 arg->rbuf = smb_common_encode(&acct, lsa_account_xdr, &arg->rsize); in smbd_dop_lookup_sid()
834 arg->rbuf = smb_common_encode(&jdres, smb_joinres_xdr, &arg->rsize); in smbd_dop_join()
849 arg->rbuf = smb_string_encode(dxi.d_dci.dc_name, &arg->rsize); in smbd_dop_get_dcinfo()
873 &arg->rsize); in smbd_dop_vss_get_count()
917 &arg->rsize); in smbd_dop_vss_get_snapshots()
963 arg->rbuf = smb_string_encode(snapname, &arg->rsize); in smbd_dop_vss_map_gmttoken()
989 arg->rbuf = smb_string_encode(hostname, &arg->rsize); in smbd_dop_ads_find_host()
1018 &arg->rsize); in smbd_dop_quota_query()
1045 arg->rbuf = smb_common_encode(&status, xdr_uint32_t, &arg->rsize); in smbd_dop_quota_set()
1073 &arg->rsize); in smbd_dop_dfs_get_referrals()
1101 arg->rbuf = smb_common_encode(&reply, xdr_uint32_t, &arg->rsize); in smbd_dop_shr_hostaccess()
1129 arg->rbuf = smb_common_encode(&reply, xdr_int, &arg->rsize); in smbd_dop_shr_exec()