Searched refs:group_list (Results 1 – 4 of 4) sorted by relevance
64 struct group_list { struct68 struct group_list *next; argument88 static struct group_list *groups[GRPTABSIZE]; /* group table */434 struct group_list *g;442 g = (struct group_list *)malloc(sizeof (struct group_list));472 struct group_list *g;
129 static group_t *group_list; variable479 for (group = group_list; group != NULL; group = group->next) { in get_affected_clients()670 for (group = group_list; group != NULL; group = group->next) { in refresh_regs()814 for (group = group_list; group != NULL; group = group->next) { in build_groups()863 group->next = group_list; in build_groups()864 group_list = group; in build_groups()895 group_t *group = group_list; in free_grouplist()904 group_list = NULL; in free_grouplist()
623 | T_GROUPING group_list T_NL631 group_list : T_NUMBER636 | group_list T_SEMI T_NUMBER
2401 dsw_aioctl_t *group_list; local2414 group_list = malloc(sizeof (dsw_aioctl_t) + count * DSW_NAMELEN);2415 if (group_list == NULL)2418 bzero(group_list, sizeof (dsw_aioctl_t) + count * DSW_NAMELEN);2419 group_list->count = count;2420 group_list->flags = 0;2421 group_list->status = spcs_s_ucreate();2422 (void) strncpy(group_list->shadow_vol, group, DSW_NAMELEN);2424 rc = do_ioctl(dsw_fd, DSWIOC_GLIST, group_list);2427 &group_list->status);[all …]