Searched defs:cnp (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_vfs_subr.c45 vnode_label(struct mount *mp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int flags, vfs_context_t ctx) argument
H A Dmac_vfs.c363 mac_vnode_notify_create(vfs_context_t ctx, struct mount *mp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
381 mac_vnode_notify_rename(vfs_context_t ctx, struct vnode *vp, struct vnode *dvp, struct componentname *cnp) argument
409 mac_vnode_notify_link(vfs_context_t ctx, struct vnode *vp, struct vnode *dvp, struct componentname *cnp) argument
621 mac_vnode_check_chroot(vfs_context_t ctx, struct vnode *dvp, struct componentname *cnp) argument
637 mac_vnode_check_create(vfs_context_t ctx, struct vnode *dvp, struct componentname *cnp, struct vnode_attr *vap) argument
653 mac_vnode_check_unlink(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
918 mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
950 mac_vnode_check_lookup(vfs_context_t ctx, struct vnode *dvp, struct componentname *cnp) argument
1046 mac_vnode_check_rename_from(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
1063 mac_vnode_check_rename_to(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, int samedir, struct componentname *cnp) argument
1291 mac_vnode_check_uipc_bind(vfs_context_t ctx, struct vnode *dvp, struct componentname *cnp, struct vnode_attr *vap) argument
1408 mac_mount_check_mount(vfs_context_t ctx, struct vnode *vp, struct componentname *cnp, const char *vfc_name) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c94 struct componentname * cnp; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_lookup.c154 hfs_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, int *cnode_locked, int force_casesensitive_lookup) argument
474 struct componentname *cnp = ap->a_cnp; local
[all...]
H A Dhfs_link.c408 struct componentname *cnp = ap->a_cnp; local
134 hfs_makelink(struct hfsmount *hfsmp, struct vnode *src_vp, struct cnode *cp, struct cnode *dcp, struct componentname *cnp) argument
681 hfs_unlink(struct hfsmount *hfsmp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int skip_reserve) argument
[all...]
H A Dhfs_cnode.c1492 hfs_valid_cnode(struct hfsmount *hfsmp, struct vnode *dvp, struct componentname *cnp, argument
975 hfs_getnewvnode( struct hfsmount *hfsmp, struct vnode *dvp, struct componentname *cnp, struct cat_desc *descp, int flags, struct cat_attr *attrp, struct cat_fork *forkp, struct vnode **vpp, int *out_flags) argument
[all...]
H A Dhfs_catalog.c3131 const CatalogName *cnp; local
3458 const CatalogName *cnp; local
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_pragma.c208 dt_pragma_depends(const char *prname, dt_node_t *cnp) argument
[all...]
H A Ddt_cc.c1694 dt_compile_one_clause(dtrace_hdl_t *dtp, dt_node_t *cnp, dt_node_t *pnp) argument
1756 dt_compile_clause(dtrace_hdl_t *dtp, dt_node_t *cnp) argument
[all...]
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_denode.c271 msdosfs_deget( struct msdosfsmount *pmp, uint32_t dirclust, uint32_t diroffset, vnode_t dvp, struct componentname *cnp, struct denode **depp, vfs_context_t context) argument
H A Dmsdosfs_lookup.c397 struct componentname *cnp = ap->a_cnp; local
198 msdosfs_lookup_name( struct denode *dep, struct componentname *cnp, uint32_t *dirclust, uint32_t *diroffset, struct dosdirentry *direntry, u_int16_t *found_name, u_int16_t *found_name_length, boolean_t *case_folded, vfs_context_t context) argument
618 msdosfs_createde( struct denode *dep, struct denode *ddep, struct denode **depp, struct componentname *cnp, uint32_t offset, uint32_t long_count, vfs_context_t context) argument
1219 msdosfs_findslots( struct denode *dep, struct componentname *cnp, uint8_t short_name[SHORT_NAME_LEN], int *needs_generation, uint8_t *lower_case, uint32_t *offset, uint32_t *long_count, vfs_context_t context) argument
[all...]
H A Dmsdosfs_fat.c786 msdosfs_pcbmap_internal( struct denode *dep, uint32_t findcn, uint32_t numclusters, daddr64_t *bnp, uint32_t *cnp, uint32_t *sp) argument
1004 msdosfs_pcbmap( struct denode *dep, uint32_t findcn, uint32_t numclusters, daddr64_t *bnp, uint32_t *cnp, uint32_t *sp) argument
H A Dmsdosfs_vnops.c268 struct componentname *cnp = ap->a_cnp; local
1747 struct componentname *cnp = ap->a_cnp; local
2678 struct componentname *cnp = ap->a_cnp; local
[all...]
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vnops.c296 struct componentname *cnp = ap->a_cnp; local
[all...]
H A Dauto_subr.c1624 auto_enter(fnnode_t *dfnp, struct componentname *cnp, fnnode_t **fnpp) argument
1320 auto_makefnnode( fnnode_t **fnpp, int node_type, mount_t mp, struct componentname *cnp, const char *name, vnode_t parent, int markroot, struct autofs_globals *fngp) argument
[all...]
/macosx-10.9.5/autofs-234/triggers_kext/
H A Dtriggers.c335 trigger_resolve(vnode_t vp, const struct componentname *cnp, argument
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c302 struct componentname *cnp = ap->a_cnp; local
H A Ddevfs_vnops.c234 struct componentname *cnp = ap->a_cnp; local
787 struct componentname *cnp = ap->a_cnp; local
861 struct componentname *cnp = ap->a_cnp; local
1095 struct componentname * cnp = ap->a_cnp; local
1224 struct componentname * cnp = ap->a_cnp; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c281 cache_enter(NFSTOV(dnp), vp, cnp); local
187 nfs_nget( mount_t mp, nfsnode_t dnp, struct componentname *cnp, u_char *fhp, int fhsize, struct nfs_vattr *nvap, u_int64_t *xidp, uint32_t auth, int flags, nfsnode_t *npp) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c173 struct componentname *cnp = &ndp->ni_cnd; local
460 lookup_authorize_search(vnode_t dp, struct componentname *cnp, int dp_authorized_in_cache, vfs_context_t ctx) argument
483 lookup_consider_update_cache(vnode_t dvp, vnode_t vp, struct componentname *cnp, int nc_generation) argument
528 lookup_handle_rsrc_fork(vnode_t dp, struct nameidata *ndp, struct componentname *cnp, int wantparent, vfs_context_t ctx) argument
616 lookup_handle_found_vnode(struct nameidata *ndp, struct componentname *cnp, int rdonly, int vbusyflags, int *keep_going, int nc_generation, int wantparent, int atroot, vfs_context_t ctx) argument
801 lookup_handle_emptyname(struct nameidata *ndp, struct componentname *cnp, int wantparent) argument
916 struct componentname *cnp = &ndp->ni_cnd; local
1289 struct componentname *cnp = &ndp->ni_cnd; local
1309 lookup_traverse_mountpoints(struct nameidata *ndp, struct componentname *cnp, vnode_t dp, int vbusyflags, vfs_context_t ctx) argument
1436 struct componentname *cnp = &ndp->ni_cnd; local
1539 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
1722 kdebug_lookup(vnode_t dp, struct componentname *cnp) argument
[all...]
H A Dvfs_attrlist.c794 const char *cnp = NULL; /* protected by ATTR_CMN_NAME */ local
1356 const char *cnp; local
[all...]
H A Dvfs_cache.c1042 cache_lookup_path(struct nameidata *ndp, struct componentname *cnp, vnode_t dp, argument
1401 cache_lookup_locked(vnode_t dvp, struct componentname *cnp) argument
1478 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
1574 cache_enter_create(vnode_t dvp, vnode_t vp, struct componentname *cnp) argument
1607 cache_enter_with_gen(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int gen) argument
1626 cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
1648 cache_enter_locked(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, const char *strname) argument
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_node.c680 struct componentname cnp; local
1038 struct componentname cnp; local
2125 struct componentname cnp; local
[all...]
H A Dsmbfs_vnops.c587 smbfs_create_open(struct smb_share *share, vnode_t dvp, struct componentname *cnp, argument
1300 struct componentname *cnp = ap->a_cnp; local
3577 struct componentname *cnp = ap->a_cnp; local
3710 smbfs_remove(struct smb_share *share, vnode_t dvp, vnode_t vp, struct componentname *cnp, int flags, vfs_context_t context) argument
3872 smbfs_rmdir(struct smb_share *share, vnode_t dvp, vnode_t vp, struct componentname *cnp, vfs_context_t context) argument
4585 struct componentname *cnp = ap->a_cnp; local
5562 struct componentname *cnp = ap->a_cnp; local
[all...]
/macosx-10.9.5/webdavfs-352.92.2/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c521 struct componentname *cnp; local
820 webdav_get( struct mount *mp, vnode_t dvp, int markroot, struct componentname *cnp, opaque_id obj_id, webdav_ino_t obj_fileid, enum vtype obj_vtype, struct webdav_timespec64 obj_atime, struct webdav_timespec64 obj_mtime, struct webdav_timespec64 obj_ctime, struct webdav_timespec64 obj_createtime, off_t obj_filesize, vnode_t *vpp) argument
977 struct componentname *cnp; local
2926 struct componentname *cnp = ap->a_cnp; local
3220 struct componentname *cnp = ap->a_cnp; local
[all...]

Completed in 215 milliseconds

12