Home
last modified time | relevance | path

Searched refs:editRef (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSSerialize.h119 void * editRef; variable
/xnu-11215/libkern/c++/
H A DOSSerializeBinary.cpp67 me->editRef = reference; in binaryWithCapacity()
254 dictValue = nvalue = (*editor)(editRef, this, dict, dictKey, dictValue); in binarySerializeInternal()
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp3859 void * editRef = NULL; in is_io_registry_entry_get_properties_bin_buf() local
3867 editRef = &ref; in is_io_registry_entry_get_properties_bin_buf()
3874 s = OSSerialize::binaryWithCapacity(4096, editor, editRef); in is_io_registry_entry_get_properties_bin_buf()