Searched refs:maxnumb (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uusched.c | 59 int i, maxnumb; local 104 maxnumb = -1; 106 maxnumb = limitval.totalmax; 107 if (maxnumb < 0) { 111 DEBUG(4, "Uusched limit %d -- ", maxnumb); 113 if (i >= maxnumb) { 117 DEBUG(4, "continuing\n", maxnumb); 161 if (maxnumb > 0) { 162 for (i = 0; i < maxnumb; i++) { 167 if (i == maxnumb) {
|
H A D | uuxqt.c | 68 int ret, maxnumb; local 148 maxnumb = limitval.totalmax; 149 if (maxnumb < 0) { 153 DEBUG(4, "Uuxqt limit %d -- ", maxnumb); 156 if (maxnumb >= 0 && ret >= maxnumb) {
|
H A D | uucico.c | 107 int maxnumb; local 248 maxnumb = limitval.totalmax; 249 if (maxnumb < 0) { 253 DEBUG(4, "Uucico limit %d -- ", maxnumb); 255 if (countProcs(lockname, (maxnumb-1)) == FALSE) {
|