Searched refs:SYS_getdents (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | getdents.c | 80 if ((ret = _syscall(SYS_getdents, fd, nbuf, nbytes)) == -1) {
|
H A D | syscall.c | 80 SYS_shmsys, -1 /*auditsys*/, -1 /*rfsys*/, SYS_getdents,
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | syscall.h | 220 #define SYS_getdents 81 macro
|
/titanic_44/usr/src/cmd/truss/ |
H A D | listopts.c | 148 case SYS_getdents: /* set both if either */ in syslist() 150 sys = SYS_getdents; in syslist()
|
H A D | expound.c | 5247 case SYS_getdents: in expound()
|
/titanic_44/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 509 s10_emulation_table[SYS_getdents] = 1; /* 81 */ in _init()
|
/titanic_44/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 921 return (s10_getdents_common(rval, fd, (char *)buf, nbyte, SYS_getdents, in s10_getdents()
|