Searched defs:MAXLOCKS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c135 #define MAXLOCKS 10 /* maximum number of lock files */ macro
136 static char *Lockfile[MAXLOCKS];
154 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS", "", i);
/illumos-gate/usr/src/cmd/bnu/
H A Dulockf.c153 #define MAXLOCKS 10 /* maximum number of lock files */ macro
154 static char *Lockfile[MAXLOCKS];
173 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS", "", i);
H A Duustat.c996 #define MAXLOCKS 100 /* Maximum number of lock files this will handle */ macro
1003 pid_t pid, list[MAXLOCKS];
1010 for (i=0; i<MAXLOCKS; i++)
1031 for(i=0; i<MAXLOCKS; i++) {
1046 for (i=0; i<MAXLOCKS; i++) {
/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c145 #define MAXLOCKS 10 /* maximum number of lock files */ macro
146 char *Lockfile[MAXLOCKS];
166 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS %d", i);
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c152 #define MAXLOCKS 10 /* maximum number of lock files */ macro
153 static char *Lockfile[MAXLOCKS];
172 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS", "", i);

Completed in 58 milliseconds