Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/pexpert/gen/
H A Ddevice_tree.c476 SecureDTGetPropertyInternal(const DTEntry entry, const char *propertyName, void const **propertyVal… in SecureDTGetPropertyInternal()
506 SecureDTGetProperty(const DTEntry entry, const char *propertyName, void const **propertyValue, unsi… in SecureDTGetProperty()
513 SecureDTGetPropertyRegion(const DTEntry entry, const char *propertyName, void const **propertyValue… in SecureDTGetPropertyRegion()
/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c837 ml_readprop(const DTEntry entry, const char *propertyName, uint64_t default_value) in ml_readprop()
863 ml_read_reg_range(const DTEntry entry, const char *propertyName, uint64_t *pa_ptr, uint64_t *len_pt… in ml_read_reg_range()
/xnu-8020.140.41/iokit/Kernel/
H A DIOUserServer.cpp532 IOService::RemoveProperty_Impl(OSString * propertyName) in RemoveProperty_Impl()