Home
last modified time | relevance | path

Searched refs:group_list (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c65 struct group_list { struct
69 struct group_list *next; argument
89 static struct group_list *groups[GRPTABSIZE]; /* group table */
435 struct group_list *g;
443 g = (struct group_list *)malloc(sizeof (struct group_list));
473 struct group_list *g;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c127 static group_t *group_list; variable
477 for (group = group_list; group != NULL; group = group->next) { in get_affected_clients()
668 for (group = group_list; group != NULL; group = group->next) { in refresh_regs()
812 for (group = group_list; group != NULL; group = group->next) { in build_groups()
861 group->next = group_list; in build_groups()
862 group_list = group; in build_groups()
893 group_t *group = group_list; in free_grouplist()
902 group_list = NULL; in free_grouplist()
/illumos-gate/usr/src/cmd/localedef/
H A Dparser.y620 | T_GROUPING group_list T_NL
628 group_list : T_NUMBER
633 | group_list T_SEMI T_NUMBER