Home
last modified time | relevance | path

Searched refs:SYS_getdents (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dgetdents.c80 if ((ret = _syscall(SYS_getdents, fd, nbuf, nbytes)) == -1) {
H A Dsyscall.c80 SYS_shmsys, -1 /*auditsys*/, -1 /*rfsys*/, SYS_getdents,
/titanic_44/usr/src/uts/common/sys/
H A Dsyscall.h220 #define SYS_getdents 81 macro
/titanic_44/usr/src/cmd/truss/
H A Dlistopts.c148 case SYS_getdents: /* set both if either */ in syslist()
150 sys = SYS_getdents; in syslist()
H A Dexpound.c5247 case SYS_getdents: in expound()
/titanic_44/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c509 s10_emulation_table[SYS_getdents] = 1; /* 81 */ in _init()
/titanic_44/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c921 return (s10_getdents_common(rval, fd, (char *)buf, nbyte, SYS_getdents, in s10_getdents()