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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c47 static int pc_findentry(struct pcnode *, char *, struct pcslot *, offset_t *);
111 error = pc_findentry(dp, namep, &slot, NULL);
173 error = pc_findentry(dp, namep, &slot, NULL);
405 error = pc_findentry(dp, namep, &slot, &lfn_offset);
590 error = pc_findentry(dp, snm, &slot, NULL);
631 error = pc_findentry(tdp, tnm, &slot, NULL);
733 error = pc_findentry(dp, snm, &slot, &lfn_offset);
897 pc_findentry( function
911 PC_DPRINTF2(6, "pc_findentry: looking for %s in dir 0x%p\n", namep,
1549 error = pc_findentry(d
[all...]

Completed in 47 milliseconds