Home
last modified time | relevance | path

Searched refs:aDIR (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/fs/nwfs/
Dnwfs_node.c159 if (fap == NULL || ((fap->attributes & aDIR) == 0 && dvp == NULL)) in nwfs_allocvp()
183 vp->v_type = np->n_attr & aDIR ? VDIR : VREG; in nwfs_allocvp()
Dnwfs_io.c112 dp.d_type = (fattr.attributes & aDIR) ? DT_DIR : DT_REG; in nwfs_readvdir()
Dnwfs_subr.c234 if ((create_attributes & aDIR) != 0) { in ncp_open_create_file_or_subdir()
Dnwfs_vnops.c634 cnp->cn_nameptr, OC_MODE_CREATE, aDIR, 0xffff,
/freebsd-9-stable/sys/netncp/
Dncp.h218 #define aDIR (ntohl(0x10000000)) macro