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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIODeviceTreeSupport.h97 unsigned int marker:1; member in struct:IONVRAMDescriptor
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1202 hdr->marker = 0;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp9917 * for a match to a substring, and on match it writes the marker & substitution
9927 char marker,
9939 char marker,
9944 /* On a substring match, append the marker (if there is one) and then
9950 if (marker) {
9951 string_out[(*to_index)++] = marker;
9994 subs_entry->substring, /* marker */ '\0', subs_entry->substitute);
9933 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 59 milliseconds