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

/macosx-10.9.5/BootCache-106/
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) {
1786 if (BC_cache->c_mounts[cm_idx].cm_state != CM_READY) {
2227 if (BC_cache->c_mounts[cm_idx].cm_state == CM_READY) {
2938 if (cm->cm_state != CM_READY) {
3051 * Returns 0 if the mount was successfully filled in and cm_state will be CM_READY
3287 cm->cm_state = CM_READY;
[all...]

Completed in 59 milliseconds