Home
last modified time | relevance | path

Searched refs:closed (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/bsd/sys/
H A Dubc_internal.h240 typedef enum __attribute__((enum_extensibility(closed), flag_enum)) : uint8_t {
H A Dcdefs.h1249 #define __enum_closed __attribute__((__enum_extensibility__(closed)))
/xnu-11215/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h161 #define __OS_ENUM_ATTR_CLOSED __attribute__((enum_extensibility(closed)))
/xnu-11215/libkern/os/
H A Dbase.h162 #define __OS_ENUM_ATTR_CLOSED __attribute__((enum_extensibility(closed)))
/xnu-11215/doc/lifecycle/
H A Dhibernation.md149 closed.
235 * The polling driver is closed down and regular wake proceeds.
238 * The hibernation file is closed via BSD.
/xnu-11215/iokit/IOKit/
H A DIOUserClient.h250 UInt8 closed; variable
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp1851 if (uc->sharedInstance || !uc->closed) { in iokit_task_terminate_phase2()
1951 if (sharedInstance || OSCompareAndSwap8(0, 1, &closed)) { in OSDefineMetaClassAndAbstractStructors()
4578 if (client->sharedInstance || OSCompareAndSwap8(0, 1, &client->closed)) { in is_io_service_close()