Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 165) sorted by relevance

1234567

/xnu-11215/libkern/libkern/c++/
H A DOSEndianTypes.h55 typedef class BigUInt16 BigUInt16;
61 typedef class BigSInt16 BigSInt16;
67 typedef class BigUInt32 BigUInt32;
73 typedef class BigSInt32 BigSInt32;
79 typedef class BigUInt64 BigUInt64;
85 typedef class BigSInt64 BigSInt64;
91 typedef class LittleUInt16 LittleUInt16;
97 typedef class LittleSInt16 LittleSInt16;
103 typedef class LittleUInt32 LittleUInt32;
109 typedef class LittleSInt32 LittleSInt32;
[all …]
H A DOSSerialize.h36 class OSCollection;
37 class OSSet;
38 class OSDictionary;
39 class OSArray;
40 class OSData;
42 class OSSerializer;
45 class OSSerialize;
92 class OSSerialize : public OSObject
95 friend class OSBoolean;
335 class OSSerializer : public OSObject
H A DOSObject.h46 class OSSymbol;
47 class OSString;
48 class OSObject;
174 class OSObject : public OSMetaClassBase
179 friend class IOStatistics;
H A DOSBoolean.h36 class OSString;
37 class OSBoolean;
67 class OSBoolean : public OSObject
70 friend class OSSerialize;
H A DOSMetaClass.h134 class OSMetaClass;
135 class OSObject;
136 class OSString;
137 class OSSymbol;
138 class OSDictionary;
139 class OSSerialize;
141 class OSOrderedSet;
142 class OSCollection;
143 class OSKext;
146 class OSInterface
[all …]
H A DOSCollection.h36 class OSDictionary;
37 class OSCollection;
94 class OSCollection : public OSObject
96 friend class OSCollectionIterator;
H A DOSDictionary.h45 class OSArray;
46 class OSSymbol;
47 class OSString;
48 class OSDictionary;
119 class OSDictionary : public OSCollection
121 friend class OSSerialize;
H A DOSArray.h38 class OSSerialize;
39 class OSArray;
93 class OSArray : public OSCollection
95 friend class OSSet;
96 friend class OSSerialize;
/xnu-11215/libkern/os/
H A Dcpp_util.h30 template <class _T> struct remove_reference {typedef _T type;};
66 template<class _T> struct remove_extent { typedef _T type; };
79 template<class T, class U> struct is_same { static constexpr bool value = false; };
86 template <class _T>
94 template <class T>
104 template <class T>
109 template <class T>
119 template <class T>
129 template <class T>
139 template <class T>
[all …]
H A Datomic.h94 template <class T> using remove_volatile_t = typename std::remove_volatile<T>::type;
96 template <class T>
103 template <class T>
110 template <class T>
117 template <class T>
124 template <class T>
131 template <class T>
/xnu-11215/iokit/IOKit/
H A DIOServicePM.h34 class IOService;
35 class IOServicePM;
36 class IOPowerConnection;
37 class IOWorkLoop;
38 class IOCommandGate;
40 class IOPlatformExpert;
43 class IOPMinformee;
44 class IOPMinformeeList;
45 class IOPMWorkQueue;
46 class IOPMRequest;
[all …]
H A DIOWorkLoop.h44 class IOEventSource;
45 class IOTimerEventSource;
46 class IOCommandGate;
48 class IOExclaveWorkLoopAperture;
58 class IOWorkLoop : public OSObject
280 friend class IOEventSource;
281 friend class IOTimerEventSource;
282 friend class IOCommandGate;
284 friend class IOExclaveWorkLoopAperture;
287 friend class IOStatistics;
H A DIONVRAM.h74 class IODTNVRAMVariables;
75 class IODTNVRAMDiags;
76 class IODTNVRAMPlatformNotifier;
77 class IODTNVRAMFormatHandler;
79 class IODTNVRAM : public IOService
84 friend class IODTNVRAMVariables;
85 friend class IONVRAMCHRPHandler;
86 friend class IONVRAMV3Handler;
H A DIOUserServer.h108 class IOUserServer;
109 class OSUserMetaClass;
110 class OSObject;
111 class IODispatchQueue;
112 class IODispatchSource;
113 class IOInterruptDispatchSource;
114 class IOTimerDispatchSource;
115 class IOUserServerCheckInToken;
157 class IOUserServer : public IOUserClient2022
290 class IOUserServerCheckInToken : public OSObject
[all …]
H A DIOMapper.h52 class OSData;
56 class IOMapper : public IOService
61 friend class IOPlatformExpert;
62 friend class IOMemoryDescriptor;
63 friend class IOGeneralMemoryDescriptor;
H A DIOMemoryCursor.h35 class IOMemoryDescriptor;
56 class IOMemoryCursor : public OSObject
163 class IONaturalMemoryCursor : public IOMemoryCursor
239 class IOBigMemoryCursor : public IOMemoryCursor
316 class IOLittleMemoryCursor : public IOMemoryCursor
/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h96 friend class IOService;
122 friend class IOService;
157 class _IOConfigThread : public OSObject
159 friend class IOService;
176 class _IOServiceJob : public OSObject
178 friend class IOService;
192 class IOResources : public IOService
194 friend class IOService;
211 friend class IOService;
227 friend class IOService;
[all …]
H A DIOHibernateInternal.h45 class IOBufferMemoryDescriptor * ioBuffer;
46 class IOBufferMemoryDescriptor * srcBuffer;
47 class IOBufferMemoryDescriptor * handoffBuffer;
48 class IOMemoryDescriptor * previewBuffer;
/xnu-11215/libsyscall/wrappers/
H A Dopen_dprotected_np.c30 int __open_dprotected_np(const char* path, int flags, int class, int dpflags, int mode);
31 int __openat_dprotected_np(int fd, const char* path, int flags, int class, int dpflags, int mode, i…
34 open_dprotected_np(const char *path, int flags, int class, int dpflags, ...) in open_dprotected_np() argument
49 return __open_dprotected_np(path, flags, class, dpflags, mode); in open_dprotected_np()
53 openat_dprotected_np(int fd, const char *path, int flags, int class, int dpflags, ...) in openat_dprotected_np() argument
68 return __openat_dprotected_np(fd, path, flags, class, dpflags, mode, AUTH_OPEN_NOAUTHFD); in openat_dprotected_np()
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_klib.c66 au_class_t class; member
91 au_class_t class; in au_event_class() local
95 class = 0; in au_event_class()
98 class = evc->class; in au_event_class()
104 return class; in au_event_class()
152 au_evclassmap_insert(au_event_t event, au_class_t class) in au_evclassmap_insert() argument
164 audit_kevent_mask |= class; in au_evclassmap_insert()
177 evc->class = au_class_protect(evc->class, class); in au_evclassmap_insert()
189 evc->class = au_class_protect(0, class); in au_evclassmap_insert()
242 effmask |= (mask_p->am_success & class); in au_preselect()
[all …]
H A Daudit.c453 au_class_t class; in audit_commit() local
539 class = au_event_class(event); in audit_commit()
556 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit()
611 au_class_t class; in audit_syscall_enter() local
655 class = au_event_class(event); in audit_syscall_enter()
757 au_class_t class; in audit_subcall_enter() local
777 class = au_event_class(event); in audit_subcall_enter()
829 au_class_t class; in audit_mach_syscall_enter() local
866 class = au_event_class(event); in audit_mach_syscall_enter()
907 au_class_t class; in audit_proc_coredump() local
[all …]
/xnu-11215/bsd/kern/
H A Duipc_mbuf.c2564 if ((class == MC_MBUF || class == MC_CL || class == MC_BIGCL) in slab_alloc()
2866 VERIFY(m_total(class) >= m_minlimit(class)); in slab_free()
3512 VERIFY(m_total(class) <= m_maxlimit(class)); in mbuf_cslab_alloc()
3893 VERIFY(m_total(class) <= m_maxlimit(class));
4013 VERIFY(class == MC_MBUF || class == MC_CL || class == MC_BIGCL ||
4047 m_total(class) >= m_maxlimit(class)) {
4093 VERIFY(m_total(class) <= m_maxlimit(class));
4162 VERIFY(class == MC_CL || class == MC_BIGCL);
4166 while (m_total(class) < m_minlimit(class)) {
4170 VERIFY(m_total(class) >= m_minlimit(class));
[all …]
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMinformeeList.h32 class IOPMinformee;
33 class IOService;
36 class IOPMinformeeList : public OSObject
39 friend class IOPMinformee;
/xnu-11215/iokit/IOKit/skywalk/
H A DIOSkywalkSupport.h36 class IOMemoryDescriptor;
38 class IOSKArena;
40 class IOSKRegion;
42 class IOSKMapper;
61 class IOMemoryMap;
/xnu-11215/iokit/DriverKit/
H A DOSObject.iig49 class OSObject;
129 class IIG_SERIALIZABLE OSContainer;
245 class IIG_SERIALIZABLE OSData;
246 class IIG_SERIALIZABLE OSNumber;
247 class IIG_SERIALIZABLE OSString;
248 class IIG_SERIALIZABLE OSBoolean;
250 class IIG_SERIALIZABLE OSArray;
251 class IIG_SERIALIZABLE OSSet;
254 class OSMetaClass;
255 class IODispatchQueue;
[all …]

1234567