OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sys_truncate
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rumpvfs_syscalls.c
41
extern sy_call_t
sys_truncate
;
146
{ 200,
sys_truncate
},
/src/sys/compat/common/
vfs_syscalls_43.c
260
return (
sys_truncate
(l, &nuap, retval));
/src/sys/compat/linux/common/
linux_file64.c
360
return
sys_truncate
(l, &ta, retval);
/src/sys/compat/linux32/common/
linux32_misc.c
286
return
sys_truncate
(l, &ua, retval);
/src/sys/compat/netbsd32/
netbsd32_compat_43.c
203
return
sys_truncate
(l, &ua, retval);
netbsd32_netbsd.c
1379
return
sys_truncate
(l, &ua, retval);
/src/sys/compat/aoutm68k/
aoutm68k_syscallargs.h
1120
int
sys_truncate
(struct lwp *, const struct sys_truncate_args *, register_t *);
aoutm68k_sysent.c
1196
.sy_call = (sy_call_t *)
sys_truncate
/src/sys/compat/freebsd/
freebsd_syscallargs.h
962
int
sys_truncate
(struct lwp *, const struct sys_truncate_args *, register_t *);
freebsd_sysent.c
940
.sy_call = (sy_call_t *)
sys_truncate
/src/sys/kern/
init_sysent.c
1059
.sy_call = (sy_call_t *)
sys_truncate
vfs_syscalls.c
4182
sys_truncate
(struct lwp *l, const struct sys_truncate_args *uap,
function
/src/sys/sys/
syscallargs.h
1303
check_syscall_args(
sys_truncate
)
3799
int
sys_truncate
(struct lwp *, const struct sys_truncate_args *, register_t *);
Completed in 29 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026