Searched refs:ra_get_pg (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 428 static int ra_get_pg(scf_handle_t *, scf_instance_t *, const char *, 1388 if (ra_get_pg(h, inst, RA_PG_ROUTEADM, B_TRUE, raopt->opt_fmri != NULL, in ra_get_set_opt_common_cb() 1705 if (ra_get_pg(h, inst, RA_PG_ROUTING, B_TRUE, B_FALSE, &pg) == -1) { in ra_list_props_cb() 1881 ra_get_pg(scf_handle_t *h, scf_instance_t *inst, const char *pgname, in ra_get_pg() function 1952 if (ra_get_pg(h, inst, pgname, composed, required, &pg) == -1) in ra_get_prop_as_string() 2110 if (ra_get_pg(h, inst, pgname, B_FALSE, B_FALSE, &instpg) == -1) { in ra_set_prop_from_string() 2114 if (ra_get_pg(h, inst, pgname, B_TRUE, B_FALSE, &cpg) == -1) in ra_set_prop_from_string()
|