Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dmount.c76 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 Drpc.c208 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()