Home
last modified time | relevance | path

Searched refs:eprop (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c194 scf_property_t *eprop; in modify_prop() local
201 (eprop = scf_property_create(h)) == NULL || in modify_prop()
234 if (scf_pg_get_property(gpg, prop, eprop) == -1) { in modify_prop()
310 scf_property_destroy(eprop); in modify_prop()
325 scf_property_t *eprop; in delete_prop() local
329 (eprop = scf_property_create(h)) == NULL || in delete_prop()
375 scf_property_destroy(eprop); in delete_prop()
/titanic_41/usr/src/lib/libscf/common/
H A Dmidlevel.c481 scf_property_t *eprop = NULL; in get_inst_enabled() local
491 (eprop = scf_property_create(h)) == NULL || in get_inst_enabled()
496 scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) || in get_inst_enabled()
497 scf_property_get_value(eprop, v) || in get_inst_enabled()
504 scf_property_destroy(eprop); in get_inst_enabled()
522 scf_property_t *eprop = NULL; in set_inst_enabled() local
533 (eprop = scf_property_create(h)) == NULL || in set_inst_enabled()
567 if (scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) == -1) { in set_inst_enabled()
577 if (scf_property_get_value(eprop, v) == -1) { in set_inst_enabled()
642 scf_property_destroy(eprop); in set_inst_enabled()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1109 scf_property_t *eprop = NULL; in modify_sprop() local
1131 if ((eprop = scf_property_create(h)) == NULL) { in modify_sprop()
1136 if (scf_pg_get_property(gpg, prop, eprop) == -1) { in modify_sprop()
1199 scf_property_destroy(eprop); in modify_sprop()
/titanic_41/usr/src/cmd/svc/svcs/
H A Dsvcs.c2348 scf_property_t *eprop; in print_detailed_dependency() local
2354 if ((eprop = scf_property_create(h)) == NULL || in print_detailed_dependency()
2360 if (scf_pg_get_property(pg, SCF_PROPERTY_ENTITIES, eprop) != in print_detailed_dependency()
2362 scf_property_type(eprop, &ty) != SCF_SUCCESS || in print_detailed_dependency()
2384 if (scf_iter_property_values(iter, eprop) == -1) in print_detailed_dependency()
2412 scf_property_destroy(eprop); in print_detailed_dependency()
/titanic_41/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2431 print_eprop(FILE *file, char *prefix, struct sadb_prop *eprop) in print_eprop() argument
2440 eprop->sadb_prop_replay); in print_eprop()
2442 "number of combinations = %u.\n"), eprop->sadb_x_prop_numecombs); in print_eprop()
2444 sofar = (uint64_t *)(eprop + 1); in print_eprop()
2447 for (i = 0; i < eprop->sadb_x_prop_numecombs; ) { in print_eprop()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dsadb.c5499 sadb_prop_t *eprop; local
5673 eprop = (sadb_prop_t *)cur;
5674 cur += sizeof (*eprop);
5681 eprop->sadb_prop_exttype = SADB_X_EXT_EPROP;
5682 eprop->sadb_x_prop_ereserved = 0;
5683 eprop->sadb_x_prop_numecombs = 0;
5684 eprop->sadb_prop_replay = 32; /* default */
5702 eprop->sadb_prop_replay =
5711 eprop->sadb_x_prop_numecombs++;
5714 if (eprop->sadb_x_prop_numecombs == 0) {
[all …]