Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c64 struct group_list { struct
68 struct group_list *next; argument
88 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;
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c129 static group_t *group_list; variable
479 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()
/titanic_41/usr/src/cmd/localedef/
H A Dparser.y623 | T_GROUPING group_list T_NL
631 group_list : T_NUMBER
636 | group_list T_SEMI T_NUMBER
/titanic_41/usr/src/cmd/avs/dsw/
H A Diiadm.c2401 dsw_aioctl_t *group_list; local
2414 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 …]