Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 162) sorted by relevance

1234567

/xnu-11215/bsd/net/
H A Dnet_str_id.c76 u_int32_t kind, int create) in net_str_id_find_internal() argument
99 if (create == 0) { in net_str_id_find_internal()
119 if (create == 0) { in net_str_id_find_internal()
/xnu-11215/libkern/libkern/c++/
H A DOSValueObject.h99 static OSPtr<OSValueObject> create();
418 OSValueObject<T>::create() in create() function
439 OSSharedPtr<OSValueObject<T> > me = create(); in withValue()
441 OSValueObject<T> * me = create(); in withValue()
/xnu-11215/tools/tests/personas/
H A Dpersona_test_run_src.sh339 ${PERSONA_MGR} create ${spawn_args} > "${TMPDIR}/${file}"
435 ${PERSONA_MGR} create -v -l test1_1 -t guest -i -1 && expect_failure "re-create same name:test1_1 t…
436 ${PERSONA_MGR} create -v -l test1_1 -t managed -i -1 && expect_failure "re-create same name:test1_1…
437 ${PERSONA_MGR} create -v -l test1_1_new -t managed -i $P1ID && expect_failure "re-create $P1ID with…
/xnu-11215/bsd/kern/
H A Dkpi_mbuf_internal.h35 mbuf_tag_id_t * out_id, int create);
/xnu-11215/iokit/IOKit/
H A DIOSyncer.h49 static IOSyncer * create(bool twoRetains = true)
/xnu-11215/tools/lldbmacros/
H A Dkasan.py111 def create(): member in MTEShadowMap
150 def create(): member in ClassicShadowMap
745 def create(): member in ClassicKasan
859 def create(): member in MTESan
860 shadow_map = MTEShadowMap.create()
920 return MTESan.create()
921 return ClassicKasan.create()
/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp2351 IORegistryIterator * create; in iterateOver() local
2360 create = new IORegistryIterator; in iterateOver()
2361 if (create) { in iterateOver()
2362 if (create->init()) { in iterateOver()
2364 create->root = root; in iterateOver()
2365 create->where = &create->start; in iterateOver()
2366 create->start.current = root; in iterateOver()
2367 create->plane = plane; in iterateOver()
2370 create->release(); in iterateOver()
2371 create = NULL; in iterateOver()
[all …]
H A DIOServicePMPrivate.h731 static IOPMRequest * create( void );
762 static IOPMRequestQueue * create( IOService * inOwner, Action inAction );
803 static IOPMWorkQueue * create( IOService * inOwner, Action invoke, Action retire );
829 static IOPMCompletionQueue * create( IOService * inOwner, Action inAction );
H A DIOSyncer.cpp35 IOSyncer * IOSyncer::create(bool twoRetains) in OSDefineMetaClassAndStructors()
/xnu-11215/iokit/DriverKit/
H A DIOWorkGroup.iig10 * may not be used to create, or enable the creation or redistribution of,
49 …* The application will have to first create an workgroup object. The application then should copy …
76 …* @param userClient Userclient to create the workgroup in. The DriverKit runtime will retai…
H A DIOEventLink.iig10 * may not be used to create, or enable the creation or redistribution of,
63 * To configure an eventlink, the application will have to first create an eventlink object
93 …* @param userClient Userclient to create the eventlink in. The DriverKit runtime will retai…
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c884 nx_fsw_na_find_log(const struct chreq *chr, boolean_t create) in nx_fsw_na_find_log() argument
893 chr->cr_endpoint, create, (strlcmp(chr->cr_name, in nx_fsw_na_find_log()
911 struct nexus_adapter **na, boolean_t create) in nx_fsw_na_find() argument
923 nx_fsw_na_find_log(chr, create); in nx_fsw_na_find()
935 if (!create) { in nx_fsw_na_find()
/xnu-11215/libsyscall/mach/
H A Dprocessor.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Drestartable.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dprocessor_set.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dexc.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dmach_vm.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dhost_priv.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dmach_eventlink.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dmach_port.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dclock.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dtask.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dhost_security.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dmach_voucher.defs10 * may not be used to create, or enable the creation or redistribution of,
H A Dclock_priv.defs10 * may not be used to create, or enable the creation or redistribution of,

1234567