Searched refs:aDIR (Results 1 – 5 of 5) sorted by relevance
159 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()
112 dp.d_type = (fattr.attributes & aDIR) ? DT_DIR : DT_REG; in nwfs_readvdir()
234 if ((create_attributes & aDIR) != 0) { in ncp_open_create_file_or_subdir()
634 cnp->cn_nameptr, OC_MODE_CREATE, aDIR, 0xffff,
218 #define aDIR (ntohl(0x10000000)) macro