|
|
1.1 root 1:
2:
3: suload() COHERENT System Call suload()
4:
5:
6:
7:
8: Unload device driver
9:
10: #include <con.h>
11: iinntt ssuullooaadd(_m_a_j_o_r)
12: iinntt _m_a_j_o_r;
13:
14: The COHERENT system accesses all devices through drivers residing
15: in the system. Except for the root device, drivers must be ex-
16: plicitly loaded before use; this operation does not involve re-
17: booting.
18:
19: suload unloads the driver identified by major, which was
20: previously loaded by a call to sload. This call is restricted to
21: the superuser.
22:
23: ***** Files *****
24:
25: <con.h>
26: /drv/*
27:
28: ***** See Also *****
29:
30: init, l.out.h, ld, load, sload
31:
32: ***** Diagnostics *****
33:
34: suload returns zero upon successful unloading of the appropriate
35: driver, or -1 on errors. It fails if the driver major is not
36: loaded.
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.