Lines Matching refs:res
48 int res, retval;
53 res = genent_attr(line, TNRHDB_NCOL, &ecol);
54 if (res != GENENT_OK)
55 return (res);
69 res = GENENT_CBERR;
73 return (res);
77 dump_tnrhdb(ns_ldap_result_t *res)
81 value = __ns_ldap_getAttr(res->entry, "ipTnetNumber");
88 value = __ns_ldap_getAttr(res->entry, "ipTnetTemplateName");
99 int res, retval;
104 res = genent_attr(line, TNRHTP_NCOL, &ecol);
105 if (res != GENENT_OK)
106 return (res);
117 res = GENENT_CBERR;
121 return (res);
125 dump_tnrhtp(ns_ldap_result_t *res)
129 value = __ns_ldap_getAttr(res->entry, "ipTnetTemplateName");
136 value = __ns_ldap_getAttr(res->entry, "SolarisAttrKeyValue");