Searched refs:ahci_setup_command (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/lib/ahci/
H A Dahci_internal.h21 errval_t ahci_setup_command(int *command, struct ahci_port_info *port,
H A Dahci_util.c78 errval_t ahci_setup_command(int *command, struct ahci_port_info *port, function
82 AHCI_DEBUG("ahci_setup_command(%p, %p, %p, %zu, %zu, %d): entering\n",
117 AHCI_DEBUG("ahci_setup_command: exiting\n");
H A Dahci.c427 err = ahci_setup_command(&command, port, fis, fis_length, num_prds, is_write);
429 DEBUG_ERR(err, "ahci_setup_command failed");
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dlibahci.tex145 \newcommand{\setupcmd}{\lstinline+ahci_setup_command+\xspace} First off

Completed in 40 milliseconds