Searched refs:ahci_close_cb (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs_ata.c97 ahci_close_cb(void *arg) function
131 err = ahci_close(h->ahci_binding, MKCLOSURE(ahci_close_cb, h));
H A Dvfs_blockdevfs_ahci.c83 static void ahci_close_cb(void *arg) function
93 errval_t err = ahci_close(h->binding, MKCLOSURE(ahci_close_cb, h));
H A Dvfs_fat.c1061 ahci_close_cb(void *arg) function
1365 errval_t err2 = ahci_close(mount->ahci_binding, MKCLOSURE(ahci_close_cb, &closed));

Completed in 47 milliseconds