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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c194 scf_property_t *eprop; local
201 (eprop = scf_property_create(h)) == NULL ||
234 if (scf_pg_get_property(gpg, prop, eprop) == -1) {
310 scf_property_destroy(eprop);
325 scf_property_t *eprop; local
329 (eprop = scf_property_create(h)) == NULL ||
375 scf_property_destroy(eprop);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c481 scf_property_t *eprop = NULL; local
491 (eprop = scf_property_create(h)) == NULL ||
496 scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) ||
497 scf_property_get_value(eprop, v) ||
504 scf_property_destroy(eprop);
522 scf_property_t *eprop = NULL; local
533 (eprop = scf_property_create(h)) == NULL ||
567 if (scf_pg_get_property(gpg, SCF_PROPERTY_ENABLED, eprop) == -1) {
577 if (scf_property_get_value(eprop, v) == -1) {
642 scf_property_destroy(eprop);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1109 scf_property_t *eprop = NULL; local
1131 if ((eprop = scf_property_create(h)) == NULL) {
1136 if (scf_pg_get_property(gpg, prop, eprop) == -1) {
1199 scf_property_destroy(eprop);
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2349 scf_property_t *eprop; local
2355 if ((eprop = scf_property_create(h)) == NULL ||
2361 if (scf_pg_get_property(pg, SCF_PROPERTY_ENTITIES, eprop) !=
2363 scf_property_type(eprop, &ty) != SCF_SUCCESS ||
2385 if (scf_iter_property_values(iter, eprop) == -1)
2413 scf_property_destroy(eprop);
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c2431 print_eprop(FILE *file, char *prefix, struct sadb_prop *eprop) argument
2440 eprop->sadb_prop_replay);
2442 "number of combinations = %u.\n"), eprop->sadb_x_prop_numecombs);
2444 sofar = (uint64_t *)(eprop + 1);
2447 for (i = 0; i < eprop->sadb_x_prop_numecombs; ) {
/illumos-gate/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
[all...]

Completed in 425 milliseconds