Lines Matching defs:Conf
13 typedef struct Conf Conf; typedef
67 struct Conf struct
69 ulong nmach; /* processors */
70 ulong nproc; /* processes */
71 ulong monitor; /* has monitor? */
72 ulong npage0; /* total physical pages of memory */
73 ulong npage1; /* total physical pages of memory */
74 ulong npage; /* total physical pages of memory */
75 ulong upages; /* user page pool */
76 ulong nimage; /* number of page cache image headers */
77 ulong nswap; /* number of swap pages */
78 int nswppo; /* max # of pageouts per segment pass */
79 ulong base0; /* base of bank 0 */
80 ulong base1; /* base of bank 1 */
81 ulong copymode; /* 0 is copy on write, 1 is copy on reference */
82 ulong ialloc; /* max interrupt time allocation in bytes */
83 ulong pipeqsize; /* size in bytes of pipe queues */
84 int nuart; /* number of uart devices */