Searched refs:falloc_locked (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_dep.c58 int falloc_locked(proc_t, struct fileproc **, int *, vfs_context_t, int);
281 if ((err = falloc_locked(proc, &fp, &fd, vfs_context_current(), 1)) != 0) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c131 int falloc_locked(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx, int locked);
3906 * is already held, use falloc_locked() instead.
3910 * neither, and expect falloc_locked() to use the
3919 error = falloc_locked(p, resultfp, resultfd, ctx, 1);
3927 * falloc_locked
3969 falloc_locked(proc_t p, struct fileproc **resultfp, int *resultfd, function
H A Duipc_syscalls.c134 int falloc_locked(proc_t, struct fileproc **, int *, vfs_context_t, int);
329 * falloc_locked:ENFILE Too many files open in system
330 * falloc_locked::EMFILE Too many open files
331 * falloc_locked::ENOMEM Not enough space

Completed in 21 milliseconds