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

/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h97 unsigned int marker:1; member in struct:IONVRAMDescriptor
/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1213 hdr->marker = 0;
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp10256 * for a match to a substring, and on match it writes the marker & substitution
10266 char marker,
10278 char marker,
10283 /* On a substring match, append the marker (if there is one) and then
10289 if (marker) {
10290 string_out[(*to_index)++] = marker;
10333 subs_entry->substring, /* marker */ '\0', subs_entry->substitute);
10272 substitute( const char * scan_string, char * string_out, uint32_t * to_index, uint32_t * from_index, const char * substring, char marker, char substitution) argument

Completed in 96 milliseconds