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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c161 vn_open_modflags(struct nameidata *ndp, int *fmodep, int cmode) argument
168 return(vn_open_auth(ndp, fmodep, &va));
308 * pointed to by ndp, fmodep, and vap as necessary to perform the requested
314 * fmodep A pointer to an int containg the mode
333 * O_TRUNC flag will be cleared in '*fmodep' to indicate to the
337 * the O_CREAT flag will be cleared in '*fmodep' to indicate to
352 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap) argument
373 fmode = *fmodep;
617 *fmodep = fmode;
644 if (((error == ENOENT) && (*fmodep
[all...]

Completed in 14 milliseconds