Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/tools/lldbmacros/tests/lldbmock/
H A Dmemorymock.py174 def __set__(self, instance, value): argument
185 def __get__(self, instance, owner = None): argument
190 def __delete__(self, instance): argument
264 def __set__(self, instance, value): argument
285 def __get__(self, instance, owner = None): argument
352 def __set__(self, instance, value): argument
358 def __get__(self, instance, owner = None): argument
364 def __delete__(self, instance): argument
375 def setProxy(self, instance, proxy): argument
/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp1045 OSMetaClass::addInstance(const OSObject * instance, bool super) const in addInstance() argument
1065 OSMetaClass::removeInstance(const OSObject * instance, bool super) const in removeInstance() argument
1571 OSMetaClass::trackedDelete(void * instance, size_t size) in trackedDelete()
1598 OSMetaClass::trackedAccumSize(OSObject * instance, size_t size) const in trackedAccumSize()
H A DOSSymbol.cpp187 OSSymbolPool::instance() in instance() function in OSSymbolPool
/xnu-11215/iokit/Kernel/
H A DIOKitDebug.cpp908 IOTracking * instance; in IOTrackingAddressCompare() local
987 IOTracking * instance; in IOTrackingLeakScan() local
1126 IOTracking * instance; in IOTrackingLeaks() local
1251 IOTracking * instance; in IOTrackingDebug() local
/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation_kern.c1639 #define IMPL_MAP_FN_START_SIZE(map_fn, instance) \ argument
1646 #define IMPL_MAP_FN_HINT_SIZE(map_fn, instance) … argument
1653 #define IMPL_MAP_FN_START_SIZE_OFFSET_OBJECT(map_fn, instance) … argument
1660 #define IMPL_MAP_FN_START_SIZE_INHERIT(map_fn, instance) … argument
1667 #define IMPL_MAP_FN_START_SIZE_FLAGS(map_fn, instance) … argument
1674 #define IMPL_MAP_FN_PROT_PAIRS(map_fn, instance) \ argument
H A Dvm_parameter_validation.h3882 #define IMPL_REMAP_FN_HELPER(remap_fn, instance, type, ...) … argument
3889 #define IMPL_REMAP_FN_SRC_SIZE(remap_fn, instance) IMPL_REMAP_FN_HELPER(remap_fn, instance, src_siz… argument
3890 #define IMPL_REMAP_FN_DST_SIZE(remap_fn, instance) IMPL_REMAP_FN_HELPER(remap_fn, instance, dst_siz… argument
3891 #define IMPL_REMAP_FN_SRC_DST_SIZE(remap_fn, instance) IMPL_REMAP_FN_HELPER(remap_fn, instance, src… argument
3892 #define IMPL_REMAP_FN_SRC_SIZE_INHERIT(remap_fn, instance) IMPL_REMAP_FN_HELPER(remap_fn, instance,… argument
3893 #define IMPL_REMAP_FN_SRC_SIZE_FLAGS(remap_fn, instance) IMPL_REMAP_FN_HELPER(remap_fn, instance, f… argument
3894 #define IMPL_REMAP_FN_PROT_PAIRS(remap_fn, instance) IMPL_REMAP_FN_HELPER(remap_fn, instance, prot_… argument
/xnu-11215/bsd/net/
H A Dif_headless.c942 uuid_t * provider, uuid_t * instance) in create_netif_provider_and_instance()
1041 detach_provider_and_instance(uuid_t provider, uuid_t instance) in detach_provider_and_instance()
H A Dif_redirect.c1030 uuid_t *provider, uuid_t *instance) in create_netif_provider_and_instance()
1120 detach_provider_and_instance(uuid_t provider, uuid_t instance) in detach_provider_and_instance()
H A Dif_media.h331 #define IFM_MAKEWORD(type, subtype, options, instance) \ argument
H A Dif_utun.c996 utun_detach_provider_and_instance(uuid_t provider, uuid_t instance) in utun_detach_provider_and_instance()
1054 uuid_t *provider, uuid_t *instance) in utun_create_fs_provider_and_instance()
H A Dif_fake.c2622 uuid_t * provider, uuid_t * instance) in create_netif_provider_and_instance()
3189 uuid_t * provider, uuid_t * instance) in create_netif_llink_provider_and_instance()
3348 detach_provider_and_instance(uuid_t provider, uuid_t instance) in detach_provider_and_instance()
H A Dif_ipsec.c1943 ipsec_detach_provider_and_instance(uuid_t provider, uuid_t instance) in ipsec_detach_provider_and_instance()
2001 uuid_t *provider, uuid_t *instance) in ipsec_create_fs_provider_and_instance()
H A Ddlil.c694 const char *func_str, uuid_t instance, uuid_t device) in dlil_detach_nexus_instance()
720 dlil_detach_nexus(const char *func_str, uuid_t provider, uuid_t instance, in dlil_detach_nexus()
745 nexus_type_t type, ifnet_t ifp, uuid_t *provider, uuid_t *instance, in dlil_create_provider_and_instance()
/xnu-11215/tests/vm/
H A Dvm_parameter_validation.c955 #define IMPL_MAP_FN_START_SIZE(map_fn, instance) \ argument
962 #define IMPL_MAP_FN_HINT_SIZE(map_fn, instance) … argument
969 #define IMPL_MAP_FN_START_SIZE_OFFSET_OBJECT(map_fn, instance) … argument
976 #define IMPL_MAP_FN_START_SIZE_INHERIT(map_fn, instance) … argument
983 #define IMPL_MAP_FN_START_SIZE_FLAGS(map_fn, instance) … argument
990 #define IMPL_MAP_FN_PROT_PAIRS(map_fn, instance) \ argument
/xnu-11215/tests/skywalk/
H A Dskywalk_test_utils.c1640 sktu_channel_port_init(channel_port_t ch_port, uuid_t instance, in sktu_channel_port_init()