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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dopendir.c39 opendir(name) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dopendir.c33 * opendir -- C library extension routine
36 * order to allow opendir()/readdir()/closedir() to be called
40 #pragma weak _opendir = opendir
49 opendir(const char *filename) function
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c132 static int opendir(ino_t, fileid_t *);
159 opendir(ino_t inode, fileid_t *filep) function
163 dprintf("opendir: inode = %ld\n", inode);
205 if (opendir(root_ino, filep))
223 if (opendir(n, filep))
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c105 static int opendir(fileid_t *, ino_t);
124 opendir(fileid_t *filep, ino_t inode) function
171 if (opendir(filep, inode = root_ino)) {
172 printf("find(): root_ino opendir() failed!\n");
189 if (opendir(filep, inode)) {
190 printf("find(): opendir(%d) failed!\n", inode);

Completed in 103 milliseconds