Home
last modified time | relevance | path

Searched refs:DIRSIZ (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Ddirent.h67 #undef DIRSIZ
68 #define DIRSIZ(dp) \ macro
H A Ddir.h58 #undef DIRSIZ
59 #define DIRSIZ(dp) \ macro
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_fsdir.h90 #undef DIRSIZ
91 #define DIRSIZ(dp) \ macro
/titanic_44/usr/src/ucbhead/sys/
H A Ddir.h99 #undef DIRSIZ
103 #define DIRSIZ(dp) \ macro
107 #define DIRSIZ(dp) \ macro
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Ddir.h91 #undef DIRSIZ
92 #define DIRSIZ(dp) \ macro
/titanic_44/usr/src/ucblib/libucb/port/gen/
H A Dscandir.c65 #undef DIRSIZ
66 #define DIRSIZ(dp) \ macro
175 p = (struct direct *)malloc(DIRSIZ(d)); in scandir()
/titanic_44/usr/src/uts/intel/sys/
H A Dsysi86.h39 #ifndef DIRSIZ
40 #define DIRSIZ 14 macro
/titanic_44/usr/src/cmd/backup/restore/
H A Ddirs.c152 nulldir.d_reclen = (ushort_t)DIRSIZ(&nulldir); in extractdirs()
154 assert(DIRSIZ(&nulldir) == (ulong_t)nulldir.d_reclen); in extractdirs()
457 dp->d_reclen = (ushort_t)DIRSIZ(dp); in putent()
459 assert(DIRSIZ(dp) == (ulong_t)dp->d_reclen); in putent()
509 assert(DIRSIZ(ndp) == (ulong_t)ndp->d_reclen); in dcvt()
511 ndp->d_reclen = (ushort_t)DIRSIZ(ndp); in dcvt()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dscandir.c69 p = (struct direct *)malloc(DIRSIZ(d)); in scandir()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c456 extra = ep_reclen - DIRSIZ(ep); in ufs_dirlook()
1324 extra = ep->d_reclen - DIRSIZ(ep); in ufs_dircheckforname()
1340 size -= DIRSIZ(ep); in ufs_dircheckforname()
1841 extra = ep->d_reclen - DIRSIZ(ep); in ufs_diraddentry()
2041 dsize = DIRSIZ(ep); in dirprepareentry()
2587 if (((int)ep->d_reclen - (int)DIRSIZ(ep)) >= LDIRSIZ(1)) { in ufs_dirremove()
2605 extra = pep->d_reclen - DIRSIZ(pep); in ufs_dirremove()
2819 (uint_t)ep->d_reclen < DIRSIZ(ep) || ep->d_namlen > MAXNAMLEN || in dirmangled()
3345 ((DIRBLKSIZ - DIRSIZ(dotp)) >= (sizeof (struct dirtemplate) / 2))) { in ufs_dirclrdotdot()
3348 ((DIRBLKSIZ - DIRSIZ(dotp)) >= dotdotp->d_reclen)) { in ufs_dirclrdotdot()
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass2.c438 entrysize = DIRSIZ(&proto); in pass2check()
557 entrysize = DIRSIZ(&proto); in pass2check()
566 reclen = DIRSIZ(dirp); in pass2check()
H A Ddir.c344 size = DIRSIZ(dp); in dircheck()
479 newlen = DIRSIZ(&newent); in mkentry()
481 oldlen = DIRSIZ(dirp); in mkentry()
/titanic_44/usr/src/cmd/vi/port/
H A Dexrecover.c47 #define DIRSIZ MAXNAMLEN macro
295 unsigned char sf_entry[DIRSIZ + 1];
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2789 bcopy(&lost_found_dir[2], &buf[i], DIRSIZ(&lost_found_dir[2])); in fsinit()
2829 protodir[i].d_reclen = DIRSIZ(&protodir[i]); in makedir()
2835 bcopy(&protodir[i], cp, DIRSIZ(&protodir[i])); in makedir()