Searched refs:ores (Results 1 – 2 of 2) 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()