Home
last modified time | relevance | path

Searched refs:dd_buf (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/lib/libc/gen/
H A Dopendir.c203 dirp->dd_buf = buf; in _filldir()
272 dirp->dd_size = ddptr - dirp->dd_buf; in _filldir()
291 dirp->dd_buf = NULL; in __opendir_common()
330 dirp->dd_buf = malloc(dirp->dd_len); in __opendir_common()
331 if (dirp->dd_buf == NULL) in __opendir_common()
340 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek); in __opendir_common()
357 free(dirp->dd_buf); in __opendir_common()
H A Dreaddir.c70 dirp->dd_buf, dirp->dd_len, &dirp->dd_seek); in _readdir_unlocked()
76 dp = (struct dirent *)(dirp->dd_buf + dirp->dd_loc); in _readdir_unlocked()
H A Dgen-private.h50 char *dd_buf; /* data buffer */ member
H A Dclosedir.c61 free((void *)dirp->dd_buf); in fdclosedir()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_dirent.h49 char *dd_buf; member
/freebsd-12.1/sbin/restore/
H A Ddirs.c103 char dd_buf[DIRBLKSIZ]; member
450 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, DIRBLKSIZ); in rst_seekdir()
463 dirp->dd_size = read(dirp->dd_fd, dirp->dd_buf, in rst_readdir()
474 dp = (struct direct *)(dirp->dd_buf + dirp->dd_loc); in rst_readdir()