Home
last modified time | relevance | path

Searched refs:deathrow (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmanifest-import363 deathrow=/etc/svc/deathrow
364 if [ -s $deathrow ];then
374 done < $deathrow
375 /usr/bin/mv $deathrow $deathrow.old
/illumos-gate/usr/src/cmd/svc/common/
H A Dr.manifest63 DEATHROW_FILE=${PKG_INSTALL_ROOT}/etc/svc/deathrow
H A Di.manifest48 DEATHROW_FILE=${PKG_INSTALL_ROOT}/etc/svc/deathrow
H A Dmanifest_hash.c54 mhash_filename_to_propname(const char *in, boolean_t deathrow) in mhash_filename_to_propname() argument
61 if (deathrow) { in mhash_filename_to_propname()
/illumos-gate/usr/src/cmd/svc/startd/
H A DMakefile32 deathrow.o \
H A Ddeathrow.c68 typedef struct deathrow { struct
H A Dlibscf.c1048 libscf_get_deathrow(scf_handle_t *h, scf_instance_t *inst, int *deathrow) in libscf_get_deathrow() argument
1069 *deathrow = -1; in libscf_get_deathrow()
1081 *deathrow = deathrow_8; in libscf_get_deathrow()
1091 *deathrow = -1; in libscf_get_deathrow()
1676 libscf_set_deathrow(scf_instance_t *inst, int deathrow) in libscf_set_deathrow() argument
1680 SCF_PROPERTY_DEATHROW, deathrow)); in libscf_set_deathrow()
H A Dgraph.c3128 int deathrow; in configure_vertex() local
3198 err = libscf_get_deathrow(h, inst, &deathrow); in configure_vertex()
3212 if (deathrow == 1) { in configure_vertex()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13806 lscf_delhash(char *manifest, int deathrow) in lscf_delhash() argument
13823 deathrow ? B_TRUE : B_FALSE); in lscf_delhash()