Home
last modified time | relevance | path

Searched refs:ug (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/sunrpc/
Dsvcauth_unix.c443 struct unix_gid *ug = container_of(item, struct unix_gid, h); in unix_gid_put() local
446 put_group_info(ug->gi); in unix_gid_put()
447 kfree(ug); in unix_gid_put()
484 struct unix_gid *ug = container_of(h, struct unix_gid, h); in unix_gid_request() local
486 snprintf(tuid, 20, "%u", ug->uid); in unix_gid_request()
508 struct unix_gid ug, *ugp; in unix_gid_parse() local
517 ug.uid = uid; in unix_gid_parse()
527 ug.gi = groups_alloc(gids); in unix_gid_parse()
528 if (!ug.gi) in unix_gid_parse()
537 GROUP_AT(ug.gi, i) = gid; in unix_gid_parse()
[all …]
/linux-3.4.99/Documentation/networking/
DREADME.sb1000160 Solution -- As root do `chmod ug+x /etc/ppp/ppp@gi-on'.