Home
last modified time | relevance | path

Searched refs:tpt_buf (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.121.3/osfmk/kern/
H A Dexclaves_tests.c180 tb_transport_message_buffer_t tpt_buf = NULL; in exclaves_hello_tightbeam_test() local
183 tpt_buf = kalloc_type(struct tb_transport_message_buffer_s, in exclaves_hello_tightbeam_test()
192 tpt_buf, strlen(hello), 0); in exclaves_hello_tightbeam_test()
245 kfree_type(struct tb_transport_message_buffer_s, tpt_buf); in exclaves_hello_tightbeam_test()
H A Dexclaves_driverkit.c608 tb_transport_message_buffer_t tpt_buf = NULL; in hello_driverkit_interrupts() local
611 tpt_buf = kalloc_type(struct tb_transport_message_buffer_s, in hello_driverkit_interrupts()
617 tpt_buf, sizeof(uint8_t), 0); in hello_driverkit_interrupts()
661 kfree_type(struct tb_transport_message_buffer_s, tpt_buf); in hello_driverkit_interrupts()