Searched defs:ient (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c369 * ient The number of ppcfextra contents installed.
382 generate_special_contents_rules(int ient, struct cfent **ppcfent, argument
386 int *pi = (int *) calloc(ient, sizeof (int));
396 for (i = 0, j = 0; i < ient && j < max; i++) {
412 for (i = i; i < ient; i++)
485 * ient The number of entries.
498 special_contents_remove(int ient, struct cfent **ppcfent, const char *pcroot) argument
516 if (ient == 0 || ppcfent == NULL || ppcfent[0] == NULL) {
584 if (generate_special_contents_rules(ient, ppcfent, ppcSC, max, &piIndex)
617 if (pcpath != NULL && i < ient) {
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c3438 * Upgrade uncustomized dependents of ent to those specified in ient. Read
3440 * snapshot which corresponds to ient) if not NULL (ent, an scf_service_t * or
3441 * scf_instance_t * according to ient, otherwise). Draw the ancestral
3445 * snpl doesn't have a "dependents" property group, and any dependents in ient
3476 const scf_snaplevel_t *snpl, const entity_t *ient,
3486 const int issvc = (ient->sc_etype == SVCCFG_SERVICE_OBJECT);
3488 if (li_dpts_pg == NULL && uu_list_numnodes(ient->sc_dependents) == 0)
3545 if (uu_list_walk(ient->sc_dependents, clear_int,
3588 warn(emsg_pg_deleted, ient->sc_fmri,
3594 ient
3475 upgrade_dependents(const scf_propertygroup_t *li_dpts_pg, const scf_snaplevel_t *snpl, const entity_t *ient, const scf_snaplevel_t *running, void *ent) argument
3898 upgrade_manifestfiles(pgroup_t *pg, const entity_t *ient, const scf_snaplevel_t *running, void *ent) argument
4078 upgrade_dependent(const scf_property_t *prop, const entity_t *ient, const scf_snaplevel_t *snpl, scf_transaction_t *tx) argument
5181 handle_dependent_conflict(const entity_t * const ient, const scf_property_t * const prop, const pgroup_t * const new_dpt_pgroup) argument
5393 process_old_pg(const scf_propertygroup_t *lipg, entity_t *ient, void *ent, const scf_snaplevel_t *running) argument
5899 upgrade_props(void *ent, scf_snaplevel_t *running, scf_snaplevel_t *snpl, entity_t *ient) argument
[all...]

Completed in 63 milliseconds