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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp10318 subs_entry_t * subs_entry = NULL; local
10327 for (subs_entry = &kext_identifier_prefix_subs[0];
10328 subs_entry->substring && !did_sub;
10329 subs_entry++) {
10333 subs_entry->substring, /* marker */ '\0', subs_entry->substitute);
10349 for (subs_entry = &kext_identifier_substring_subs[0];
10350 subs_entry->substring && !did_sub;
10351 subs_entry++) {
10355 subs_entry
[all...]

Completed in 192 milliseconds