Home
last modified time | relevance | path

Searched refs:extattr_delete_file_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_extattr.c611 struct extattr_delete_file_args { struct
618 sys_extattr_delete_file(struct thread *td, struct extattr_delete_file_args *uap) in sys_extattr_delete_file() argument
H A Dinit_sysent.c427 …{ .sy_narg = AS(extattr_delete_file_args), .sy_call = (sy_call_t *)sys_extattr_delete_file, .sy_au…
H A Dsystrace_args.c1746 struct extattr_delete_file_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h931 struct extattr_delete_file_args { struct
2095 int sys_extattr_delete_file(struct thread *, struct extattr_delete_file_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c428 …{ .sy_narg = AS(extattr_delete_file_args), .sy_call = (sy_call_t *)sys_extattr_delete_file, .sy_au…
H A Dfreebsd32_systrace_args.c1705 struct extattr_delete_file_args *p = params; in systrace_args()