/titanic_41/usr/src/grub/grub-0.97/ |
H A D | config.h.in | 18 /* Define to 1 if you have the <curses.h> header file. */ 27 /* Define to 1 if you have the <inttypes.h> header file. */ 30 /* Define if you have a curses library */ 33 /* Define to 1 if you have the <memory.h> header file. */ 36 /* Define to 1 if you have the <ncurses/curses.h> header file. */ 39 /* Define to 1 if you have the <ncurses.h> header file. */ 48 /* Define to 1 if you have the <stdint.h> header file. */ 51 /* Define to 1 if you have the <stdlib.h> header file. */ 54 /* Define to 1 if you have the <strings.h> header file. */ 57 /* Define to 1 if you have the <string.h> header file. */ [all …]
|
H A D | TODO | 9 Reported bugs generally have top priority. 11 but don't really impede things) have lower priority. 55 * Port the script ``grub-install'' to OpenBSD. At least you will have to 72 partition. (We already have the code, but need an approval by an 92 BIOSes which have bootable-CDROM support (so you may use the "Bootable
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | inflate.c | 107 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 415 have = strm->avail_in; \ 426 strm->avail_in = have; \ 442 if (have == 0) goto inf_leave; \ 443 have--; \ 568 unsigned have, left; /* available input and output */ local 591 in = have; 694 if (copy > have) copy = have; 705 have -= copy; 716 if (have == 0) goto inf_leave; [all …]
|
/titanic_41/usr/src/lib/librpcsvc/common/ |
H A D | rstat_simple.c | 46 int32_t have; local 50 xdr_int, (char *) &have, (char *) NULL) != 0) 53 return (have);
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | nat-setup | 10 For example, your internal interface might have an IP# of 10.1.1.1 and be 30 When you're connected to the Internet, you will either have a block of IP 32 single IP address, i.e. with dialup PPP. If you have a block of addresses 33 assigned, these can be used to create either a 1:1 mapping (if you have 35 addresses map to a single IP address and unless you have enough Internet 39 For an N:1 situation, you might have:
|
/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 906 int rv, cur_buf, left, have, tpcnt; in child_copy() local 924 have = (left < Out.f_bsize) ? left : Out.f_bsize; in child_copy() 930 have = (tpcnt < have) ? tpcnt : have; in child_copy() 933 if ((rv = g_write(Out.f_dev, Out.f_des, c_p, have)) < in child_copy() 963 int rv, left, have, tpcnt, cur_buf; in parent_copy() local 986 have = (xfer_cnt < In.f_bsize) ? xfer_cnt : In.f_bsize; in parent_copy() 997 have = (tpcnt < have) ? tpcnt : have; in parent_copy() 1000 if ((rv = g_read(In.f_dev, In.f_des, c_p, have)) < 0) { in parent_copy() 1049 int rv, left, have, tpcnt = 1, xfer_cnt = Fs * BLKSIZ; in copy() local 1059 have = (xfer_cnt < In.f_bsize) ? xfer_cnt : In.f_bsize; in copy() [all …]
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README.illumos | 7 # A full copy of the text of the CDDL should have accompanied this 19 maintenance and the adding of new devices easier in illumos, we have gone 28 and igb_osdep.c. It's important that they have different names and not be called 33 We have a few differences from the common version of the FreeBSD code that exist 34 so that we can both gather firmware information and that have workarounds for 39 introduced with the I350 family of parts in the igb driver. However, there have 41 until tests have proven that there are no longer problems. 120 driver. Another potential option which may prove to have less value is to take 121 all of the gld and ddi logic and have one driver export that leaving e1000g and
|
/titanic_41/ |
H A D | README | 15 All changes must have been reviewed, and approved by an advocate 34 Commits should have comments of the following form: 37 4567 If you have a second bug synopsis… 42 Each commit must have at least one bug id that is listed in the
|
/titanic_41/usr/src/pkg/transforms/ |
H A D | global_zone_only_component | 30 # to appear primarily in the global zone, but which may have some small 41 # You may well have other actions which you wish to appear in all zones. 59 # We have a problem to solve here: To make an action appear in all zones, 60 # it should have *no* variant.opensolaris.zone attribute. So it's a bit 64 # which have no variant.opensolaris.zone attribute to be 67 # variant.opensolaris.zone=__NODEFAULT. Additionally we have some rules
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | capacity.notes.txt | 54 somewhere? I *have* searched the specs and Hale's HIW docs and 58 Even assertions in the specs seem to be ignored; I have a drive for 71 with what the BIOS and the drive have figured out unless it 88 >somewhere? I *have* searched the specs and Hale's HIW docs and 92 >Even assertions in the specs seem to be ignored; I have a drive for 97 "broken". Warning: some older drives have words 57:58 in big endian 104 If you have no need to use CHS mode, then just ignore words 1, 3, 6 and 145 You don't have much choice but to assume that [1]*[3]*[6] is the 163 have a CHS translation that matches the CHS translation that was used in 165 have to say bad things about the documents published by some of my friends
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | FMD.po | 108 msgstr "All faults associated with an event id have been addressed.\n Refer to %s for more informa… 110 msgstr "Some system components offlined because of the original fault may have been brought back on… 112 msgstr "Performance degradation of the system due to the original fault may have been recovered." 124 msgstr "Some faults associated with an event id have been addressed.\n Refer to %s for more inform… 126 msgstr "Some system components offlined because of the original fault may have been brought back on… 128 msgstr "Performance degradation of the system due to the original fault may have been recovered." 140 msgstr "All faults associated with an event id have been addressed.\n Refer to %s for more informa… 142 msgstr "All system components offlined because of the original fault have been brought back online."
|
H A D | SUN4U.po | 54 msgstr "Pages of memory associated with this memory module have been removed from service, up to a … 580 msgstr "Errors have been detected on multiple memory modules, suggesting that a problem exists some… 598 msgstr "This fault requires user and/or service interaction and currently does not have an automate… 614 msgstr "This fault requires user and/or service interaction and currently does not have an automate… 630 msgstr "This fault requires user and/or service interaction and currently does not have an automate… 646 msgstr "This fault requires user and/or service interaction and currently does not have an automate… 662 msgstr "This fault requires user and/or service interaction and currently does not have an automate… 678 msgstr "This fault requires user and/or service interaction and currently does not have an automate… 694 msgstr "This fault requires user and/or service interaction and currently does not have an automate… 710 msgstr "This fault requires user and/or service interaction and currently does not have an automate… [all …]
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | README.illumos | 7 # A full copy of the text of the CDDL should have accompanied this 25 directly; however, a few have slightly different names. The following 32 Next you need to copy the country tab and the zone tab files. These have 53 packaging. To do this, you'll want to look through the differences that have 55 hardlinks that need to exist in packaging. Specifically, if you have a line in
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | s_string.c | 354 size_t have; in s_read_to_eof() local 362 have = to->end - to->ptr; in s_read_to_eof() 363 if (have < 4096UL) in s_read_to_eof() 367 have = to->end - to->ptr; in s_read_to_eof() 368 got = fread(to->ptr, (size_t)1, have, fp); in s_read_to_eof()
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 6 I have not include cases that are clearly bugs in ksh-88. I also have 29 the output format for set, typeset and alias now have single 30 quotes around values that have special characters. The output 54 Thus, with ksh-93, if you have the current directory first 55 in your PATH, and you have a program named test in your 80 17. The POSIX standard requires that test "$arg" have exit status
|
H A D | RELEASE88 | 1 This is a list of changes that have been made since the 11/16/88 version 14 b. Several additions have been made to shell arithmetic: 16 typeset options -F and -E have been added for floating 27 c. Some additions to the macro expansion syntax have been made 99 may have their own set of discipline functions. 108 i. The following builtins have been added: 140 m. New variables have been added: 168 n. New invocation and set -o options have been added: 186 q. Backreferences have been added to pattern matching. The sequence 210 b. The following changes have been made to shell functions: [all …]
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | ChangeLog | 23 - - Defaults for 'bridge' and 'ports' configuration have 39 - have been changed 42 - - All per Port variables have been moved from the State
|
/titanic_41/usr/src/test/libc-tests/cfg/symbols/ |
H A D | README | 7 # A full copy of the text of the CDDL should have accompanied this 21 We have organized the files by header file, that is the tests for symbols 25 Within these various declarations, we have the following field types: 65 that have no declared arguments, either void can specified, or
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Grades | 39 # of bytes that a job can have to 43 # Any can used and have the meaning kilo- 45 # respectively. K and M must have an 62 # user job grades may not be the same from system to system, we have
|
/titanic_41/usr/src/cmd/hal/fdi/ |
H A D | README | 26 These files are processed BEFORE the device have been been probed. 48 These files are processed AFTER the device have been probed but before 68 These files are processed AFTER the device have been been probed and 69 also AFTER the information device files have been processed
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library-math-header-math.mf | 7 # A full copy of the text of the CDDL should have accompanied this 16 # all data have been moved to system/library/math
|
/titanic_41/usr/src/cmd/csh/ |
H A D | README | 9 you have to do: 22 signal interface so csh will not have any machine dependent
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | panther_asm.s | 168 ! now delay 15 cycles so we don't have hazard when we return 185 ! It is OK to have STATE as NA (if so, nothing to do!) 366 ! now delay 15 cycles so we don't have hazard when we return 423 ! now delay 15 cycles so we don't have hazard when we return 440 ! It is OK to have STATE as NA (if so, nothing to do!) 615 ! now delay 15 cycles so we don't have hazard when we return
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | proc_init.s | 123 ! It is very important to have a thread pointer and a cpu struct 130 ! we don't have the cache on yet for this CPU.
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | memmove.s | 47 bgu ovbc ! if size is bigger, have do overlapped copy 70 stb %i4, [%i0] ! have to do bytes,
|