Lines Matching refs:err
58 int rc, err;
63 err = fmd_agent_errno(hdl);
67 *errp = err;
152 int rc, err = 0;
163 rc = topo_fmri_expand(thp, nvl, &err);
165 if (err != ETOPO_METHOD_NOTSUP)
215 int rc, err = 0;
236 rc = topo_fmri_present(thp, nvl, &err);
238 if (err != ETOPO_METHOD_NOTSUP)
288 if (topo_fmri_str2nvl(thp, unum, &unum_nvl, &err) == 0) {
289 rc = topo_fmri_present(thp, unum_nvl, &err);
315 int rc, err = 0;
336 rc = topo_fmri_replaced(thp, nvl, &err);
338 if (err != ETOPO_METHOD_NOTSUP)
389 if (topo_fmri_str2nvl(thp, unum, &unum_nvl, &err) == 0) {
390 rc = topo_fmri_replaced(thp, unum_nvl, &err);
417 int rc, err = 0;
427 rc = topo_fmri_contains(thp, er, ee, &err);
429 if (err != ETOPO_METHOD_NOTSUP)