Home
last modified time | relevance | path

Searched refs:mangleuid (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/puffs/mount_psshfs/
H A Dpsshfs.c228 pctx.mangleuid = atoi(optarg); in main()
229 if (pctx.mangleuid == (uid_t)-1) in main()
H A Dpsshfs.h181 uid_t mangleuid, myuid; member
H A Dpsbuf.c272 theuid = pctx->mangleuid; in psbuf_put_vattr()
H A Dsubr.c88 if (pctx->domangleuid && modva.va_uid == pctx->mangleuid) in setpnva()
H A Dnode.c172 CHECKID(va_uid, uid_t, domangleuid, myuid, mangleuid); in psshfs_node_setattr()