Home
last modified time | relevance | path

Searched refs:area (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dkasan.py425 area = 32 * 1024
451 it = self._sm.iterator(self._sm.prev_addr(addr), area, -1)
463 it = self._sm.iterator(addr, area)
/xnu-12377.41.6/osfmk/tests/
H A DREADME.md33 …tions ```osfmk/tests/``` and ```bsd/tests``` where you can add tests based on your area of testing.
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c1733 mbuf_get_driver_scratch(mbuf_t m, u_int8_t **area, size_t *area_len) in mbuf_get_driver_scratch() argument
1735 if (m == NULL || area == NULL || area_len == NULL || in mbuf_get_driver_scratch()
1740 *area_len = m_scratch_get(m, area); in mbuf_get_driver_scratch()
/xnu-12377.41.6/bsd/sys/
H A Dkpi_mbuf.h1916 extern errno_t mbuf_get_driver_scratch(mbuf_t m, u_int8_t **area,
/xnu-12377.41.6/osfmk/mach/
H A Dvm_map.defs242 * overwrite the area pointed to by data - which must
H A Dmach_vm.defs279 * overwrite the area pointed to by data - which must
/xnu-12377.41.6/makedefs/
H A DMakeInc.def652 # from the base address of the kasan shadow area, (e.g. for x86_64 solve the following equation:
/xnu-12377.41.6/tests/
H A Dstackshot_tests.m3156 /* copy the data after the compressed area */