HelenOS sources
ahci_port_is_t 305 uspace/drv/block/ahci/ahci.c static ahci_port_is_t ahci_wait_event(sata_dev_t *sata)
ahci_port_is_t 313 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = sata->event_pxis;
ahci_port_is_t 443 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t 638 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t 739 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t 827 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t 893 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ipc_get_arg2(icall);
ahci_port_is_t 91 uspace/drv/block/ahci/ahci.h ahci_port_is_t event_pxis;
ahci_port_is_t 651 uspace/drv/block/ahci/ahci_hw.h static inline int ahci_port_is_end_of_operation(ahci_port_is_t port_is)
ahci_port_is_t 663 uspace/drv/block/ahci/ahci_hw.h static inline int ahci_port_is_error(ahci_port_is_t port_is)
ahci_port_is_t 675 uspace/drv/block/ahci/ahci_hw.h static inline int ahci_port_is_permanent_error(ahci_port_is_t port_is)
ahci_port_is_t 687 uspace/drv/block/ahci/ahci_hw.h static inline int ahci_port_is_tfes(ahci_port_is_t port_is)
ahci_port_is_t 946 uspace/drv/block/ahci/ahci_hw.h ahci_port_is_t pxis;
HelenOS homepage, sources at GitHub