Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1818 cbp->sc_err = scferror2errno(err); in stash_scferror_err()
2511 lcbdata->sc_err = EBUSY; in entity_pgroup_import()
2531 lcbdata->sc_err = EBUSY; in entity_pgroup_import()
2577 lcbdata->sc_err = EBUSY; in entity_pgroup_import()
2600 lcbdata->sc_err = cbdata.sc_err; in entity_pgroup_import()
2601 if (cbdata.sc_err == ECANCELED) { in entity_pgroup_import()
2604 lcbdata->sc_err = EBUSY; in entity_pgroup_import()
2625 lcbdata->sc_err = r; in entity_pgroup_import()
2629 lcbdata->sc_err = r; in entity_pgroup_import()
2635 lcbdata->sc_err = r; in entity_pgroup_import()
[all …]
H A Dsvccfg.h314 int sc_err; member