Searched refs:nfs_idmap_str_uid (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_test.c53 static int nfs_idmap_str_uid(utf8string *, uid_t *);
206 stat = nfs_idmap_str_uid(&str, &uid);
319 nfs_idmap_str_uid(utf8string *u8s, uid_t *uid) function
368 fprintf(stderr, "nfs_idmap_str_uid: Can't communicate"
542 fprintf(stderr, "nfs_idmap_str_uid: Can't communicate"
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c1220 error = nfs_idmap_str_uid(vals->key, &dest->a_id,
1840 error = nfs_idmap_str_uid(&nfsace4->who,
H A Dnfs4_srv_attr.c2084 error = nfs_idmap_str_uid(&na->owner, &sarg->vap->va_uid, TRUE);
2122 error = nfs_idmap_str_uid(&na->owner, &uid, TRUE);
H A Dnfs4_idmap.c301 nfs_idmap_str_uid(utf8string *u8s, uid_t *uid, bool_t isserver) function
305 const char *whoami = "nfs_idmap_str_uid";
H A Dnfs4_xdr.c1221 error = nfs_idmap_str_uid(&ov, &uid, FALSE);
1827 error = nfs_idmap_str_uid(&ov, &uid, FALSE);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1314 extern int nfs_idmap_str_uid(utf8string *u8s, uid_t *, bool_t);

Completed in 68 milliseconds