Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 419) sorted by relevance

12345678910>>...17

/xnu-12377.61.12/tests/ !
H A Dkevent_pty.c201 redispatch(dispatch_group_t grp, dispatch_source_type_t type, int fd) in redispatch()
/xnu-12377.61.12/osfmk/kdp/ !
H A Dcore_notes.h40 …uint32_t type; // 0 == unspecified, 1 == kernel, 2 == user process, 3 == standalone (ie F… member
/xnu-12377.61.12/libkern/os/ !
H A Dobject.h148 #define OS_OBJECT_GLOBAL_OBJECT(type, object) ((OS_OBJECT_BRIDGE type)&(object)) argument
/xnu-12377.61.12/bsd/vfs/ !
H A Dvfs_cprotect.c41 #define PTR_ADD(type, base, offset) (type)((uintptr_t)(base) + (offset)) argument
421 cp_vfs_callback_arg_type_t type; member
/xnu-12377.61.12/osfmk/ipc/ !
H A Dipc_object.c387 mach_port_type_t type = MACH_PORT_TYPE_DEAD_NAME; in ipc_object_alloc_dead() local
473 ipc_object_type_t type) in ipc_object_validate()
H A Dipc_policy.h499 ipc_space_has_telemetry_type(ipc_space_t is, uint8_t type) in ipc_space_has_telemetry_type()
/xnu-12377.61.12/tools/lldbmacros/ !
H A Dkasan.py179 def type(self): member in MemObject
215 def type(self): member in HeapMemObject
270 def type(self): member in VMMemObject
345 def type(self): member in MTEMemObject
/xnu-12377.61.12/tests/sched/ !
H A Dcluster_bound_threads.c38 char type = (char)arg; in spin_bound_thread() local
/xnu-12377.61.12/bsd/miscfs/bindfs/ !
H A Dbind_subr.c264 enum vtype type = VDIR; in bind_getnewvnode() local
/xnu-12377.61.12/tests/unit/mocks/fibers/ !
H A Drwlock.c427 fibers_rwlock_assert(fibers_rwlock_t *rwlock, unsigned int type) in fibers_rwlock_assert()
/xnu-12377.61.12/osfmk/kern/ !
H A Dhv_support_kext.c227 #define HV_TRAP_DISPATCH(type, index, target, argument) \ argument
H A Dcoalition.c104 coal_type_str(int type) in coal_type_str()
117 int type; member
282 uint32_t type; member
1329 coalition_create_internal(int type, int role, boolean_t privileged, boolean_t efficient, coalition_… in coalition_create_internal()
1608 task_is_in_privileged_coalition(task_t task, int type) in task_is_in_privileged_coalition()
2029 coalition_remove_task_internal(task_t task, int type) in coalition_remove_task_internal()
2373 coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, size_t list_sz) in coalitions_get_list()
2521 i_get_list_footprint(queue_t list, int type, int *ntasks) in i_get_list_footprint()
/xnu-12377.61.12/tests/vm/ !
H A Dapp_swap.c101 create_coalition(int type) in create_coalition()
/xnu-12377.61.12/osfmk/mach/ !
H A Drpc.h67 routine_arg_type type; /* Port, Array, etc. */ member
/xnu-12377.61.12/bsd/netinet/ !
H A Dip_icmp.h228 #define ICMP_INFOTYPE(type) \ argument
235 #define ICMP_ERRORTYPE(type) \ argument
/xnu-12377.61.12/bsd/kern/ !
H A Dkern_malloc.c97 _MALLOC_external(size_t size, int type, int flags) in _MALLOC_external()
/xnu-12377.61.12/bsd/miscfs/nullfs/ !
H A Dnull_subr.c270 enum vtype type = VDIR; in null_getnewvnode() local
/xnu-12377.61.12/iokit/Kernel/ !
H A DIOBufferMemoryDescriptor.cpp51 #define IOStatisticsAlloc(type, size) \ argument
56 #define IOStatisticsAlloc(type, size) argument
H A DIOPlatformExpert.cpp339 IOPlatformExpert::haltRestart(unsigned int type) in haltRestart()
998 PEHaltRestartInternal(unsigned int type, uint32_t details) in PEHaltRestartInternal()
1118 PEHaltRestart(unsigned int type) in PEHaltRestart()
1906 IODTPlatformExpert::haltRestart(unsigned int type) in haltRestart()
2129 UInt32 type, OSDictionary * properties, in newUserClient()
/xnu-12377.61.12/iokit/IOKit/ !
H A DIOStatisticsPrivate.h141 IOStatisticsCounterType type; member
276 setCounterType(IOEventSourceCounter *counter, IOStatisticsCounterType type) in setCounterType()
/xnu-12377.61.12/bsd/sys/ !
H A Dkdebug_kernel.h292 #define KERNEL_DEBUG_CONSTANT_FILTERED(type, x, a, b, c, d, ...) do {} while (0) argument
348 #define KERNEL_DEBUG_CONSTANT_IST(type, x, a, b, c, d, e) \ argument
371 #define KERNEL_DEBUG_CONSTANT_IST(type, x, a, b, c, d, e) do {} while (0) argument
/xnu-12377.61.12/bsd/netinet6/ !
H A Dmld6.c2317 mld_v1_transmit_report(struct in6_multi *in6m, const uint8_t type) in mld_v1_transmit_report()
2883 uint8_t type; in mld_v2_enqueue_group_record() local
3681 int type; in mld_dispatch_packet() local
3856 mld_rec_type_to_str(const int type) in mld_rec_type_to_str()
/xnu-12377.61.12/libkern/kxld/ !
H A Dkxld_sym.h51 uint8_t type; member
/xnu-12377.61.12/libkern/libkern/ !
H A DOSAtomic.h58 #define __SAFE_CAST_PTR(type, var) \ argument
/xnu-12377.61.12/security/ !
H A Dmac_socket.c167 mac_socket_check_create(kauth_cred_t cred, int domain, int type, int protocol) in mac_socket_check_create()

12345678910>>...17