Home
last modified time | relevance | path

Searched refs:MAXLOCKS (Results 1 – 5 of 5) sorted by relevance

/titanic_41/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); in stlock()
/titanic_41/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); in stlock()
/titanic_41/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);
/titanic_41/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]; 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()