Searched refs:_falloc_noinstall (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | filedesc.h | 257 int _falloc_noinstall(struct thread *td, struct file **resultfp, u_int n); 258 #define falloc_noinstall(td, resultfp) _falloc_noinstall(td, resultfp, 1)
|
| /freebsd/sys/kern/ |
| H A D | kern_descrip.c | 2222 error = _falloc_noinstall(td, &fp, 2); in falloc_caps() 2243 _falloc_noinstall(struct thread *td, struct file **resultfp, u_int n) in _falloc_noinstall() function
|
| H A D | kern_event.c | 1253 _falloc_noinstall(td, fpp, 1); in kern_kqueue_alloc()
|