Searched refs:get_gid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c59 static gid_t get_gid(const char *, boolean_t *, char *);
219 get_gid(const char *v, boolean_t *ok, char *path) function
413 egid = gid = get_gid(value, &res->pfr_allowed, path);
419 egid = get_gid(value, &res->pfr_allowed, path);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2277 get_gid(char *value, gid_t *gid) function
2514 if (!get_gid(c, &clnt))
2523 else if (!get_gid(s, &srv))
2883 if (!get_gid(c, &clnt))
2892 else if (!get_gid(s, &srv))
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2162 get_gid(const char *str) function
2312 * EINVAL (get_gid() failed for one of the components), E2BIG (the property has
2345 if ((ci->groups[i] = get_gid(cp)) == (gid_t)-1) {
2441 ci->egid = ci->gid = get_gid(value);
2451 ci->egid = get_gid(value);
2551 ci->gid = get_gid(vbuf);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1976 im_global_addr.ig_sender_gid = get_gid(umad->addr.gid_index);

Completed in 60 milliseconds