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

/xnu-2782.1.97/iokit/IOKit/
H A DIODeviceTreeSupport.h97 unsigned int marker:1; member in struct:IONVRAMDescriptor
/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1214 hdr->marker = 0;
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp9897 * for a match to a substring, and on match it writes the marker & substitution
9907 char marker,
9919 char marker,
9924 /* On a substring match, append the marker (if there is one) and then
9930 if (marker) {
9931 string_out[(*to_index)++] = marker;
9974 subs_entry->substring, /* marker */ '\0', subs_entry->substitute);
9913 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 46 milliseconds