Searched defs:tpg (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMPLuOidListFromTPG.c61 int tpg = 0; local
90 for (tpg = 0; tpg < ppList->oidCount; tpg++) {
92 mpStatus = getTargetPortGroupProperties(ppList->oids[tpg],
/osnet-11/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c988 * tpg list (cfg_tgt_list) in the it_config_t structure. The new target
995 * tpg Pointer to the it_tpg_t structure representing
1011 it_tpg_create(it_config_t *cfg, it_tpg_t **tpg, char *tpg_name, argument
1018 if (!cfg || !tpg || !tpg_name || !portal_ip_port) {
1022 *tpg = NULL;
1055 *tpg = ptr;
1063 * Delete target portal group represented by 'tpg', where 'tpg' is an
1071 * tpg Pointer to the it_tpg_t structure representing
1082 it_tpg_delete(it_config_t *cfg, it_tpg_t *tpg, boolean_ argument
1152 it_tpg_free(it_tpg_t *tpg) argument
1182 it_portal_create(it_config_t *cfg, it_tpg_t *tpg, it_portal_t **portal, char *portal_ip_port) argument
1252 it_portal_delete(it_config_t *cfg, it_tpg_t *tpg, it_portal_t *portal) argument
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c6134 char *s, *e, *te, *tpg; local
6202 tpg = strstr(s, SCF_FMRI_PROPERTYGRP_PREFIX);
6204 if (te != NULL && (tpg == NULL || te < tpg)) {
6213 te = tpg;
8577 scf_pg_tmpl_t *tpg; local
8582 (tpg = scf_tmpl_pg_create(h)) == NULL ||
8588 SCF_PG_NAME_SMF_INFRA, SCF_GROUP_FRAMEWORK, tpg,
8592 if (scf_tmpl_get_by_prop(tpg, SCF_PROP_NAME_SMF_INFRA_PGTYPE,
8614 scf_tmpl_pg_destroy(tpg);
[all...]

Completed in 66 milliseconds