| | | |
D |
|
| DDI device mapping |
| | devmap_access - device mapping access entry point ( ) |
| | devmap_contextmgt - device mapping access entry point ( ) |
| | devmap_dup - device mapping duplication entry point ( ) |
| | devmap_map - device mapping access entry point ( ) |
| | devmap_unmap - device mapping unmap entry point ( ) |
| | mapdev_access - device mapping access entry point ( ) |
| | mapdev_dup - device mapping duplication entry point ( ) |
| | mapdev_free - device mapping free entry point ( ) |
|
| dev_info structure, convert device number to - getinfo ( ) |
|
| device access |
| | - close ( ) |
| | - open ( ) |
|
| device mapping access entry point - devmap_access ( ) |
|
| device mapping access entry point - devmap_contextmgt ( ) |
|
| device mapping access entry point - devmap_map ( ) |
|
| device mapping access entry point - mapdev_access ( ) |
|
| device mapping duplication entry point - devmap_dup ( ) |
|
| device mapping duplication entry point - mapdev_dup ( ) |
|
| device mapping free entry point - mapdev_free ( ) |
|
| device mapping unmap entry point - devmap_unmap ( ) |
|
| device number, convert to dev_info structure - getinfo ( ) |
|
| devices |
| | attach to system - attach ( ) |
| | claim to drive a device - identify ( ) |
| | detach from system - detach ( ) |
| | read data - read ( ) |
| | write data to a device - write ( ) |
|
| devices, memory mapped |
| | check virtual mapping - devmap ( ) |
| | check virtual mapping - mmap ( ) |
|
| devices, memory mapping, map device memory into user space - segmap ( ) |
|
| devices, non-self-identifying, determine if present - probe ( ) |
|
| devmap_access - device mapping access entry point ( ) |
|
| devmap_contextmgt - device mapping access entry point ( ) |
|
| devmap_dup - device mapping duplication entry point ( ) |
|
| devmap_map - device mapping access entry point ( ) |
|
| devmap_unmap - device mapping unmap entry point ( ) |
|
| Driver entry point routines |
| | - attach ( ) |
| | - chpoll ( ) |
| | - close ( ) |
| | - detach ( ) |
| | - devmap ( ) |
| | - dump ( ) |
| | -- _fini ( ) |
| | - getinfo ( ) |
| | - identify ( ) |
| | -- _info ( ) |
| | -- _init ( ) |
| | - ioctl ( ) |
| | - mmap ( ) |
| | - open ( ) |
| | - print ( ) |
| | - probe ( ) |
| | - prop_op ( ) |
| | - put ( ) |
| | - read ( ) |
| | - segmap ( ) |
| | - srv ( ) |
| | - strategy ( ) |
| | - write ( ) |
|
| driver messages, display on system console - print ( ) |
|
| driver property information, report -prop_op ( ) |
|
| drivers, character-oriented, - ioctl ( ) |
|
| dump - dump memory to disk during system failure ( ) |
|
| dynamically update kstats - ks_update ( ) |