1: /*
2: * Copyright (c) 1982, 1986 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)clist.h 7.1 (Berkeley) 6/4/86
7: */
8:
9: /*
10: * Raw structures for the character list routines.
11: */
12: struct cblock {
13: struct cblock *c_next;
14: char c_info[CBSIZE];
15: };
16: #ifdef KERNEL
17: struct cblock *cfree;
18: int nclist;
19: struct cblock *cfreelist;
20: int cfreecount;
21: #endif
Defined variables
cfree
defined in line
17; used 15 times
cfreecount
defined in line
20; used 17 times
- in /usr/src/sys/sys/init_main.c line
294
- in /usr/src/sys/sys/tty_subr.c line
41,
52,
102,
115,
194,
205,
237,
248,
281,
293,
353,
365,
437,
448,
486,
497
cfreelist
defined in line
19; used 35 times
- in /usr/src/sys/sys/init_main.c line
292-293(2)
- in /usr/src/sys/sys/tty_subr.c line
39-40(2),
50-51(2),
100-101(2),
113-114(2),
192-193(2),
203-204(2),
232-236(2),
242-247(2),
278-280(2),
289-292(2),
351-352(2),
363-364(2),
435-436(2),
446-447(2),
467,
481-485(2),
491-496(2)
nclist
defined in line
18; used 10 times
Defined struct's
cblock
defined in line
12; used 94 times
- in line 13-19(6)
- in /usr/src/sys/GENERIC/param.c line
76(2)
- in /usr/src/sys/conf/param.c line
76(2)
- in /usr/src/sys/sys/init_main.c line
287-291(4)
- in /usr/src/sys/sys/tty_subr.c line
24(2),
35-36(4),
47(2),
71(2),
88(2),
97-98(4),
110(2),
173(2),
181-185(4),
226(2),
241(2),
269(2),
288(2),
297(2),
326(2),
338-340(4),
348-349(4),
356-358(6),
410(2),
431-432(4),
443(2),
463(2),
490(2)
- in /usr/src/sys/vax/machdep.c line
114(2)
- in /usr/src/sys/vaxuba/dh.c line
201(2),
610(2)
- in /usr/src/sys/vaxuba/dhu.c line
201(2),
726(2)
- in /usr/src/sys/vaxuba/dmf.c line
253(2),
814(2)
- in /usr/src/sys/vaxuba/dmz.c line
194(2),
327(2)
Usage of this include