vm_extern.h (c3aac50f284c6cca5b4f2eb46aaa13812cb8b630) vm_extern.h (4cc712004cbc472b5ff93761b1ecbb724b6f44a1)
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 85 unchanged lines hidden (view full) ---

94void vmspace_free __P((struct vmspace *));
95void vnode_pager_setsize __P((struct vnode *, vm_ooffset_t));
96void vnode_pager_umount __P((struct mount *));
97void vnode_pager_uncache __P((struct vnode *, struct proc *));
98void vslock __P((caddr_t, u_int));
99void vsunlock __P((caddr_t, u_int, int));
100void vm_object_print __P((/* db_expr_t */ long, boolean_t, /* db_expr_t */ long,
101 char *));
1/*-
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 85 unchanged lines hidden (view full) ---

94void vmspace_free __P((struct vmspace *));
95void vnode_pager_setsize __P((struct vnode *, vm_ooffset_t));
96void vnode_pager_umount __P((struct mount *));
97void vnode_pager_uncache __P((struct vnode *, struct proc *));
98void vslock __P((caddr_t, u_int));
99void vsunlock __P((caddr_t, u_int, int));
100void vm_object_print __P((/* db_expr_t */ long, boolean_t, /* db_expr_t */ long,
101 char *));
102void vm_fault_quick __P((caddr_t v, int prot));
102int vm_fault_quick __P((caddr_t v, int prot));
103
104#endif /* KERNEL */
105
106#endif /* !_VM_EXTERN_H_ */
103
104#endif /* KERNEL */
105
106#endif /* !_VM_EXTERN_H_ */