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

/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c479 scf_property_t *eprop = NULL; local
489 (eprop = scf_property_create(h)) == NULL ||
494 scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) ||
495 scf_property_get_value(eprop, v) ||
502 scf_property_destroy(eprop);
520 scf_property_t *eprop = NULL; local
531 (eprop = scf_property_create(h)) == NULL ||
565 if (scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) == -1) {
575 if (scf_property_get_value(eprop, v) == -1) {
640 scf_property_destroy(eprop);
[all...]
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2429 print_eprop(FILE *file, char *prefix, struct sadb_prop *eprop) argument
2438 eprop->sadb_prop_replay);
2440 "number of combinations = %u.\n"), eprop->sadb_x_prop_numecombs);
2442 sofar = (uint64_t *)(eprop + 1);
2445 for (i = 0; i < eprop->sadb_x_prop_numecombs; ) {

Completed in 30 milliseconds