Lines Matching defs:dgrp
239 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)) {
716 * int _rmdgrptabrec(dgrp)
717 * char *dgrp
723 * dgrp The device-group to be removed
730 _rmdgrptabrec(char *dgrp) /* Device-group to remove */
742 if (ent = _getdgrprec(dgrp)) {
765 * int _rmdgrpmems(dgrp, mems, notfounds)
766 * char *dgrp
775 * dgrp The device-group from which members are to be removed
789 char *dgrp, /* Device-group to modify */
817 if (ent = _getdgrprec(dgrp)) {