HelenOS sources

ahci_port_is_t    311 uspace/drv/block/ahci/ahci.c static ahci_port_is_t ahci_wait_event(sata_dev_t *sata)
ahci_port_is_t    319 uspace/drv/block/ahci/ahci.c 	ahci_port_is_t pxis = sata->event_pxis;
ahci_port_is_t    449 uspace/drv/block/ahci/ahci.c 	ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t    644 uspace/drv/block/ahci/ahci.c 	ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t    745 uspace/drv/block/ahci/ahci.c 	ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t    833 uspace/drv/block/ahci/ahci.c 	ahci_port_is_t pxis = ahci_wait_event(sata);
ahci_port_is_t    900 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