Searched refs:fake_gids (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 76 static gid_t fake_gids = 1; /* fake gids list for auth_unix */ variable 420 authunix_create(my_hostname, 0, 1, 1, &fake_gids); in nfs4init() 785 authunix_create(my_hostname, 0, 1, 1, &fake_gids); in boot_nfs_mountroot() 809 authunix_create(my_hostname, 0, 1, 1, &fake_gids); in boot_nfs_mountroot()
|
H A D | rpc.c | 208 gid_t fake_gids = 1; /* fake gids list for auth_unix */ in brpc_call() local 305 xmit_auth = authunix_create(hostname, 0, 1, 1, &fake_gids); in brpc_call()
|