Searched defs:MAXLOCKS (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | ulockf.c | 135 #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 D | ulockf.c | 153 #define MAXLOCKS 10 /* maximum number of lock files */ macro 154 static char *Lockfile[MAXLOCKS]; 173 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS", "", i);
|
H A D | uustat.c | 996 #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 D | uucplock.c | 145 #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 D | ulockf.c | 152 #define MAXLOCKS 10 /* maximum number of lock files */ macro 153 static char *Lockfile[MAXLOCKS]; 172 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS", "", i);
|
Completed in 85 milliseconds