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

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c775 * and s10_getdents64(). getdents_syscall_id should be either SYS_getdents
778 * syscall represented by getdents_syscall_id. reclen_offset should be
784 int getdents_syscall_id, size_t name_offset, size_t reclen_offset)
802 return (__systemcall(rval, getdents_syscall_id + 1024, fd, buf,
823 (void) B_TRUSS_POINT_3(rval, getdents_syscall_id, ENOMEM, fd,
837 if ((err = __systemcall(rval, getdents_syscall_id + 1024, fd, local_buf,
783 s10_getdents_common(sysret_t *rval, int fd, char *buf, size_t nbyte, int getdents_syscall_id, size_t name_offset, size_t reclen_offset) argument

Completed in 64 milliseconds