Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c143 #define MAXLOCKS 10 /* maximum number of lock files */ macro
144 char *Lockfile[MAXLOCKS];
164 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS %d", i); in stlock()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c133 #define MAXLOCKS 10 /* maximum number of lock files */ macro
134 static char *Lockfile[MAXLOCKS];
152 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS", "", i); in stlock()
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c145 #define MAXLOCKS 10 /* maximum number of lock files */ macro
146 static char *Lockfile[MAXLOCKS];
164 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS", "", i); in stlock()
/illumos-gate/usr/src/cmd/bnu/
H A Dulockf.c150 #define MAXLOCKS 10 /* maximum number of lock files */ macro
151 static char *Lockfile[MAXLOCKS];
170 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS", "", i);
H A Duustat.c994 #define MAXLOCKS 100 /* Maximum number of lock files this will handle */ macro
1001 pid_t pid, list[MAXLOCKS]; in lckpid()
1008 for (i=0; i<MAXLOCKS; i++) in lckpid()
1029 for(i=0; i<MAXLOCKS; i++) { in lckpid()
1044 for (i=0; i<MAXLOCKS; i++) { in lckpid()