Searched defs:group_list (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/localedef/
H A Dparser.y623 | T_GROUPING group_list T_NL
631 group_list : T_NUMBER label
636 | group_list T_SEMI T_NUMBER
/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c64 struct group_list { struct
68 struct group_list *next;
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;
/illumos-gate/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) {
646 * After a new group_list has been constructed, this refreshes the RCM
670 for (group = group_list; group != NULL; group = group->next) {
814 for (group = group_list; group != NULL; group = group->next) {
863 group->next = group_list;
864 group_list = group;
890 * Free the whole list of group's in the global group_list.
895 group_t *group = group_list;
904 group_list
[all...]
/illumos-gate/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
[all...]

Completed in 68 milliseconds