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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c164 uint32_t scan_to_index = 0; local
178 &scan_to_index, &scan_from_index,
200 &scan_to_index, &scan_from_index,
206 identifier_out[scan_to_index++] = identifier[scan_from_index++];
210 identifier_out[scan_to_index] = '\0';
212 *identifier_out_end = &identifier_out[scan_to_index];

Completed in 24 milliseconds