Searched refs:resultfd (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | filedesc.h | 418 int *resultfd, struct vfs_context *ctx); 422 int *resultfd, struct vfs_context *ctx,
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_descrip.c | 1228 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit() argument 1298 if (resultfd) { in falloc_withinit() 1299 *resultfd = nfd; in falloc_withinit() 1306 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() argument 1308 return falloc_withinit(p, resultfp, resultfd, ctx, NULL, NULL); in falloc()
|