Searched refs:APPEND_BUFF (Results 1 – 1 of 1) sorted by relevance
98 #define APPEND_BUFF(b) ({ memcpy(p, b, sizeof(b)); p += sizeof(b); }) in io_emul_stub_setup() macro113 APPEND_BUFF(prologue); in io_emul_stub_setup()132 APPEND_BUFF(epilogue); in io_emul_stub_setup()145 #undef APPEND_BUFF in io_emul_stub_setup()
Completed in 9 milliseconds