Searched defs:group_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dgroup.h50 } group_t; typedef in typeref:struct:group
68 void group_create(group_t *);
69 void group_destroy(group_t *);
74 void group_expand(group_t *, uint_t);
80 void *group_iterate(group_t *, group_iter_t *);
85 int group_add(group_t *, void *, int);
86 int group_remove(group_t *, void *, int);
87 void group_empty(group_t *);
94 int group_add_at(group_t *, void *, uint_t);
95 void group_remove_at(group_t *, uint_
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c81 } group_t; typedef in typeref:struct:group
101 static int detect_client_change(rcm_handle_t *, int, int, group_t *, char *);
102 static int merge_clients(int *, char ***, group_t *);
109 static void free_group(group_t *);
129 static group_t *group_list;
472 group_t *group;
531 detect_client_change(rcm_handle_t *hdl, int cmd, int flags, group_t *group,
585 merge_clients(int *nclients, char ***clientsp, group_t *group)
606 * allocated strings in the group_t structs themselves.
655 group_t *grou
[all...]

Completed in 92 milliseconds