Searched defs:ores (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c77 struct t_optmgmt oreq, ores; local
94 ores.flags = 0;
95 ores.opt.buf = NULL;
96 ores.opt.maxlen = 0;
98 if (t_optmgmt(fd, &oreq, &ores) < 0) {
104 if (ores.flags != T_SUCCESS) {
106 (int)ores.flags, (int)opts.oh.status);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dti_opts.c451 struct t_optmgmt oreq, ores; local
511 ores.flags = 0;
512 ores.opt.buf = buf;
513 ores.opt.maxlen = __TRANSPORT_INDSZ;
514 if (t_optmgmt(fd, &oreq, &ores) < 0 ||
515 ores.flags != T_SUCCESS) {

Completed in 29 milliseconds