Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:sys_fcntl

3749 PRE(sys_fcntl)
3759 PRINT("sys_fcntl ( %ld, %ld )", ARG1,ARG2);
3773 PRINT("sys_fcntl[ARG3=='arg'] ( %ld, %ld, %ld )", ARG1,ARG2,ARG3);
3787 PRINT("sys_fcntl[ARG3=='lock'] ( %ld, %ld, %#lx )", ARG1,ARG2,ARG3);
3794 PRINT("sys_fcntl[UNKNOWN] ( %ld, %ld, %ld )", ARG1,ARG2,ARG3);
3807 POST(sys_fcntl)