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

/macosx-10.10/BootCache-109/
H A Dkext.c252 #define CM_READY (1) /* every field is valid. Mounted and ready to go */ macro
699 if (BC_cache->c_mounts[i].cm_state == CM_READY) {
732 if (cm->cm_state != CM_READY) {
1169 if (cm->cm_state != CM_READY) {
1214 if (cm->cm_state != CM_READY) {
1792 if (BC_cache->c_mounts[cm_idx].cm_state != CM_READY) {
2233 if (BC_cache->c_mounts[cm_idx].cm_state == CM_READY) {
2944 if (cm->cm_state != CM_READY) {
3057 * Returns 0 if the mount was successfully filled in and cm_state will be CM_READY
3293 cm->cm_state = CM_READY;
[all...]

Completed in 86 milliseconds