Searched refs:_GENERIC_DIRSIZ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Ddir.h49 #define DIRSIZ(dp) _GENERIC_DIRSIZ(dp)
H A Ddirent.h84 * The _GENERIC_DIRSIZ macro gives the minimum record length which will hold
92 #define _GENERIC_DIRSIZ(dp) \ macro
97 #define GENERIC_DIRSIZ(dp) _GENERIC_DIRSIZ(dp)
/freebsd-11.0-release/lib/libc/gen/
H A Dreaddir.c117 memcpy(entry, dp, _GENERIC_DIRSIZ(dp));
121 memcpy(entry, dp, _GENERIC_DIRSIZ(dp));

Completed in 102 milliseconds