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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c69 #define ATTR_CMN_ERROR 0x20000000 macro
333 {ATTR_CMN_ERROR, 0, sizeof(uint32_t)},
502 {ATTR_CMN_ERROR, 0, sizeof(uint32_t), 0},
537 {ATTR_CMN_ERROR, 0, sizeof(uint32_t), 0},
1045 if ((alp->commonattr & ATTR_CMN_ERROR) &&
1048 ab.actual.commonattr |= ATTR_CMN_ERROR;
1714 if ((al.commonattr & ATTR_CMN_ERROR) &&
1717 ab.actual.commonattr |= ATTR_CMN_ERROR;

Completed in 19 milliseconds