Searched refs:ores (Results 1 – 3 of 3) sorted by relevance
83 struct t_optmgmt oreq, ores; in smb_setopt_int() local100 ores.flags = 0; in smb_setopt_int()101 ores.opt.buf = NULL; in smb_setopt_int()102 ores.opt.maxlen = 0; in smb_setopt_int()104 if (t_optmgmt(fd, &oreq, &ores) < 0) { in smb_setopt_int()110 if (ores.flags != T_SUCCESS) { in smb_setopt_int()112 (int)ores.flags, (int)opts.oh.status); in smb_setopt_int()
458 struct t_optmgmt oreq, ores; in __rpc_tli_set_options() local518 ores.flags = 0; in __rpc_tli_set_options()519 ores.opt.buf = buf; in __rpc_tli_set_options()520 ores.opt.maxlen = __TRANSPORT_INDSZ; in __rpc_tli_set_options()521 if (t_optmgmt(fd, &oreq, &ores) < 0 || in __rpc_tli_set_options()522 ores.flags != T_SUCCESS) { in __rpc_tli_set_options()
2627 mdmn_wakeup_master_svc_2(md_mn_result_t *ores, struct svc_req *rqstp) in mdmn_wakeup_master_svc_2() argument2648 res = copy_result(ores); in mdmn_wakeup_master_svc_2()2649 xdr_free(xdr_md_mn_result_t, (caddr_t)ores); in mdmn_wakeup_master_svc_2()