Lines Matching defs:Conf
52 typedef struct Conf Conf; typedef
415 struct Conf struct
417 ulong nmach; /* processors */
418 ulong mem; /* total physical bytes of memory */
419 ulong nuid; /* distinct uids */
420 ulong nserve; /* server processes */
421 ulong nfile; /* number of fid -- system wide */
422 ulong nwpath; /* number of active paths, derived from nfile */
423 ulong gidspace; /* space for gid names -- derived from nuid */
425 ulong nlgmsg; /* number of large message buffers */
426 ulong nsmmsg; /* number of small message buffers */
428 Off recovcw; /* recover addresses */
429 Off recovro;
430 Off firstsb;
431 Off recovsb;
433 ulong configfirst; /* configure before starting normal operation */
434 char *confdev;
435 char *devmap; /* name of config->file device mapping file */
437 ulong nauth; /* number of Auth structs */
438 uchar nodump; /* no periodic dumps */
439 uchar dumpreread; /* read and compare in dump copy */