Home
last modified time | relevance | path

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 *);
220 get_gid(const char *v, boolean_t *ok, char *path) in get_gid() function
414 egid = gid = get_gid(value, &res->pfr_allowed, path); in callback_pfexec()
420 egid = get_gid(value, &res->pfr_allowed, path); in callback_pfexec()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2408 get_gid(char *value, gid_t *gid) in get_gid() function
2645 if (!get_gid(c, &clnt)) in check_client_old()
2654 else if (!get_gid(s, &srv)) in check_client_old()
3014 if (!get_gid(c, &clnt)) in check_client_new()
3023 else if (!get_gid(s, &srv)) in check_client_new()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2162 get_gid(const char *str) in get_gid() function
2345 if ((ci->groups[i] = get_gid(cp)) == (gid_t)-1) { in get_groups()
2441 ci->egid = ci->gid = get_gid(value); in get_profile()
2451 ci->egid = get_gid(value); in get_profile()
2551 ci->gid = get_gid(vbuf); in get_ids()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1977 im_global_addr.ig_sender_gid = get_gid(umad->addr.gid_index); in umad_write()