Home
last modified time | relevance | path

Searched refs:resultfd (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dfiledesc.h427 int *resultfd, struct vfs_context *ctx);
431 int *resultfd, struct vfs_context *ctx,
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c1305 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit() argument
1375 if (resultfd) { in falloc_withinit()
1376 *resultfd = nfd; in falloc_withinit()
1383 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() argument
1385 return falloc_withinit(p, resultfp, resultfd, ctx, NULL, NULL); in falloc()