/titanic_41/usr/src/cmd/sh/ |
H A D | ulimit.c | 67 int hard, soft, cnt, c, res; in sysulimit() local 83 hard = 0; in sysulimit() 93 hard++; in sysulimit() 140 if (!hard && !soft) { in sysulimit() 165 if (hard && soft) { in sysulimit() 168 if (hard) { in sysulimit() 228 if (!hard && !soft) { in sysulimit() 229 hard++; in sysulimit() 232 if (hard) { in sysulimit()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | envmodel.info | 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"
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.func.c | 66 void plim(struct limits *lp, tchar hard); 1310 tchar hard = 0; in dolimit() local 1317 hard = 1; in dolimit() 1322 plim(lp, hard); in dolimit() 1328 plim(lp, hard); in dolimit() 1339 if (setlim(lp, hard, limit) < 0) { in dolimit() 1483 plim(struct limits *lp, tchar hard) in plim() argument 1495 limit = hard ? rlim.rlim_max : rlim.rlim_cur; in plim() 1513 tchar hard = 0; in dounlimit() local 1520 hard = 1; in dounlimit() [all …]
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | qlc.conf | 104 enable-adapter-hard-loop-ID=0; 111 adapter-hard-loop-ID=0;
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | envmodel.info | 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"
|
/titanic_41/usr/src/uts/common/os/ |
H A D | cyclic.c | 1404 uchar_t hard = softbuf->cys_hard; in cyclic_expand_xcall() local 1409 ASSERT(hard == softbuf->cys_soft); in cyclic_expand_xcall() 1410 ASSERT(hard == 0 || hard == 1); in cyclic_expand_xcall() 1411 ASSERT(softbuf->cys_buf[hard].cypc_buf != NULL); in cyclic_expand_xcall() 1413 softbuf->cys_hard = hard ^ 1; in cyclic_expand_xcall() 1420 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_buf != NULL); in cyclic_expand_xcall() 1421 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_prodndx == 0); in cyclic_expand_xcall() 1422 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_consndx == 0); in cyclic_expand_xcall() 1477 char hard = softbuf->cys_hard; in cyclic_expand() local 1478 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand() [all …]
|
/titanic_41/usr/src/cmd/plimit/ |
H A D | plimit.c | 320 char *hard = strtok_r(NULL, " \t", &lastc); in parse_limits() local 323 if (hard != NULL && strtok_r(NULL, " \t", &lastc) != NULL) in parse_limits() 335 if (hard == NULL || *hard == '\0') { in parse_limits() 339 if (limit_value(which, hard, &rp->rlim_max) != 0) in parse_limits()
|
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1875 struct sadb_lifetime *hard, struct sadb_lifetime *soft, in print_lifetimes() argument 1893 if (hard != NULL && in print_lifetimes() 1894 hard->sadb_lifetime_len != SADB_8TO64(sizeof (*hard))) { in print_lifetimes() 1897 SADB_64TO8(hard->sadb_lifetime_len)); in print_lifetimes() 2022 if (hard != NULL) { in print_lifetimes() 2028 hard->sadb_lifetime_bytes, in print_lifetimes() 2029 bytecnt2out(hard->sadb_lifetime_bytes, byte_str, in print_lifetimes() 2031 hard->sadb_lifetime_allocations); in print_lifetimes() 2034 hard_prefix, hard->sadb_lifetime_addtime, in print_lifetimes() 2035 secs2out(hard->sadb_lifetime_addtime, secs_str, in print_lifetimes() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 1653 struct sadb_lifetime *hard = NULL, *soft = NULL; /* Current? */ in doaddup() local 2416 if (hard == NULL) { in doaddup() 2417 hard = malloc(sizeof (*hard)); in doaddup() 2418 if (hard == NULL) in doaddup() 2420 bzero(hard, sizeof (*hard)); in doaddup() 2421 hard->sadb_lifetime_exttype = in doaddup() 2423 hard->sadb_lifetime_len = in doaddup() 2424 SADB_8TO64(sizeof (*hard)); in doaddup() 2425 totallen += sizeof (*hard); in doaddup() 2429 if (hard->sadb_lifetime_allocations != 0) { in doaddup() [all …]
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | menu.lst | 75 # For installing GRUB into the hard disk 76 title Install GRUB into the hard disk
|
H A D | grub.info-1 | 250 Support reading data from any or all floppies or hard disk(s) 353 Here, `hd' means it is a hard disk drive. The first integer `0' 354 indicates the drive number, that is, the first hard disk, while the 358 expression means the second partition of the first hard disk drive. In 364 This specifies the first "extended partition" of the first hard disk 367 on your hard disk. 371 This means the BSD `a' partition of the second hard disk. If you 402 partition of the first hard disk drive. Note that the argument 420 drive (floppy or hard disk). There are two ways of doing that - either 428 computer if, by any chance, your hard drive becomes unusable [all …]
|
H A D | grub.info-3 | 66 hard disks, the partition table) of the sector the Stage 1 is to 70 properly when booting from a hard disk drive. Therefore, you will 162 This command is limited to _primary_ PC partitions on a hard disk. 178 The example exchanges the order between the first hard disk and the 179 second hard disk. See also *Note DOS/Windows::. 338 INSTALL_DEVICE is a hard disk, then embed a Stage 1.5 in the disk 430 The stage2 or stage1.5 is being read from a hard disk, and the 431 attempt to determine the size and geometry of the hard disk failed. 437 is different than for hard disks. 1031 your hard disk drives and your BIOS. [all …]
|
H A D | grub.texi | 303 Support reading data from any or all floppies or hard disk(s) recognized 397 Here, @samp{hd} means it is a hard disk drive. The first integer 398 @samp{0} indicates the drive number, that is, the first hard disk, while 402 one. This expression means the second partition of the first hard disk 410 This specifies the first @dfn{extended partition} of the first hard disk 413 partitions on your hard disk. 419 This means the BSD @samp{a} partition of the second hard disk. If you 455 partition of the first hard disk drive. Note that the argument 471 drive (floppy or hard disk). There are two ways of doing that - either 479 if, by any chance, your hard drive becomes unusable (unbootable). [all …]
|
H A D | grub.info | 251 Support reading data from any or all floppies or hard disk(s) 354 Here, `hd' means it is a hard disk drive. The first integer `0' 355 indicates the drive number, that is, the first hard disk, while the 359 expression means the second partition of the first hard disk drive. In 365 This specifies the first "extended partition" of the first hard disk 368 on your hard disk. 372 This means the BSD `a' partition of the second hard disk. If you 403 partition of the first hard disk drive. Note that the argument 421 drive (floppy or hard disk). There are two ways of doing that - either 429 computer if, by any chance, your hard drive becomes unusable [all …]
|
/titanic_41/usr/src/cmd/more/ |
H A D | more.c | 180 int hard, dumb, noscroll, hardtabs, clreol; variable 550 if (hard && promptlen > 0) in screen() 673 if (!hard) { in prompt() 767 if (hardtabs && column < promptlen && !hard) { in getaline() 860 if (hard) { in prmpt_erase() 941 if (clear_screen && !hard) { in doclear() 1525 hard++; /* Hard copy terminal */ in initterm() 1528 if (tailequ(fnames[0], "page") || !hard && (scroll_forward == NULL)) in initterm() 1614 if (hard) { in ttyin()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu_traverse.c | 220 boolean_t hard = td->td_flags & TRAVERSE_HARD; in traverse_visitbp() local 387 if (hard && (err == EIO || err == ECKSUM)) { in traverse_visitbp() 660 boolean_t hard = (flags & TRAVERSE_HARD); in traverse_pool() local 675 if (hard) in traverse_pool() 688 if (hard) in traverse_pool()
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 333 bool_t hard) /* retry forever? */ in auto_calldaemon() argument 372 if (hard) { in auto_calldaemon() 562 if (hard) { in auto_calldaemon() 612 auto_null_request(zoneid_t zoneid, bool_t hard) in auto_null_request() argument 619 xdr_void, NULL, xdr_void, NULL, 0, hard); in auto_null_request() 630 bool_t hard, in auto_lookup_request() argument 664 (void *)resp, sizeof (autofs_lookupres), hard); in auto_lookup_request() 732 bool_t hard) in auto_mount_request() argument 762 (void *)xdrres, sizeof (autofs_mountres), hard); in auto_mount_request() 804 bool_t hard) in auto_send_unmount_request() argument [all …]
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 815 sadb_hardsoftchk(sadb_lifetime_t *hard, sadb_lifetime_t *soft, in sadb_hardsoftchk() argument 818 if (hard == NULL || soft == NULL) in sadb_hardsoftchk() 821 if (hard->sadb_lifetime_allocations != 0 && in sadb_hardsoftchk() 823 hard->sadb_lifetime_allocations < soft->sadb_lifetime_allocations) in sadb_hardsoftchk() 826 if (hard->sadb_lifetime_bytes != 0 && in sadb_hardsoftchk() 828 hard->sadb_lifetime_bytes < soft->sadb_lifetime_bytes) in sadb_hardsoftchk() 831 if (hard->sadb_lifetime_addtime != 0 && in sadb_hardsoftchk() 833 hard->sadb_lifetime_addtime < soft->sadb_lifetime_addtime) in sadb_hardsoftchk() 836 if (hard->sadb_lifetime_usetime != 0 && in sadb_hardsoftchk() 838 hard->sadb_lifetime_usetime < soft->sadb_lifetime_usetime) in sadb_hardsoftchk() [all …]
|
/titanic_41/usr/src/cmd/initpkg/init.d/ |
H A 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
|
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 218 fdlim_get(int hard) in fdlim_get() argument 225 if ((hard ? rlfd.rlim_max : rlfd.rlim_cur) == RLIM_INFINITY) in fdlim_get() 228 return hard ? rlfd.rlim_max : rlfd.rlim_cur; in fdlim_get()
|
/titanic_41/usr/src/cmd/ast/msgcc/ |
H A D | NOTES | 24 undefined references to { USAGE_LICENSE ERROR_CATALOG } are hard
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 570 int hard; in backref() local 580 hard = 0; in backref() 581 for (ss = startst; !hard && ss < stopst; ss++) in backref() 649 hard = 1; in backref() 652 if (!hard) { /* that was it! */ in backref()
|
/titanic_41/usr/src/grub/grub-0.97/util/ |
H A D | mkbimage | 410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/frutree/ |
H A D | piclfrutree.info | 111 * _fru_parent for the hard disks
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/ |
H A D | piclfrutree.info | 132 * _fru_parent for the hard disks
|