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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c184 * 0 is returned on success and *foundtp points
191 struct tmpnode **foundtp,
196 *foundtp = NULL;
205 *foundtp = parent;
217 if (tmpfs_hash_lookup(name, parent, 1, foundtp) != NULL) {
218 ASSERT(*foundtp);
188 tdirlookup( struct tmpnode *parent, char *name, struct tmpnode **foundtp, struct cred *cred) argument

Completed in 57 milliseconds