Searched refs:instid (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | contract.c | 318 contract_hash_store(ctid_t ctid, int instid) in contract_hash_store() argument 327 ce->ce_instid = instid; in contract_hash_store()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | file_object.c | 2174 object_snapshot_do_take(uint32_t instid, const char *inst_name, in object_snapshot_do_take() argument 2223 "WHERE (instance_id = %d)", instid); in object_snapshot_do_take() 2237 "unable to find name for instance id %d\n", instid); in object_snapshot_do_take() 2244 svcid, svc_name, instid, inst_name); in object_snapshot_do_take() 2283 uint32_t instid = insti->rl_main_id; in object_snapshot_take_new() local 2294 result = object_snapshot_do_take(instid, inst_name, svcid, svc_name, in object_snapshot_take_new() 2339 uint32_t instid = snapi->rl_ids[ID_INSTANCE]; in object_snapshot_attach() local 2357 result = object_snapshot_do_take(instid, NULL, in object_snapshot_attach()
|