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

/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c997 * Sets pg to the name property group of s_inst. If it doesn't exist, it is
1210 scf_instance_t *s_inst = NULL; local
1215 if ((s_inst = scf_instance_create(h)) == NULL ||
1252 if (scf_handle_decode_fmri(h, id->i_fmri, NULL, NULL, s_inst,
1294 switch (r = instance_get_or_add_pg(s_inst, SCF_PG_RESTARTER,
1488 scf_instance_destroy(s_inst);
1533 * EBADF - s_inst is not set
1534 * ECANCELED - s_inst is deleted
1540 restarter_remove_contract(scf_instance_t *s_inst, ctid_t contract_id, argument
1565 h = scf_instance_handle(s_inst);
1839 restarter_store_contract(scf_instance_t *s_inst, ctid_t contract_id, restarter_contract_type_t type) argument
[all...]

Completed in 366 milliseconds