Home | History | Annotate | Download | only in solaris

Lines Matching refs:sys_openat

314 static void sys_openat(void)
316 GO(SYS_openat, "(3-args) 3s 1m");
317 SY(SYS_openat, x0 - 1, x0, x0); FAIL;
323 GO(SYS_openat, "(4-args) 4s 1m");
324 SY(SYS_openat, x0 - 1, x0, x0 | O_CREAT, x0); FAIL;
1740 /* SYS_openat 68 */
1741 sys_openat();