Searched defs:DIRSIZ (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Ddirent.h62 * The macro DIRSIZ(dp) gives the minimum amount of space required to represent
63 * a directory entry. For any directory entry dp->d_reclen >= DIRSIZ(dp).
67 #undef DIRSIZ macro
68 #define DIRSIZ(dp) \ macro
H A Ddir.h53 * The macro DIRSIZ(dp) gives the minimum amount of space required to represent
54 * a directory entry. For any directory entry dp->d_reclen >= DIRSIZ(dp).
58 #undef DIRSIZ macro
59 #define DIRSIZ(dp) \ macro
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dscandir.c60 * The macro DIRSIZ(dp) gives an amount of space required to represent
61 * a directory entry. For any directory entry dp->d_reclen >= DIRSIZ(dp).
65 #undef DIRSIZ macro
66 #define DIRSIZ(dp) \ macro
175 p = (struct direct *)malloc(DIRSIZ(d));
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fsdir.h62 * The macro DIRSIZ(dp) gives the amount of space required to represent
64 * entries which have dp->d_reclen > DIRSIZ(dp). All DIRBLKSIZ bytes
85 * The DIRSIZ macro gives the minimum record length which will hold
90 #undef DIRSIZ macro
91 #define DIRSIZ(dp) \ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Ddir.h96 * The macro DIRSIZ(dp) gives an amount of space required to represent
99 #undef DIRSIZ macro
103 #define DIRSIZ(dp) \ macro
107 #define DIRSIZ(dp) \ macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddir.h62 * The macro DIRSIZ(dp) gives the amount of space required to represent
64 * entries which have dp->d_reclen > DIRSIZ(dp). All DIRBLKSIZ bytes
86 * The DIRSIZ macro gives the minimum record length which will hold
91 #undef DIRSIZ macro
92 #define DIRSIZ(dp) \ macro
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h62 * The macro DIRSIZ(fmt, dp) gives the amount of space required to represent
64 * entries which have dp->d_reclen > DIRSIZ(fmt, dp). All DIRBLKSIZ bytes
104 * The DIRSIZ macro gives the minimum record length which will hold
115 #define DIRSIZ(oldfmt, dp) \ macro
118 #define DIRSIZ(oldfmt, dp) \ macro
/illumos-gate/usr/src/cmd/vi/port/
H A Dexrecover.c47 #define DIRSIZ MAXNAMLEN macro
295 unsigned char sf_entry[DIRSIZ + 1];
/illumos-gate/usr/src/uts/intel/sys/
H A Dsysi86.h39 #ifndef DIRSIZ
40 #define DIRSIZ 14 macro

Completed in 442 milliseconds