Home
last modified time | relevance | path

Searched refs:openat32 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dopen.c329 openat32(int fd, char *path, int fmode, int cmode) in openat32() function
337 return (openat32(AT_FDCWD, path, fmode, cmode)); in open32()
/titanic_41/usr/src/uts/common/os/
H A Dsysent.c776 extern int openat32(int, char *, int, int);
891 /* 68 */ SYSENT_CI("openat", openat32, 4),