Searched refs:MAXLOCKS (Results 1 – 5 of 5) sorted by relevance
/titanic_41/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); in stlock()
|
/titanic_41/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); in stlock()
|
/titanic_41/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);
|
/titanic_41/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]; in lckpid() 1010 for (i=0; i<MAXLOCKS; i++) in lckpid() 1031 for(i=0; i<MAXLOCKS; i++) { in lckpid() 1046 for (i=0; i<MAXLOCKS; i++) { in lckpid()
|