Home
last modified time | relevance | path

Searched refs:pg_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c181 switch (pg_type) { in ilbd_name_to_scfpgname()
197 pg_type, pgname); in ilbd_name_to_scfpgname()
542 switch (pg_type) { in ilbd_data_to_scfval()
748 switch (pg_type) { in ilbd_create_pg()
775 pg_type, pgname); in ilbd_create_pg()
801 if (pg_type == ILBD_SCF_SG) { in ilbd_create_pg()
1033 ilbd_scf_pg_type_t pg_type = ilb_data->pg_type; in ilbd_scfval_to_data() local
1044 switch (pg_type) { in ilbd_scfval_to_data()
1345 ilbd_scf_pg_type_t pg_type, in ilbd_scf_instance_walk_pg() argument
1391 data.pg_type = pg_type; in ilbd_scf_instance_walk_pg()
[all …]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c1760 p->pw_pgtype = pg_type; in scf_tmpl_get_by_pg()
1900 free(pg_type); in scf_tmpl_get_by_pg()
2018 p->pw_pgtype = pg_type; in scf_tmpl_get_by_pg_name()
2599 char *pg_type; in scf_tmpl_get_by_prop() local
2644 free(pg_type); in scf_tmpl_get_by_prop()
6196 char *pg_type = NULL; in _check_pg() local
6368 free(pg_type); in _check_pg()
6396 char *pg_type = NULL; in _scf_tmpl_check_pg_redef() local
6470 free(pg_type); in _scf_tmpl_check_pg_redef()
6472 pg_type = NULL; in _scf_tmpl_check_pg_redef()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h202 #define P_INIT(pg, pg_size, n, pg_prev, pg_next, btl, pg_type) do { \ argument
209 TYPE(pg) = pg_type; \
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A Dl2_defs.h465 u8_t pg_type; member
506 u8_t pg_type; member
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c365 typedef enum pg_type { enum
3340 const char *pg_type; in tmpl_required_pg_present() local
3359 pg_type = find_astring_value_in_pg(pg, SCF_PROPERTY_TM_TYPE); in tmpl_required_pg_present()
3363 einfo.ei_u.ei_missing_pg.ei_pg_type = pg_type; in tmpl_required_pg_present()
3367 cpg.cpg_type = pg_type; in tmpl_required_pg_present()
H A Dsvccfg_libscf.c2154 char *pg_type = NULL; in find_current_pg_type() local
2198 pg_type = safe_malloc(max_scf_pg_type_len + 1); in find_current_pg_type()
2199 if (pg_type != NULL && scf_pg_get_type(sc_pg, pg_type, in find_current_pg_type()
2201 pg->sc_pgroup_type = pg_type; in find_current_pg_type()
2206 free(pg_type); in find_current_pg_type()
2215 scf_tmpl_pg_type(t_pg, &pg_type) != -1) { in find_current_pg_type()
2216 pg->sc_pgroup_type = pg_type; in find_current_pg_type()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1594 const char *pg_name, const char *pg_type) in add_property_group_to_instance() argument
1602 if (scf_instance_add_pg(instance, pg_name, pg_type, 0, pg) != 0) { in add_property_group_to_instance()