Home
last modified time | relevance | path

Searched refs:post_cb (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dahci.c739 if (opts->post_cb) { in ahci_exec()
740 rc = opts->post_cb(ahci, cmd, opts); in ahci_exec()
981 .post_cb = copy_buffer, in ahci_atapi_get_sense()
H A Dahci.h491 int (*post_cb)(AHCIQState*, AHCICommand*, const struct AHCIOpts *); member
/qemu/tests/qtest/
H A Dahci-test.c1579 .post_cb = ahci_cb_cmp_buff, in ahci_test_cdrom()