HomeSort by: relevance | last modified time | path
    Searched refs:lookupp (Results 1 - 4 of 4) sorted by relevancy

  /src/share/examples/puffs/pgfs/
pgfs_subs.h 63 int lookupp(struct Xconn *, fileid_t, fileid_t *);
pgfs_puffs.c 161 error = lookupp(xc, parent_fileid, &child_fileid);
323 error = lookupp(xc, parent_fileid, &child_fileid);
pgfs_subs.c 637 lookupp(struct Xconn *xc, fileid_t fileid, fileid_t *parent) function in typeref:typename:int
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 1198 int error = 0, lookupp = 0; local in function:nfsrpc_lookup
1222 lookupp = 1;
1240 * When an NFSv4 Lookupp returns ENOENT, it means that
1243 if (nd->nd_repstat == NFSERR_NOENT && lookupp) {
2816 * Lookupp returns NFSERR_NOENT when we are
3242 * Lookupp returns NFSERR_NOENT when we are

Completed in 17 milliseconds