Lines Matching refs:uint16_t

97     uint16_t	sv2_users;	/* max number of users allowed */
98 uint16_t sv2_disc; /* auto-disconnect timeout(in minutes) */
100 uint16_t sv2_security; /* SV_USERSECURITY or SV_SHARESECURITY */
101 uint16_t sv2_auditing; /* 0 = no auditing; nonzero = auditing */
103 uint16_t sv2_numadmin; /* max number of administrators allowed */
104 uint16_t sv2_lanmask; /* bit mask representing the srv'd nets */
105 uint16_t sv2_hidden; /* 0 = visible; nonzero = hidden */
106 uint16_t sv2_announce; /* visible server announce rate (sec) */
107 uint16_t sv2_anndelta; /* announce randomize interval (sec) */
112 uint16_t sv2_chdevs; /* max # shared character devices */
113 uint16_t sv2_chdevq; /* max # character device queues */
114 uint16_t sv2_chdevjobs; /* max # character device jobs */
115 uint16_t sv2_connections; /* max # of connections */
116 uint16_t sv2_shares; /* max # of shares */
117 uint16_t sv2_openfiles; /* max # of open files */
118 uint16_t sv2_sessopens; /* max # of open files per session */
119 uint16_t sv2_sessvcs; /* max # of virtual circuits per client */
120 uint16_t sv2_sessreqs; /* max # of simul. reqs. from a client */
121 uint16_t sv2_opensearch; /* max # of open searches */
122 uint16_t sv2_activelocks; /* max # of active file locks */
123 uint16_t sv2_numreqbuf; /* number of server (standard) buffers */
124 uint16_t sv2_sizreqbuf; /* size of svr (standard) bufs (bytes) */
125 uint16_t sv2_numbigbuf; /* number of big (64K) buffers */
126 uint16_t sv2_numfiletasks; /* number of file worker processes */
127 uint16_t sv2_alertsched; /* alert counting interval (minutes) */
128 uint16_t sv2_erroralert; /* error log alerting threshold */
129 uint16_t sv2_logonalert; /* logon violation alerting threshold */
130 uint16_t sv2_accessalert; /* access violation alerting threshold */
131 uint16_t sv2_diskalert; /* low disk space alert threshold (KB) */
132 uint16_t sv2_netioalert; /* net I/O error ratio alert threshold */
134 uint16_t sv2_maxauditsz; /* Maximum audit file size (KB) */
148 uint16_t sv3_users; /* max number of users allowed */
149 uint16_t sv3_disc; /* auto-disconnect timeout(in minutes) */
151 uint16_t sv3_security; /* SV_USERSECURITY or SV_SHARESECURITY */
152 uint16_t sv3_auditing; /* 0 = no auditing; nonzero = auditing */
154 uint16_t sv3_numadmin; /* max number of administrators allowed */
155 uint16_t sv3_lanmask; /* bit mask representing the srv'd nets */
156 uint16_t sv3_hidden; /* 0 = visible; nonzero = hidden */
157 uint16_t sv3_announce; /* visible server announce rate (sec) */
158 uint16_t sv3_anndelta; /* announce randomize interval (sec) */
163 uint16_t sv3_chdevs; /* max # shared character devices */
164 uint16_t sv3_chdevq; /* max # character device queues */
165 uint16_t sv3_chdevjobs; /* max # character device jobs */
166 uint16_t sv3_connections; /* max # of connections */
167 uint16_t sv3_shares; /* max # of shares */
168 uint16_t sv3_openfiles; /* max # of open files */
169 uint16_t sv3_sessopens; /* max # of open files per session */
170 uint16_t sv3_sessvcs; /* max # of virtual circuits per client */
171 uint16_t sv3_sessreqs; /* max # of simul. reqs. from a client */
172 uint16_t sv3_opensearch; /* max # of open searches */
173 uint16_t sv3_activelocks; /* max # of active file locks */
174 uint16_t sv3_numreqbuf; /* number of server (standard) buffers */
175 uint16_t sv3_sizreqbuf; /* size of svr (standard) bufs (bytes) */
176 uint16_t sv3_numbigbuf; /* number of big (64K) buffers */
177 uint16_t sv3_numfiletasks; /* number of file worker processes */
178 uint16_t sv3_alertsched; /* alert counting interval (minutes) */
179 uint16_t sv3_erroralert; /* error log alerting threshold */
180 uint16_t sv3_logonalert; /* logon violation alerting threshold */
181 uint16_t sv3_accessalert; /* access violation alerting threshold */
182 uint16_t sv3_diskalert; /* low disk space alert threshold (KB) */
183 uint16_t sv3_netioalert; /* net I/O error ratio alert threshold */
185 uint16_t sv3_maxauditsz; /* Maximum audit file size (KB) */
188 uint16_t sv3_autoprofile; /* (0,1,2,3) = (NONE,LOAD,SAVE,or BOTH) */