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

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dfile_module.c345 uint32_t item_val, curr_val, vtype; local
439 curr_val = -1;
440 status = notify_peek(pp->notify_token[vtype], &curr_val);
443 curr_val = ntohl(curr_val);
444 if (item_val != curr_val) return 0;

Completed in 133 milliseconds