Home
last modified time | relevance | path

Searched refs:munlockall_args (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h194 struct munlockall_args munlockall;
H A Dsysproto.h793 struct munlockall_args { struct
1649 int sys_munlockall (struct sysmsg *sysmsg, const struct munlockall_args *);
/dragonfly/sys/vm/
H A Dvm_mmap.c1096 sys_munlockall(struct sysmsg *sysmsg, const struct munlockall_args *uap) in sys_munlockall()