Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfiledesc.h427 int *resultfd, struct vfs_context *ctx);
431 int *resultfd, struct vfs_context *ctx,
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c1289 falloc_withinit(proc_t p, struct fileproc **resultfp, int *resultfd, in falloc_withinit() argument
1359 if (resultfd) { in falloc_withinit()
1360 *resultfd = nfd; in falloc_withinit()
1367 falloc(proc_t p, struct fileproc **resultfp, int *resultfd, vfs_context_t ctx) in falloc() argument
1369 return falloc_withinit(p, resultfp, resultfd, ctx, NULL, NULL); in falloc()