LIST OF ENTRY POINTS
Name Description
aread(9E) asynchronous read from a device
attach(9E) attach a device to the system
awrite(9E) asynchronous write to a device
chpoll(9E) poll entry point for a non-STREAMS character driver
close(9E) relinquish access to a device
detach(9E) detach a device
dump(9E) dump memory to device during system failure
_fini(9E) loadable module configuration entry points
getinfo(9E) get device driver information
identify(9E) determine if a driver is associated with a device
_info(9E) See _fini(9E)
_init(9E) See _fini(9E)
ioctl(9E) control a character device
ks_update(9E) dynamically update kstats
mapdev_access(9E) device mapping access entry point
mapdev_dup(9E) device mapping duplication entry point
mapdev_free(9E) device mapping free entry point
mmap(9E) check virtual mapping for memory mapped device
open(9E) gain access to a device
print(9E) display a driver message on system console
probe(9E) determine if a non-self-identifying device is present
prop_op(9E) report driver property information
put(9E) receive messages from the preceding queue
read(9E) read data from a device
segmap(9E) map device memory into user space
srv(9E) service queued messages
strategy(9E) perform block I/O
tran_abort(9E) abort a SCSI command
tran_destroy_pkt(9E) See tran_init_pkt(9E)
tran_dmafree(9E) SCSI HBA DMA deallocation entry point
tran_getcap(9E) get/set SCSI transport capability
tran_init_pkt(9E) SCSI HBA packet preparation and deallocation
tran_reset(9E) reset a SCSI bus or target
tran_reset_notify(9E) request to notify SCSI target of bus reset
tran_setcap(9E) See tran_getcap(9E)
tran_start(9E) request to transport a SCSI command
tran_sync_pkt(9E) SCSI HBA memory synchronization entry point
tran_tgt_free(9E) request to free HBA resources allocated on behalf of a target
tran_tgt_init(9E) request to initialize HBA resources on behalf of a particular target
tran_tgt_probe(9E) request to probe SCSI bus for a particular target
write(9E) write data to a device
SunOS 5.5.1