Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c338 openat32(int fd, char *path, int fmode, int cmode) in openat32() function
346 return (openat32(AT_FDCWD, path, fmode, cmode)); in open32()
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c775 extern int openat32(int, char *, int, int);
890 /* 68 */ SYSENT_CI("openat", openat32, 4),