Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c74 static gid_t fake_gids = 1; /* fake gids list for auth_unix */ variable
418 authunix_create(my_hostname, 0, 1, 1, &fake_gids); in nfs4init()
783 authunix_create(my_hostname, 0, 1, 1, &fake_gids); in boot_nfs_mountroot()
807 authunix_create(my_hostname, 0, 1, 1, &fake_gids); in boot_nfs_mountroot()
H A Drpc.c206 gid_t fake_gids = 1; /* fake gids list for auth_unix */ in brpc_call() local
303 xmit_auth = authunix_create(hostname, 0, 1, 1, &fake_gids); in brpc_call()