HelenOS sources
ahci_port_is_t 315 uspace/drv/block/ahci/ahci.c static ahci_port_is_t ahci_wait_event(sata_dev_t *sata)
ahci_port_is_t 323 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = sata->event_pxis;
ahci_port_is_t 453 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t 648 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t 749 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t 837 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t 903 uspace/drv/block/ahci/ahci.c ahci_port_is_t pxis = ipc_get_arg2(icall);
ahci_port_is_t 93 uspace/drv/block/ahci/ahci.h ahci_port_is_t event_pxis;
ahci_port_is_t 652 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 664 uspace/drv/block/ahci/ahci_hw.h static inline int ahci_port_is_error(ahci_port_is_t port_is)
ahci_port_is_t 676 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 688 uspace/drv/block/ahci/ahci_hw.h static inline int ahci_port_is_tfes(ahci_port_is_t port_is)
ahci_port_is_t 947 uspace/drv/block/ahci/ahci_hw.h ahci_port_is_t pxis;
HelenOS homepage, sources at GitHub