Searched defs:itag (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | kalloc.h | 328 #define kalloc_tag(size, itag) \ argument 331 #define kalloc_tag_bt(size, itag) \ argument 337 #define krealloc_tag_bt(elem, old_size, new_size, flags, itag) \ argument 348 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument 352 #define kheap_alloc_tag_bt(kalloc_heap, size, flags, itag) \ argument 360 #define kheap_realloc_tag_bt(kalloc_heap, elem, old_size, new_size, flags, itag) \ argument 371 #define kalloc_data_tag(size, flags, itag) \ argument 374 #define kalloc_data_tag_bt(size, flags, itag) \ argument 380 #define krealloc_data_tag_bt(elem, old_size, new_size, flags, itag) \ argument 867 #define kallocp_tag_bt(sizep, itag) \ argument
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | ipsec.c | 4706 struct ipsec_tag *itag; in ipsec_addaux() local 4752 struct ipsec_tag *itag) in ipsec_optaux() 4783 struct ipsec_tag *itag; in ipsec_getsocket() local 4799 struct ipsec_tag *itag; in ipsec_addhist() local 4823 struct ipsec_tag *itag; in ipsec_gethist() local 4842 struct ipsec_tag *itag; in ipsec_clearhist() local
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | vm_types.h | 186 #define VM_ALLOC_SITE_STATIC(iflags, itag) \ argument
|