Searched refs:lchown_args (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/compat/svr4/ |
| HD | svr4_sysent.c | 152 …{ AS(lchown_args), (sy_call_t *)sys_lchown, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 130 = lch…
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 304 …{ AS(lchown_args), (sy_call_t *)sys_lchown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 254 = l… 325 …{ AS(lchown_args), (sy_call_t *)sys_lchown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 275 = n…
|
| HD | freebsd32_systrace_args.c | 1310 struct lchown_args *p = params; in systrace_args() 1360 struct lchown_args *p = params; in systrace_args()
|
| /NextBSD/sys/kern/ |
| HD | init_sysent.c | 303 …{ AS(lchown_args), (sy_call_t *)sys_lchown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 254 = l… 324 …{ AS(lchown_args), (sy_call_t *)sys_lchown, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 275 = n…
|
| HD | vfs_syscalls.c | 2849 struct lchown_args { struct 2858 register struct lchown_args /* { argument
|
| HD | systrace_args.c | 1346 struct lchown_args *p = params; in systrace_args() 1416 struct lchown_args *p = params; in systrace_args()
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 727 struct lchown_args { struct 2225 int sys_lchown(struct thread *, struct lchown_args *);
|