Searched refs:UUSTAT_TBL (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dparms.h205 /* UUSTAT_TBL - this is the maximum number of machines that
213 #define UUSTAT_TBL 1000 /* big machine with lots of traffic */ macro
214 /* #define UUSTAT_TBL 200 */
H A Duusched.c41 } M[UUSTAT_TBL+2];
151 M[UUSTAT_TBL].mach[0] = NULLCHAR;
235 if (m-M >= UUSTAT_TBL) {
236 if (m-M == UUSTAT_TBL) {
237 errent("MACHINE TABLE FULL", "", UUSTAT_TBL,
242 m = &M[UUSTAT_TBL];
H A Duustat.c59 } M[UUSTAT_TBL+2];
448 M[UUSTAT_TBL].mach[0] = NULLCHAR;
901 if (m-M >= UUSTAT_TBL) {
902 if (m-M == UUSTAT_TBL) {
903 errent("MACHINE TABLE FULL", "", UUSTAT_TBL,
910 m = &M[UUSTAT_TBL];
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dparms.h171 /* UUSTAT_TBL - this is the maximum number of machines that
179 /* #define UUSTAT_TBL 1000 */ /* big machine with lots of traffic */
180 #define UUSTAT_TBL 200 macro

Completed in 96 milliseconds