Lines Matching defs:members
41 * _rmdgrpmems() Remove specific members from a device group
98 static struct dgrptabent *mkdgrptabent(char *dgroup, char **members);
392 * struct dgrptabent *mkdgrptabent(dgroup, members)
394 * char **members
397 * device-group <dgroup> so that it contains the members in the
398 * membership list <members>.
402 * members The members of the device-group
415 char **members) /* Members to add to that entry */
444 if ((pp = members) != NULL)
525 do { /* members */
567 * int _adddgrptabrec(dgrp, members)
569 * char **members
574 * the list referenced by <members>. The record is added to the
578 * members in the <members> list to the group's membership.
583 * members A pointer to the first item of the list of members
594 char **members) /* Members for that devgrp */
608 if ((new = mkdgrptabent(dgrp, members)) == NULL)
623 * the specified members
630 /* Any members to add? If not, do nothing. */
633 /* Any existing members? */
639 /* Append the new members to the membership list */
655 /* No members in the new list any more */
693 } /* If there's members to add */
770 * Remove the specified members from the membership of the specified
771 * device-group. Any members not found in that device-group are
775 * dgrp The device-group from which members are to be removed
777 * members to remove. This list is terminated by
780 * referencing the requested members that were not
781 * members of the specified device-group
800 char **pp; /* Ptr into members-to-rm list */
860 * add it to the list of not-found members
890 * If there was no error but there was requested members