Searched refs:cpg (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c226 #define CPG2PG(cpg) (cpg->cpg_instance_pg ? cpg->cpg_instance_pg : \
227 cpg->cpg_service_pg)
576 composed_pg_t *cpg; local
578 cpg = safe_malloc(sizeof (*cpg));
579 uu_avl_node_init(cpg, &cpg->cpg_node, composed_pg_pool);
580 return (cpg);
584 composed_pg_destroy(composed_pg_t *cpg) argument
648 compose_props(composed_pg_t *cpg) argument
684 composed_pg_t *cpg; local
757 composed_pg_t *cpg; local
813 composed_pg_t *cpg; local
1993 composed_pg_t *cpg; local
2022 composed_pg_t cpg; local
2253 composed_pg_t *cpg; local
3145 pgroup_t *cpg; /* candidate property group */ local
3334 composed_pg_t cpg; local
3899 composed_pg_t *cpg; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c120 static int cpg; /* cylinders/cylinder group */ variable
121 static int cpg_set = 0; /* true if the user specified cpg */
270 cpg = number("cpg", optarg, NR_NONE, 16);
272 if (cpg < 1)
476 cpg = 16;
511 cpg = -1; /* says make cyl groups as big as possible */
565 if (cpg == 0) {
568 * In the case of disks with EFI labels, cpg has
578 cpg
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c55 * [nsect ntrack bsize fsize cpg minfree rps nbpi opt apc rotdelay
106 * existing default cpg of 16 (DESCPG) holds good for larger disks too.
499 long cpg; /* cylinders/cylinder group */ variable
691 cpg = number(DESCPG, "cgsize", 0);
878 * really tries to maximize the cpg value. The old
880 * lower inode density when determining the maximum cpg,
974 cpg = number(DESCPG, "cgsize", 0);
1031 cpg = DESCPG;
1033 dprintf(("DeBuG cpg : %ld\n", cpg));
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2074 scf_propertygroup_t *instpg = NULL, *cpg = NULL; local
2114 if (ra_get_pg(h, inst, pgname, B_TRUE, B_FALSE, &cpg) == -1)
2118 if ((typelen = scf_pg_get_type(cpg, NULL, 0) + 1) == 0)
2125 (void) scf_pg_get_type(cpg, pgtype, typelen);
2211 if (cpg != NULL)
2212 scf_pg_destroy(cpg);
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c2187 rc_node_setup_cpg(rc_node_t *cpg, rc_node_t *pg1, rc_node_t *pg2) argument
2192 cpg->rn_id.rl_type = REP_PROTOCOL_ENTITY_CPROPERTYGRP;
2193 cpg->rn_name = strdup(pg1->rn_name);
2194 if (cpg->rn_name == NULL)
2197 cpg->rn_cchain[0] = pg1;
2198 cpg->rn_cchain[1] = pg2;
3273 rc_node_t *cpg = NULL; local
3282 cpg = np;
3320 if (nnp != np && cpg == NULL)
3329 if (nnp != np && cpg
6548 rc_node_t *cpg; local
[all...]

Completed in 71 milliseconds