Searched refs:__NR_mknod (Results 1 – 11 of 11) sorted by relevance
23 #ifdef __NR_mknod24 __NR_mknod,
154 #define __NR_mknod 133 macro
35 #define __NR_mknod 14 macro
138 #define __NR_mknod (__X32_SYSCALL_BIT + 133) macro
152 #define __NR_mknod (__NR_Linux + 131) macro
35 #define __NR_mknod (__NR_Linux + 14) macro
20 #define __NR_mknod (__NR_SYSCALL_BASE + 14) macro
41 #define __NR_mknod 14 macro42 __SYSCALL(__NR_mknod, sys_mknod)
33 #define __NR_mknod (__NR_SYSCALL_BASE + 14) macro
1608 return my_syscall3(__NR_mknod, path, mode, dev); in sys_mknod()