Home
last modified time | relevance | path

Searched refs:to (Results 151 – 175 of 4155) sorted by relevance

12345678910>>...167

/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source329 "Nothing to do."
385 "Nothing to do."
584 "Nothing to mount."
585 "Give the -f or -S option to identify\nform or print wheel to mount."
593 "Nothing to do."
639 …e printer type must be known:\n* to set default cpi, lpi, length, width\n* to define character set…
651 "Don't try to remove the printer from the\nsame class to which you are adding it."
723 …"Use the /usr/sbin/lpmove command to\nassign them to another destination,\nor wait for them to fin…
757 "Nothing to do."
760 "Nothing to do."
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi187 to provide some configuration information to an operating system
217 to @sc{elf}. It is highly desirable for boot loaders not to have to be
225 loader to load the image without having to understand numerous a.out
228 still conform to the local a.out format variant in addition to being
247 loader to indicate to the operating system what auxiliary boot modules
264 recommended to follow a rule, but it doesn't need to follow the rule.
268 to follow a rule.
414 boundaries. Some operating systems expect to be able to map the pages
431 where to load the OS image. This information does not need to be
456 supposed to be loaded. This field serves to @dfn{synchronize} the
[all …]
H A Dgrub.info529 manual for the boot loader to know how to chain-load GRUB.
956 wrong, so you will have to specify the option `--force' to
1299 refer to the manuals specific to those protocols/servers.
1838 allows one to return to the menu if desired by pressing <ESC>) or to
3096 also be used for debugging purposes to lie to an OS.
3801 hints to you.
3831 0 to 4K-1
3840 0x2000 to ?
3852 0x8000 to ?
3861 416K to 448K-1
[all …]
H A Dinternals.texi7 descriptions of the internals up-to-date, and it is quite hard to
10 hints to you.
39 @item 0 to 4K-1
42 @item 0x07BE to 0x07FF
48 @item 0x2000 to ?
51 @item 0x2000 to 0x7FFF
54 @item 0x7C00 to 0x7DFF
57 @item 0x7F00 to 0x7F42
60 @item 0x8000 to ?
69 @item 416K to 448K-1
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DCONVERT.mk43 * pattern ksh pattern of files to omit
45 * :COPY: from to [ file ... ]
47 * files in the from directory are copied to the to directory
48 * the action may contain :MOVE: exceptions to the copy
53 * to converted subdirectory
56 * file files or files in subdirectories to be copied;
57 * explicit files are copied to the to directory;
59 * is recursively copied to the converted directory
61 * :MOVE: to file ...
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dlocal.h224 #define SM_IO_WR_TIMEOUT(fp, fd, to) { \ argument
230 if ((to) == SM_TIME_DEFAULT) \
231 (to) = (fp)->f_timeout; \
232 if ((to) == SM_TIME_IMMEDIATE) \
237 else if ((to) == SM_TIME_FOREVER) \
244 sm_io_to.tv_sec = (to) / 1000; \
278 (to) -= (sm_io_to_diff.tv_sec * 1000); \
280 if ((to) < 0) \
281 (to) = 0; \
292 #define IS_IO_ERROR(fd, ret, to) \ argument
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design29 refer to a file descriptor, when created by fopen(3C), or may refer to
39 files to stdio the file name should match the primary function name.
40 There are a few exceptions. Almost all of the logic related to both
92 To add a member to the structure, one has to add data to the structures
119 structures to be reused.
144 that, we'll fall back to trying to allocate a pushback buffer.
172 will be called to actually flush out the buffer.
174 When data needs to be flushed from a buffer to its underlying file
206 always sets the stream to be wide.
242 work required to implement non-file descriptor backed streams.
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst23 of the library. check-command allows you to give a custom command to
27 It defaults to ``sparse $file``.
53 It defaults to 1.
58 those two tags. It defaults to no output.
66 ``check-known-to-fail``
68 Mark the test as being known to fail.
96 It can be called to check a single test with::
107 The test-suite comes with a format command to make a test easier to write::
112 If no name is provided, it defaults to the file name.
118 test case to create a test-suite formatted file.::
[all …]
H A Dsmatch.txt20 Smatch is easy to build. Just type `make`. There isn't an install process
27 Smatch can be used with a cross function database. It's not mandatory to
28 build the database but it's a useful thing to do. Building the database
32 cd ~/path/to/kernel_dir
33 ~/path/to/smatch_dir/smatch_scripts/build_kernel_data.sh
60 The kchecker script prints its warnings to stdout.
63 variables are passed to kernel build system - thus allowing for the use of
73 to work, of course.
79 Smatch uses Sparse as a C parser. I have made a few hacks to Sparse so I
80 have to distribute the two together. Sparse is released under the MIT license
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
48 to contain a NULL (0) byte, and should not be \
54 to add string: %s\n"
65 string table to non-NULL value: %s\n"
78 @ MSG_DESC_ADD "Add New String to String Table"
135 New string to insert in string table section\n\
139 New string to overwrite previous value.\n"
154 can be used to select a different string table.\n\
231 It is only possible to add a new string to a string table\n\
[all …]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc683 if (to->buffer.end - to->text.p <= length) { in append_string()
684 expand_string(to, in append_string()
685 (to->buffer.end - to->buffer.start) * 2 + in append_string()
690 to->text.p += length; in append_string()
714 if (to->buffer.end - to->text.p <= length) { in append_string()
715 expand_string(to, in append_string()
716 (to->buffer.end - to->buffer.start) * 2 + in append_string()
721 to->text.p += length; in append_string()
790 expand_string(to, 32); in append_char()
792 if (to->buffer.end - to->text.p <= 2) { in append_char()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY20 shells. You need to use FPATH to make function definitions
21 visible to scripts.
35 must quote the dollar sign to get the previous behavior.
37 to be translated for locales other than C or POSIX. The $
46 to produce syntax errors.
62 with respect to its built-ins. For example, typeset -8i
68 to preserve their previous behavior.
99 22. The value of the variable given to getopts is set to ? when
100 the end-of-options is reached to conform to the POSIX standard.
120 to be treated as unsigned. This behavior was removed
[all …]
H A DREADME27 by this change to be recompiled.
49 ECHOPRINT off Make echo equivalent to print.
99 be copied to where ever you install it.
110 don't want to give away the original script source.
113 /etc/profile file to reduce initialization time for ksh.
121 and want to be able to run setuid/setgid and execute only scripts, then
133 where dir is the directory of the ksh you want to test.
152 in sh/init.c has to be completed to interface with the dictionary
154 that is to be translated and a type which is
162 possible to use the strhash() function to generate numbers to
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A DFIRMWARELICENSE1 This license applies to the firmware binary files associated with Emulex
16 nontransferable, nonexclusive, royalty-free right and license to include the
19 that the Emulex Firmware is not licensed under nor otherwise subject to the
23 nontransferable, nonexclusive, royalty free, right and license to use,
29 sublicensee a nonexclusive, nontransferable license to use the Emulex
36 nontransferable, nonexclusive, royalty-free right and license to use the
40 1.4 Restrictions. Licensee agrees to maintain intact and not modify or
46 cause or permit others to do either of both of the foregoing. Licensee
47 agrees to prevent any unauthorized copying of the Emulex Firmware.
70 implied, with respect to the Emulex Firmware. Licensee agrees that the
[all …]
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt1 How to add a new ACPI table to ACPICA and the iASL compiler.
4 There are four main tasks that are needed to provide support for a
19 New tables should be added to the appropriate header:
43 If there are no subtables, add the AcpiDmTableInfoXXXX name to the
47 Add an AcpiDmDumpXXXX function to dmtbdump.c -- note, code for another
49 Add an external for this function to acdisasm.h
50 Add this function to the AcpiDmTableData entry for the new ACPI table
54 iASL data table compiler. Use the -G option to force a
57 that the Table Compiler support will need to generate.
68 Add a DtCompileXXXX function to the dttable.c module.
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE147 probe.win32: add cc path *and* args to first line to avoid hash clash
178 add pp:lineid to match PP_LINEID
229 add POSIX,WIN32,X86 to pp.sym
233 96-01-31 fix ## as arg to stringize macro to have ## value, not #
238 switch to <regex.h>
338 93-10-01 add pp:opspace to tokenize <binop><space>= to <binop>=
390 92-02-11 conversion to new lexer brings time close to reiser (esp. w/gcc -O)
396 add unsigned to ppexpr()
420 change -I-M to -I-I, file just lists include files to be ignored
424 add `try' to C++ keywords
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A DTHIRDPARTYLICENSE.unicode1 Notice to End User: Terms of Use
10 For the general privacy policy governing access to this site, see
20 authorized, without fee, to modify such documents and files to
21 create derivative works conforming to the Unicode(R) Standard,
22 subject to Terms and Conditions herein.
24 3. Any person is hereby authorized, without fee, to view, use,
43 is charged for access to the "mirror" site.
118 personal jurisdiction and agree to waive any right to transfer
119 the dispute to any other forum.
126 3. Taxes. The user agrees to pay any taxes arising from access to
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioCopy.cc40 Audio* to) // output sink in AudioCopy() argument
46 return (AudioCopy(from, to, frompos, topos, limit)); in AudioCopy()
54 Audio* to, // output sink in AudioCopy() argument
59 return (from->Copy(to, frompos, topos, limit)); in AudioCopy()
67 Audio* to, // output sink in AudioAsyncCopy() argument
72 return (from->AsyncCopy(to, frompos, topos, limit)); in AudioAsyncCopy()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.54 # allow packets coming from foo to bar through.
6 pass in from 10.1.1.2 to 10.2.1.1
8 # allow any TCP packets from the same subnet as foo is on through to host
11 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
16 pass in proto udp from 10.2.2.2 port != 53 to localhost
20 block in proto icmp from any to any icmp-type unreach
25 pass in from any to any with ipopts
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg24 # Use is subject to license terms.
104 to add string: %s\n"
167 must both be set to 0: %s : %s:%s %s\n"
224 to save them, or 'quit -f' to exit without saving\n"
314 you need to know in order to use the elfedit help facility.\n\
426 to edit ELF files.\n"
470 \tin the module path to be loaded.\n\
473 It is usually best to allow elfedit to load modules as they\n\
535 can be used to save such edits, or the -f option can be used to\n\
562 (1 values set to 0, and 0 values set to 1) before being\n\
[all …]
/illumos-gate/usr/src/uts/common/io/ipw/fw-ipw2100/
H A DLICENSE6 to the terms of this Agreement. If you do not wish to so agree, do not install
25 products is not licensed hereunder. Subject to the terms of this Agreement,
29 to your end-users, but only under a license agreement with terms at least as
52 Contractor which contains provisions with respect to access to or use of the
58 rights to use any Intel trademarks or logos.
106 competent jurisdiction to be contrary to law, such provision shall be changed
107 and interpreted so as to best accomplish the objectives of the original
120 containing encryption may be subject to additional restrictions.
131 return all copies of the Software to Intel.
143 agree to the terms of this Agreement. If you do not wish to so agree, do not
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME4 # The contents of this file are subject to the terms of the
23 Source code in this directory is for the program that can be used to send files
24 to printers that understand PostScript.
28 status queries while the files are being transmitted to the printer (-q option),
29 and runs in a mode that can help if flow control doesn't appear to be working
35 status queries sent every block or two. It's not how to get the best performance,
45 to whatever you want on the command line using the -B option. If you want a
50 are being sent to the printer. You can turn off the status query stuff with
52 in postio.c) to TRUE before compiling the program.
56 to UTS systems using DACUs and Datakit PVCs.
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Drename.c51 renameat(int ffd, char *from, int tfd, char *to) in renameat() argument
57 if (from == NULL || to == NULL) in renameat()
61 if ((error = fgetstartvp(tfd, to, &tstartvp)) != 0) in renameat()
64 error = vn_renameat(fstartvp, from, tstartvp, to, UIO_USERSPACE); in renameat()
77 rename(char *from, char *to) in rename() argument
79 return (renameat(AT_FDCWD, from, AT_FDCWD, to)); in rename()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.S136 brnz,pn %o1, 1f ! go to C for the hard case
181 brnz,pn %o4, 2f ! go to C for the miss case
201 cmp %o2, %o1 ! compare new to base
257 jmp %o2 + %lo(mutex_vector_tryenter) ! go to C
340 bz,pt %xcc, 3f ! if so, prepare to block
346 casx [%o0], %o4, %o5 ! try to grab read lock
364 casx [%o0], %g0, %o5 ! try to grab write lock
385 casx [%o0], %o4, %o5 ! try to drop lock
387 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
404 bne,pn %xcc, rw_exit_wakeup ! if not, go to C
[all …]
/illumos-gate/usr/src/cmd/sa/
H A DREADME4 # The contents of this file are subject to the terms of the
24 Use is subject to license terms.
39 sadc is executed once, such that a special record is written to
44 causes data collection program to write system activity
47 According to your installation's requirement, enter
49 to collect system activity data.
55 cause data collection program to be activated at every hour
56 on the hour from 8:00 to 23:00 on weekdays.
58 minutes interval from 8:00 to 17:00 and once at other times.
60 3. Shell procedure sa2 will invoke sar command to generate
[all …]

12345678910>>...167