| | | | |
| I |
| |
| | I/O, block, suspend processes pending completion -- biowait ( ) |
| |
| | I/O, buffer, release buffer and notify processes -- biodone ( ) |
| |
| | I/O, paged request |
| | | allocate virtual address space -- bp_mapin ( ) |
| | | deallocate virtual address space -- bp_mapout ( ) |
| |
| | I/O, physical |
| | | -- minphys ( ) |
| | | -- physio ( ) |
| |
| | I/O error, return -- geterror ( ) |
| |
| | I/O resources |
| | | release I/O resources -- csx_ReleaseIO ( ) |
| | | request I/O resources -- csx_RequestIO ( ) |
| |
| | id32_alloc -- 32-bit driver ID management routines ( ) |
| |
| | id32_free -- 32-bit driver ID management routines ( ) |
| |
| | id32_lookup -- 32-bit driver ID management routines ( ) |
| |
| | inb -- read from an I/O port ( ) |
| |
| | inform the system that a device's component is required. -- ddi_dev_is_needed ( ) |
| |
| | initialize a named kstat -- kstat_named_init ( ) |
| |
| | initialize a buffer structure -- bioinit ( ) |
| |
| | inl -- read from an I/O port ( ) |
| |
| | interrupt handling |
| | | add an interrupt -- ddi_add_intr ( ) |
| | | get interrupt block cookie -- ddi_get_iblock_cookie ( ) |
| | | remove an interrupt -- ddi_remove_intr ( ) |
| |
| | inw -- read from an I/O port ( ) |
| |
| | IOC_CONVERT_FROM -- Determine if there is a need to translate M_IOCTL contents ( ) |
| |
| | IRQ resource |
| | | release IRQ resource -- csx_ReleaseIRQ ( ) |
| | | request IRQ resource -- csx_RequestIRQ ( ) |