Name | Summary | Discussed | Versions |
---|---|---|---|
close(D2) | Notify driver of final close of minor device. | page 149 | SV, 5.3 |
devflag(D1) | Show driver attributes to lboot. | page 140 | SV*, 5.3* |
halt(D2) | Notify driver of system shutdown. | page 168 | SV, 5.3 |
info(D1) | Show driver entries to STREAMS interface. | page 542 | SV, 5.3 |
init(D2) | Initialize driver early in system startup. | page 144 | SV*, 5.3 |
intr(D2) | Notify driver of device interrupt. | page 164 | SV, 5.3 |
ioctl(D2) | Call driver to implement ioctl() call. | page 150 | SV*, 5.3 |
map(D2) | Call driver to implement IRIX mmap(). | page 159 | 5.3 |
mmap(D2) | Call driver to implement mmap(). | page 161 | SV*, 5.3 |
open(D2) | Call driver to open a device. | page 146 | SV, 5.3 |
print(D2) | Call block driver to display filesystem error. | page 169 | SV, 5.3 |
put(D2) | Call STREAMS driver to receive message. | page 544 | SV, 5.3 |
read(D2) | Call character driver to read data. | page 152 | SV, 5.3 |
size(D2) | Call block driver to get device capacity. | page 169 | SV, 5.3 |
srv(D2) | Call driver to service queued messages. | page 545 | SV, 5.3 |
start(D2) | Initialize driver late in system startup. | page 145 | SV, 5.3 |
strategy(D2) | Call block driver to read or write data. | page 154 | SV*, 5.3 |
unload(D2) | Call loadable driver prior to unloading it. | page 167 | 5.3 |
unmap(D2) | Call driver to notify it of unmap() call. | page 162 | 5.3 |
write(D2) | Call character driver to write data. | page 152 | SV, 5.3 |
The following reference pages have overview information on exported names: intro(D1), intro(D2), and prefix(D1).
Note: The following SVR4 exported names are not used in IRIX drivers: chpoll, _load, and _unload. The latter is replaced by pfxload() without the leading underscore.