Home
last modified time | relevance | path

Searched defs:dir_buf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBANPIVPort.cc79 uchar_t *dir_buf = new uchar_t[sizeof (struct dirent) + MAXPATHLEN]; in lookupControllerPath() local
H A DHBAPort.cc216 uchar_t *dir_buf = new uchar_t[sizeof (struct dirent) + MAXPATHLEN]; in lookupControllerPath() local
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c295 char *rest, ch, dir_buf[FAT_DIRENTRY_LENGTH]; in fat_dir() local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyname.c133 static char *dir_buf; /* directory buffer for ttysrch body */ variable