| /onnv/onnv-gate/usr/src/cmd/sh/ |
| ulimit.c | 67 int hard, soft, cnt, c, res; local 83 hard = 0; 93 hard++; 140 if (!hard && !soft) { 165 if (hard && soft) { 168 if (hard) { 228 if (!hard && !soft) { 229 hard++; 232 if (hard) {
|
| /onnv/onnv-gate/usr/src/cmd/plimit/ |
| plimit.c | 74 "\t%s -{cdfnstv} soft,hard ... pid ...\n" 75 "\t-c soft,hard\tset core file size limits\n" 76 "\t-d soft,hard\tset data segment (heap) size limits\n" 77 "\t-f soft,hard\tset file size limits\n" 78 "\t-n soft,hard\tset file descriptor limits\n" 79 "\t-s soft,hard\tset stack segment size limits\n" 80 "\t-t soft,hard\tset CPU time limits\n" 81 "\t-v soft,hard\tset virtual memory size limits\n" 320 char *hard = strtok_r(NULL, " \t", &lastc); local 323 if (hard != NULL && strtok_r(NULL, " \t", &lastc) != NULL [all...] |
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.func.c | 66 void plim(struct limits *lp, tchar hard); 1310 tchar hard = 0; local 1317 hard = 1; 1322 plim(lp, hard); 1328 plim(lp, hard); 1339 if (setlim(lp, hard, limit) < 0) { 1483 plim(struct limits *lp, tchar hard) 1495 limit = hard ? rlim.rlim_max : rlim.rlim_cur; 1513 tchar hard = 0; local 1520 hard = 1 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| cyclic.c | 459 * level: a hard buffer (the buffer being produced into by cyclic_expire()) 461 * During normal operation, the hard buffer and soft buffer point to the 464 * During a resize, however, cyclic_expand_xcall() changes the hard buffer 471 * cyclic_softint() will see that the hard buffer has changed. At that time, 472 * cyclic_softint() will change its soft buffer to point to the hard buffer, 1397 uchar_t hard = softbuf->cys_hard; local 1470 char hard = softbuf->cys_hard; local 1504 char hard = softbuf->cys_hard; local 2352 uchar_t hard = softbuf->cys_hard; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/more/ |
| more.c | 182 int hard, dumb, noscroll, hardtabs, clreol; variable 552 if (hard && promptlen > 0) 675 if (!hard) { 769 if (hardtabs && column < promptlen && !hard) { 793 on hard copy terminals, but not on anything glass 862 if (hard) { 943 if (clear_screen && !hard) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| ipsecah.c | 1046 sadb_lifetime_t *hard = local 1099 if ((*diagnostic = sadb_hardsoftchk(hard, soft, idle)) != 0) [all...] |
| ipsecesp.c | 3578 sadb_lifetime_t *hard = local [all...] |
| sadb.c | 810 * Check hard vs. soft lifetimes. If there's a reality mismatch (e.g. 811 * soft lifetimes > hard lifetimes) return an appropriate diagnostic for 815 sadb_hardsoftchk(sadb_lifetime_t *hard, sadb_lifetime_t *soft, 818 if (hard == NULL || soft == NULL) 821 if (hard->sadb_lifetime_allocations != 0 && 823 hard->sadb_lifetime_allocations < soft->sadb_lifetime_allocations) 826 if (hard->sadb_lifetime_bytes != 0 && 828 hard->sadb_lifetime_bytes < soft->sadb_lifetime_bytes) 831 if (hard->sadb_lifetime_addtime != 0 && 833 hard->sadb_lifetime_addtime < soft->sadb_lifetime_addtime 1096 boolean_t soft = B_FALSE, hard = B_FALSE; local 2926 sadb_lifetime_t *hard = local 4498 sadb_lifetime_t *hard = local [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/regex/ |
| reglib.h | 550 unsigned char hard; /* hard comp */ member in struct:reglib_s 553 unsigned char stack; /* hard comp or exec */
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| ipseckey.c | 1652 struct sadb_lifetime *hard = NULL, *soft = NULL; \/* Current? *\/ local [all...] |