Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/bsd/kern/
H A Dkpi_mbuf.c1574 mbuf_get_driver_scratch(mbuf_t m, u_int8_t **area, size_t *area_len) in mbuf_get_driver_scratch() argument
1576 if (m == NULL || area == NULL || area_len == NULL || in mbuf_get_driver_scratch()
1581 *area_len = m_scratch_get(m, area); in mbuf_get_driver_scratch()
/xnu-10063.141.1/osfmk/tests/
H A DREADME.md33 …tions ```osfmk/tests/``` and ```bsd/tests``` where you can add tests based on your area of testing.
/xnu-10063.141.1/bsd/sys/
H A Dkpi_mbuf.h1740 extern errno_t mbuf_get_driver_scratch(mbuf_t m, u_int8_t **area,
/xnu-10063.141.1/osfmk/mach/
H A Dvm_map.defs238 * overwrite the area pointed to by data - which must
H A Dmach_vm.defs275 * overwrite the area pointed to by data - which must
/xnu-10063.141.1/makedefs/
H A DMakeInc.def450 # from the base address of the kasan shadow area, (e.g. for x86_64 solve the following equation:
/xnu-10063.141.1/tests/
H A Dstackshot_tests.m2755 /* copy the data after the compressed area */