Home
last modified time | relevance | path

Searched refs:ores (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dconnect.c83 struct t_optmgmt oreq, ores; in smb_setopt_int() local
100 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()
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dti_opts.c458 struct t_optmgmt oreq, ores; in __rpc_tli_set_options() local
518 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()