Home
last modified time | relevance | path

Searched refs:a_tcnp (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h761 struct componentname *a_tcnp; member
811 struct componentname *a_tcnp; member
846 struct componentname *a_tcnp; /* Destination name */ member
1389 struct componentname *a_tcnp; member
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c4777 struct componentname *a_tcnp;
4795 a.a_tcnp = tcnp; in VNOP_RENAME()
4859 struct componentname *a_tcnp;
4878 a.a_tcnp = tcnp; in VNOP_RENAMEX()
4917 a.a_tcnp = tcnp; in VNOP_COMPOUND_RENAME()
5991 struct componentname *a_tcnp;
6007 a.a_tcnp = tcnp; in VNOP_COPYFILE()
H A Dvnode_if.c919 .vdesc_componentname_offset = VOPARG_OFFSETOF(struct vnop_copyfile_args, a_tcnp),
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1077 struct componentname *tcnp = ap->a_tcnp; in devfs_rename()