Home
last modified time | relevance | path

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

/titanic_41/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) in get_gid() function
413 egid = gid = get_gid(value, &res->pfr_allowed, path); in callback_pfexec()
419 egid = get_gid(value, &res->pfr_allowed, path); in callback_pfexec()
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2259 get_gid(char *value, gid_t *gid) in get_gid() function
2496 if (!get_gid(c, &clnt)) in check_client_old()
2505 else if (!get_gid(s, &srv)) in check_client_old()
2865 if (!get_gid(c, &clnt)) in check_client_new()
2874 else if (!get_gid(s, &srv)) in check_client_new()
/titanic_41/usr/src/lib/librestart/common/
H A Dlibrestart.c2161 get_gid(const char *str) in get_gid() function
2344 if ((ci->groups[i] = get_gid(cp)) == (gid_t)-1) { in get_groups()
2440 ci->egid = ci->gid = get_gid(value); in get_profile()
2450 ci->egid = get_gid(value); in get_profile()
2550 ci->gid = get_gid(vbuf); in get_ids()
/titanic_41/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); in umad_write()