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

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdgrp.c135 struct dgrptabent *dgrp; /* Dgrp information struct */ local
179 while (!errorflag && (dgrp = _getdgrptabent())) {
180 if (!dgrp->comment && (listallflag ||
181 isindevlist(dgrp, devlist)))
182 errorflag = !addtodgrplist(dgrp);
183 _freedgrptabent(dgrp);
195 while (!errorflag && (dgrp = _getdgrptabent())) {
196 if (!dgrp->comment && isincallerslist(dgrp, dgroups) &&
197 (listallflag || isindevlist(dgrp, devlis
264 addtodgrplist(struct dgrptabent *dgrp) argument
332 isindevlist( struct dgrptabent *dgrp, char **devlist) argument
405 isincallerslist( struct dgrptabent *dgrp, char **dgroups) argument
[all...]
H A Dputdgrp.c239 mknewdgrptab(char *tempname) /* Ptr to name of temp dgrp tab */
567 * int _adddgrptabrec(dgrp, members)
568 * char *dgrp
571 * If <dgrp> doesn't exist, this function adds a record to the
573 * have the name <dgrp> and will have a membership described in
577 * If <dgrp> already exists in the table, the function adds the
581 * dgrp The name of the device-group being added to the
593 char *dgrp, /* Devgrp to add to the table */
608 if ((new = mkdgrptabent(dgrp, members)) == NULL)
628 if (ent = _getdgrprec(dgrp)) {
592 _adddgrptabrec( char *dgrp, char **members) argument
730 _rmdgrptabrec(char *dgrp) argument
788 _rmdgrpmems( char *dgrp, char **mems, char ***notfounds) argument
[all...]
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h234 extern int _adddgrptabrec(char *dgrp, char **members);
236 extern int _rmdgrpmems(char *dgrp, char **mems, char ***notfounds);
237 extern int _rmdgrptabrec(char *dgrp);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c445 struct dgrp_info *dgrp = NULL; local
629 if ((dgrp = mc_node_get(mcdevgrp.id, dgrp_head)) == NULL) {
636 mcdevgrp.ndevices = dgrp->ndevices;
637 mcdevgrp.size = dgrp->size;
943 get_row_shift(int row_index, struct dgrp_info *dgrp) argument
947 switch (dgrp->base_device) {
960 if (dgrp->part_type == PART_TYPE_X4)
970 get_device_select(int interleave, struct dgrp_info *dgrp, argument
980 if (dgrp->nlogbanks == 2) {
988 if (dgrp
1018 struct dgrp_info *dgrp; local
1081 struct dgrp_info *dgrp; local
1220 struct dgrp_info *dgrp; local
1371 struct dgrp_info *dgrp; local
[all...]
H A Dmc-us3.c505 struct dgrp_info *dgrp = NULL; local
705 if ((dgrp = (struct dgrp_info *)mc_node_get(mcdevgrp.id,
713 mcdevgrp.ndevices = dgrp->ndevices;
714 mcdevgrp.size = dgrp->size;
1486 struct dgrp_info *dgrp; local
1517 if ((dgrp = (struct dgrp_info *)mc_node_get(idx, dgrp_head))
1524 dgrp = kmem_zalloc(sizeof (struct dgrp_info), KM_SLEEP);
1529 dgrp->deviceids[j] = dmidx;
1547 dgrp->dgrp_node.id = idx;
1548 dgrp
1585 struct dgrp_info *dgrp; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h283 extern int _adddgrptabrec __P((char *dgrp, char **members));
284 extern int _rmdgrptabrec __P((char *dgrp));
285 extern int _rmdgrpmems __P((char *dgrp, char **mems, char ***notfounds));

Completed in 561 milliseconds