Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dreaddir.c33 readdirfd(int fd) in readdirfd() function
H A Dstand.h302 extern struct dirent *readdirfd(int);
/illumos-gate/usr/src/boot/common/
H A Dls.c114 while ((d = readdirfd(fd)) != NULL) { in command_ls()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c543 while ((d = readdirfd(fd)) != NULL) { in fs_list()
/illumos-gate/usr/src/common/ficl/
H A Dloader.c843 d = readdirfd(fd); in pfreaddir()