Searched defs:flavor_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c896 mount_enoent_error(struct cln *cln, char *path, char *rpath, int *flavor_list) argument
940 flavor_list);
943 flavor_list);
1218 int flavor_list[MAX_FLAVORS]; local
1295 flavor_list);
1315 flavor_count = getclientsflavors_new(sh, &cln, flavor_list);
1317 flavor_count = getclientsflavors_old(sh, &cln, flavor_list);
1444 flavor_list;
2617 int flavor_list[MAX_FLAVORS]; local
2621 flavor_count = getclientsflavors_new(sh, cln, flavor_list);
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c850 * Check if the security flavor, nfsnum, is in the flavor_list.
853 in_flavor_list(int nfsnum, int *flavor_list, int count) argument
858 if (nfsnum == flavor_list[i])
1051 int *flavor_list; local
1056 flavor_list = kmem_alloc(count * sizeof (int), KM_SLEEP);
1069 flavor_list[ret_cnt] = flavor;
1084 flavor_list, ret_cnt)) {
1111 kmem_free(flavor_list, count * sizeof (int));

Completed in 443 milliseconds