Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c1563 mbuf_get_driver_scratch(mbuf_t m, u_int8_t **area, size_t *area_len) in mbuf_get_driver_scratch() argument
1565 if (m == NULL || area == NULL || area_len == NULL || in mbuf_get_driver_scratch()
1570 *area_len = m_scratch_get(m, area); in mbuf_get_driver_scratch()
/xnu-8020.140.41/osfmk/tests/
H A DREADME.md33 …tions ```osfmk/tests/``` and ```bsd/tests``` where you can add tests based on your area of testing.
/xnu-8020.140.41/bsd/sys/
H A Dkpi_mbuf.h1731 extern errno_t mbuf_get_driver_scratch(mbuf_t m, u_int8_t **area,
/xnu-8020.140.41/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-8020.140.41/makedefs/
H A DMakeInc.def448 # from the base address of the kasan shadow area, (e.g. solve the following equation:
/xnu-8020.140.41/tests/
H A Dstackshot_tests.m2324 /* copy the data after the compressed area */