Home
last modified time | relevance | path

Searched defs:type (Results 126 – 150 of 339) sorted by relevance

12345678910>>...14

/xnu-8792.41.9/libkern/c++/
H A DOSUnserialize.y110 #define malloc_type(type) kalloc_type(type, Z_WAITOK) argument
122 #define free_type(type, addr) kfree_type(type, addr) argument
/xnu-8792.41.9/tests/
H A Dkevent_pty.c201 redispatch(dispatch_group_t grp, dispatch_source_type_t type, int fd) in redispatch()
H A Dbpflib.c132 bpf_arp_filter(int fd, int type_offset, int type, u_int pkt_size) in bpf_arp_filter()
/xnu-8792.41.9/libkern/os/
H A Dobject.h148 #define OS_OBJECT_GLOBAL_OBJECT(type, object) ((OS_OBJECT_BRIDGE type)&(object)) argument
/xnu-8792.41.9/tools/lldbmacros/
H A Dkasan.py180 def type(self): member in MemObject
215 def type(self): member in AllocHeapMemObject
258 def type(self): member in FreeHeapMemObject
312 def type(self): member in MTEMemObject
/xnu-8792.41.9/osfmk/kern/
H A Dhv_support_kext.c227 #define HV_TRAP_DISPATCH(type, index, target, argument) \ argument
H A Dwaitq.c213 waitq_is_sellink(waitq_type_t type) in waitq_is_sellink()
333 waitq_link_alloc(waitq_type_t type) in waitq_link_alloc()
346 waitq_link_free(waitq_type_t type, waitq_link_t link) in waitq_link_free()
356 waitq_link_free_list(waitq_type_t type, waitq_link_list_t *free_l) in waitq_link_free_list()
1630 waitq_init(waitq_t waitq, waitq_type_t type, int policy) in waitq_init()
1673 waitq_type_t type = waitq_type(waitq); in waitq_deinit() local
H A Dkalloc.c465 #define KALLOC_TYPE_SECTION(type) \ argument
480 #define kalloc_type_var(type, var) \ argument
484 #define kalloc_type_func(type, func, ...) \ argument
740 kalloc_type_view_count(kalloc_type_variant_t type, vm_offset_t start, in kalloc_type_view_count()
873 const kalloc_type_variant_t type, in kalloc_type_view_copy()
935 kalloc_type_view_parse(const kalloc_type_variant_t type) in kalloc_type_view_parse()
1839 vm_address_t type = (ptr >> KALLOC_ARRAY_TYPE_SHIFT) & 0x3; in __kalloc_array_decode() local
/xnu-8792.41.9/osfmk/mach/
H A Drpc.h67 routine_arg_type type; /* Port, Array, etc. */ member
H A Dvm_param.h664 #define CAST_DOWN( type, addr ) \ argument
667 #define CAST_DOWN_EXPLICIT( type, addr ) ( ((type)((uintptr_t) (addr))) ) argument
/xnu-8792.41.9/bsd/miscfs/bindfs/
H A Dbind_subr.c264 enum vtype type = VDIR; in bind_getnewvnode() local
/xnu-8792.41.9/bsd/kern/
H A Dkern_malloc.c94 _MALLOC_external(size_t size, int type, int flags) in _MALLOC_external()
/xnu-8792.41.9/tests/vm/
H A Dapp_swap.c101 create_coalition(int type) in create_coalition()
/xnu-8792.41.9/bsd/sys/
H A Dcdefs.h462 #define __DECONST(type, var) __CAST_AWAY_QUALIFIER(var, const, type) argument
466 #define __DEVOLATILE(type, var) __CAST_AWAY_QUALIFIER(var, volatile, type) argument
470 #define __DEQUALIFY(type, var) __CAST_AWAY_QUALIFIER(var, const volatile, type) argument
973 #define __CAST_AWAY_QUALIFIER(variable, qualifier, type) \ argument
1088 #define __container_of(ptr, type, field) __extension__({ \ argument
H A Dkdebug_kernel.h291 #define KERNEL_DEBUG_CONSTANT_FILTERED(type, x, a, b, c, d, ...) do {} while (0) argument
347 #define KERNEL_DEBUG_CONSTANT_IST(type, x, a, b, c, d, e) \ argument
370 #define KERNEL_DEBUG_CONSTANT_IST(type, x, a, b, c, d, e) do {} while (0) argument
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cprotect.c40 #define PTR_ADD(type, base, offset) (type)((uintptr_t)(base) + (offset)) argument
446 cp_vfs_callback_arg_type_t type; member
/xnu-8792.41.9/bsd/netinet/
H A Dip_icmp.h228 #define ICMP_INFOTYPE(type) \ argument
235 #define ICMP_ERRORTYPE(type) \ argument
/xnu-8792.41.9/bsd/miscfs/nullfs/
H A Dnull_subr.c270 enum vtype type = VDIR; in null_getnewvnode() local
/xnu-8792.41.9/osfmk/arm/
H A Dlocks.h72 unsigned long type; member
/xnu-8792.41.9/iokit/IOKit/
H A DIOStatisticsPrivate.h141 IOStatisticsCounterType type; member
276 setCounterType(IOEventSourceCounter *counter, IOStatisticsCounterType type) in setCounterType()
/xnu-8792.41.9/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp49 #define IOStatisticsAlloc(type, size) \ argument
54 #define IOStatisticsAlloc(type, size) argument
H A DIOPlatformExpert.cpp339 IOPlatformExpert::haltRestart(unsigned int type) in haltRestart()
985 PEHaltRestartInternal(unsigned int type, uint32_t details) in PEHaltRestartInternal()
1105 PEHaltRestart(unsigned int type) in PEHaltRestart()
1860 IODTPlatformExpert::haltRestart(unsigned int type) in haltRestart()
2083 UInt32 type, OSDictionary * properties, in newUserClient()
H A DRootDomainUserClient.cpp149 unsigned long type, in secureSetAggressiveness()
/xnu-8792.41.9/osfmk/i386/
H A Dtrap.c526 int type; in kernel_trap() local
884 int type; in user_trap() local
/xnu-8792.41.9/bsd/netinet6/
H A Dmld6.c2250 mld_v1_transmit_report(struct in6_multi *in6m, const uint8_t type) in mld_v1_transmit_report()
2821 uint8_t type; in mld_v2_enqueue_group_record() local
3618 int type; in mld_dispatch_packet() local
3797 mld_rec_type_to_str(const int type) in mld_rec_type_to_str()

12345678910>>...14