Searched refs:libscf_get_deathrow (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h648 int libscf_get_deathrow(scf_handle_t *, scf_instance_t *, int *);
H A Dlibscf.c1039 * int libscf_get_deathrow()
1048 libscf_get_deathrow(scf_handle_t *h, scf_instance_t *inst, int *deathrow) function
1075 bad_error("libscf_get_deathrow", scf_error());
H A Dgraph.c3221 * libscf_get_deathrow() sets deathrow to 1 only if this instance
3225 err = libscf_get_deathrow(h, inst, &deathrow);
3236 bad_error("libscf_get_deathrow", err);

Completed in 106 milliseconds