Searched defs:s_inst (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c1113 scf_instance_t *s_inst = NULL; local
1139 &s_inst)) {
1163 inst->ri_m_inst = s_inst;
1262 scf_instance_destroy(s_inst);
H A Dlibscf.c1236 * Sets pg to the name property group of s_inst. If it doesn't exist, it is
2455 * ECANCELED - s_inst was deleted
2461 libscf_write_start_pid(scf_instance_t *s_inst, pid_t pid) argument
2469 h = scf_instance_handle(s_inst);
2476 ret = libscf_inst_get_or_add_pg(s_inst, SCF_PG_RESTARTER,
2610 libscf_write_method_status(scf_instance_t *s_inst, const char *name, argument
2626 h = scf_instance_handle(s_inst);
2636 ret = libscf_inst_get_or_add_pg(s_inst, SCF_PG_RESTARTER,
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c971 * Sets pg to the name property group of s_inst. If it doesn't exist, it is
1135 scf_instance_t *s_inst = NULL; local
1140 if ((s_inst = scf_instance_create(h)) == NULL ||
1171 if (scf_handle_decode_fmri(h, id->i_fmri, NULL, NULL, s_inst,
1208 switch (r = instance_get_or_add_pg(s_inst, SCF_PG_RESTARTER,
1352 scf_instance_destroy(s_inst);
1362 * EBADF - s_inst is not set
1363 * ECANCELED - s_inst is deleted
1369 restarter_remove_contract(scf_instance_t *s_inst, ctid_t contract_id, argument
1394 h = scf_instance_handle(s_inst);
1668 restarter_store_contract(scf_instance_t *s_inst, ctid_t contract_id, restarter_contract_type_t type) argument
[all...]

Completed in 55 milliseconds