| /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/uts/common/io/fibre-channel/fca/qlc/ |
| qlc.conf | 46 # Setting hard address of 124 and 125 for adapter 50 # enable-adapter-hard-loop-ID=0; 52 # adapter-hard-loop-ID=0; 55 # enable-adapter-hard-loop-ID=0; 56 # hba3-enable-adapter-hard-loop-ID=1; 57 # hba4-enable-adapter-hard-loop-ID=1; 59 # adapter-hard-loop-ID=0; 60 # hba3-adapter-hard-loop-ID=124; 61 # hba4-adapter-hard-loop-ID=125; 98 #Name: Enable adapter hard loop I [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
| envmodel.info | 77 * Hard disk sensor names and ids 79 #define ENV_DISK0 hard-disk0 80 #define ENV_DISK1 hard-disk1 81 #define ENV_DISK2 hard-disk2 82 #define ENV_DISK3 hard-disk3 151 * Internal hard disks 154 PROP Label string r 0 "hard-disk0" 158 PROP Label string r 0 "hard-disk1" 162 PROP Label string r 0 "hard-disk2" 166 PROP Label string r 0 "hard-disk3 [all...] |
| /onnv/onnv-gate/usr/src/grub/grub-0.97/docs/ |
| menu.lst | 75 # For installing GRUB into the hard disk 76 title Install GRUB into the hard disk
|
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| caps | 66 hard_cursor, "chts" "HC" Cursor is hard to see.
|
| /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/cmd-inet/usr.sbin/ipsecutils/ |
| ipseckey.c | 1652 struct sadb_lifetime *hard = NULL, *soft = NULL; \/* Current? *\/ 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/cmd/picl/plugins/sun4u/enchilada/envd/ |
| envmodel.info | 58 * Hard disk sensor ids 60 #define ENV_DISK0 hard-disk0 61 #define ENV_DISK1 hard-disk1 143 * Internal hard disks 146 PROP Label string r 0 "hard-disk0" 150 PROP Label string r 0 "hard-disk1"
|
| /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/initpkg/init.d/ |
| README | 40 scripts be hard-linked from the same file stored in /etc/init.d/. 50 matching 'K' script, and they are both hard linked to a script in
|
| /onnv/onnv-gate/usr/src/lib/libipsecutil/common/ |
| ipsec_util.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| 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/cmd/ssh/ssh-keyscan/ |
| ssh-keyscan.c | 218 fdlim_get(int hard) 225 if ((hard ? rlfd.rlim_max : rlfd.rlim_cur) == RLIM_INFINITY) 228 return hard ? rlfd.rlim_max : rlfd.rlim_cur;
|
| /onnv/onnv-gate/usr/src/uts/common/fs/autofs/ |
| auto_subr.c | 330 bool_t hard) /* retry forever? */ 369 if (hard) { 559 if (hard) { 609 auto_null_request(fninfo_t *fnip, bool_t hard) 617 xdr_void, NULL, xdr_void, NULL, 0, hard); 628 bool_t hard, 662 (void *)resp, sizeof (autofs_lookupres), hard); 730 bool_t hard) 760 (void *)xdrres, sizeof (autofs_mountres), hard); 802 bool_t hard) [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/ |
| APItest.pm | 66 C<printf>. Takes no arguments - the test value is hard-wired
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| SubstrHash.pm | 23 pairs, not size in hard memory). I<These values will not change for the
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/util/ |
| mkbimage | 408 And for El Torito Hard Disk emulation: 410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| Digest.pm | 80 should be I<hard> to find a message that correspond to some given 81 digest. Algorithms differ in how "likely" and how "hard", as well as
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
| Simple.pm | 183 that took all the hard work out of testing and was really, really easy
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/ |
| system-board.info | 376 * Hard disk link between fru and device tree 388 name:/platform/pci@1d,700000/scsi@4/sd@0,0/hard-disk0 401 name:/platform/pci@1d,700000/scsi@4/sd@1,0/hard-disk1
|
| /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/picl/plugins/sun4u/chicago/frutree/ |
| system-board.info | 466 * Hard disk link between fru and device tree 478 name:/platform/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1/sd@0,0/hard-disk0 491 name:/platform/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1/sd@1,0/hard-disk1 504 name:/platform/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1/sd@2,0/hard-disk2 517 name:/platform/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1/sd@3,0/hard-disk3
|
| /onnv/onnv-gate/usr/src/lib/libdhcputil/ |
| README.inittab | 34 hard-coded internal tables to providing published (but distinct)
|
| /onnv/onnv-gate/usr/src/uts/sparc/v9/ml/ |
| lock_prim.s | 226 brnz,pn %o1, 1f ! go to C for the hard case 445 ba,a,pt %xcc, mutex_vector_exit ! go to C for the hard cases
|