Home
last modified time | relevance | path

Searched refs:to (Results 176 – 200 of 4152) sorted by relevance

12345678910>>...167

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c79 struct sockaddr_in to, from; in whoami() local
92 to.sin_family = AF_INET; in whoami()
94 to.sin_port = htons(0); in whoami()
132 &to, &from, AUTH_NONE); in whoami()
220 struct sockaddr_in to, from; in getfile() local
256 to.sin_family = AF_INET; in getfile()
257 to.sin_addr.s_addr = responder.s_addr; in getfile()
258 to.sin_port = htons(0); in getfile()
273 &to, &from, AUTH_NONE); in getfile()
282 to.sin_port = htons(0); in getfile()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg24 # Use is subject to license terms.
183 to contain the value zero.\n\
190 index is set to the given value.\n"
209 index is set to the given value.\n"
226 index is set to the given value.\n"
263 index is set to the given value.\n"
277 index is set to the given value.\n"
292 to the given value.\n\
296 string table, as it is not possible to add new strings to\n\
313 index is set to the given value.\n"
[all …]
H A Dphdr.msg4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
62 @ MSG_ERR_NOINTERPSEC "Unable to locate section corresponding to PT_INTERP \
176 specified position is set to the given value.\n"
190 specifiedindex is set to the given value.\n"
204 index is set to the given value.\n"
222 index is set to the given value.\n"
236 index is set to the given value.\n"
250 index is set to the given value.\n"
291 index is set to the given value.\n"
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A DREADME4 # The contents of this file are subject to the terms of the
41 uudemon.admin: to send messages about status to the administrator of uucp
46 Cvt: shell to move C. and D. files from /usr/spool/uucp to proper
48 SetUp shell that copies old system files to the
53 Here are some pointers for converting to the new version:
57 from "term/xx" to "Direct"
59 the ',' must be changed to a ';'
69 (for example, penril) added to the end of the line.
70 b- All DIR lines must have "DIR" changed to "Direct"
71 and the work 'direct' added to the line.
[all …]
H A DGrades5 # The contents of this file are subject to the terms of the
26 # according to size of the jobs, on a priority basis or a combination
39 # of bytes that a job can have to
42 # to code the job_size field. K, M, and
47 # permit_type a keyword that denotes how to interpret
52 # that are permitted or denied to queue
53 # jobs to this job grade. The list is to
56 # Any is used permit anyone to queue to
59 # Since the user job grade may be bound to more than one system job grade,
60 # it is important to note that the Grades file will be searched
[all …]
H A DDevices3 # Use is subject to license terms.
7 # The contents of this file are subject to the terms of the
40 # Dialers file can contain a \T to expand the number if necessary.
56 # the develcon to reach the ventel modem)
63 # ---Access a direct connection to a system
70 # ---To connect to any system on the DATAKIT VCS network
73 # ---To connect to a system on a Datakit in nj/ho
77 # how to talk to directly
80 # ---To use a dialer that the Datakit understands how to chat with
91 # with a direct connection to login service (i.e., without
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dnocast-vs-bitwise.md3 `__nocast` warns about explicit or implicit casting to different types.
4 HOWEVER, it doesn't consider two 32-bit integers to be different
10 also doesn't warn about the mixing: you can add integers to `__nocast`
14 doesn't allow you to mix with non-bitwise integers, so now it's much
15 harder to lose the type by mistake.
19 - `__nocast` on its own tends to be more useful for *big* integers
20 that still need to act like integers, but you want to make it much
22 that you don't want to mistakenly/silently be returned as `int`, for
24 to them etc without using anything special. However, that mixing also
28 types, and that you'd never want to just use as a random integer (the
H A Darm64-detecting-tagged-addresses.txt4 The ARM64 ABI allows tagged memory addresses to be passed through the
7 byte, however software does not. Therefore it is helpful to be able to
19 also able to detect when comparisons are made against variables that
21 tracking is limited to the scope of the function.
25 used to perform Smatch static analysis on the Linux kernel:
29 It is recommended that this command is run multiple times (6 or more) to
45 The code that this relates to follows:
59 to the comparison on line 818. However it's often helpful to follow the
83 to determine which parameter of that function relates to the parameter of the
131 caller found, to provide a call stack perform the following:
[all …]
H A DTODO.md37 (but most are non-trivial to fix).
46 * add a pass to inline small functions during simplification.
60 * add a possibility to import of file in "IR assembly"
71 * add a pass to transform 3-addresses code to 2-addresses
74 Longer term/to investigate
85 * All warning messages should include the option how to disable it.
91 is hard to insure it is not done.
92 * having 'struct symbol' used to represent symbols *and* types is
95 This seems to make evaluation of function pointers much more complex
97 * extend test-inspect to inspect more AST fields.
[all …]
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib3 # Use is subject to license terms.
20 # referred to above.
26 # relative to the original are "portability fixes" to allow these
82 # cti_writefile() writes to the contents of a file;
83 # cti_appendfile() appends to contents of a file.
279 # to the execution results file, as a single line.
293 # to the execution results file, as a single line.
306 # to the execution results file, as a single line.
332 # to the execution results file, as a single line.
492 "Error writing to file \"$cti_lv_path\""
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotetcpstate.ksh.out7 tcp:::state-change to syn-sent - yes
8 tcp:::state-change to established - yes
9 tcp:::state-change to fin-wait-1 - yes
10 tcp:::state-change to close-wait - yes
11 tcp:::state-change to fin-wait-2 - yes
12 tcp:::state-change to time-wait - yes
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.104 pass in proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
5 pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
7 # block incoming connection requests to my internal network from the big bad
10 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
11 # to block the replies:
12 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
/illumos-gate/usr/src/cmd/mail/
H A Dcat.c40 cat(to, from1, from2) in cat() argument
41 register char *to, *from1, *from2; in cat()
43 for (; *from1;) *to++ = *from1++;
44 for (; *from2;) *to++ = *from2++;
45 *to = '\0';
/illumos-gate/usr/src/cmd/fm/dicts/
H A DSUNOS.po6 # The contents of this file are subject to the terms of the
35 msgstr "Errors have been detected that require a reboot to ensure system integrity. Refer to %s fo…
37 msgstr "illumos will attempt to save and diagnose the error telemetry"
51 …agnosis Engine encountered telemetry for which it is unable to produce a diagnosis. Refer to %s f…
89 msgstr "Schedule a repair procedure to replace the affected device. Use fmdump -v -u <EVENT_ID> to
137 msgstr "Schedule a repair procedure to replace the affected device. Use fmdump -v -u <EVENT_ID> to
259 …gnosis engine encountered telemetry for which it was unable to perform a diagnosis. Refer to %s f…
275 …The diagnosis engine hit a limit restriction and was unable to perform a diagnosis. Refer to %s f…
291 …gnosis engine encountered telemetry for which it was unable to perform a diagnosis. Refer to %s f…
307 …listed devices for which it was unable to perform a diagnosis - %.\n Refer to %s for more informa…
[all …]
H A DSMF.po35 msgstr "XXX Refer to %s for more information."
51 msgstr "XXX Refer to %s for more information."
67 msgstr "XXX Refer to %s for more information."
83 msgstr "XXX Refer to %s for more information."
99 msgstr "XXX Refer to %s for more information."
435 msgstr "The indicated service has transitioned to the offline state\n Refer to %s for more informa…
451 msgstr "The indicated service has transitioned to the online state\n Refer to %s for more informat…
467 msgstr "The indicated service has transitioned to the disabled state\n Refer to %s for more inform…
483 msgstr "The indicated service has transitioned to the degraded state\n Refer to %s for more inform…
499 msgstr "The indicated service has transitioned to the uninitialized state\n Refer to %s for more i…
[all …]
/illumos-gate/usr/src/uts/common/io/iwi/fw-ipw2200/
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
50 to the contrary hereunder, solely with respect to the requirements for
56 contractors is required under this Agreement to detail such compliance.
109 competent jurisdiction to be contrary to law, such provision shall be changed
110 and interpreted so as to best accomplish the objectives of the original
123 containing encryption may be subject to additional restrictions.
134 return all copies of the Software to Intel.
146 agree to the terms of this Agreement. If you do not wish to so agree, do not
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dlink.c51 linkat(int ffd, char *from, int tfd, char *to, int flag) in linkat() argument
62 if (from == NULL || to == NULL) in linkat()
66 if ((error = fgetstartvp(tfd, to, &tstartvp)) != 0) in linkat()
69 error = vn_linkat(fstartvp, from, follow, tstartvp, to, UIO_USERSPACE); in linkat()
82 link(char *from, char *to) in link() argument
84 return (linkat(AT_FDCWD, from, AT_FDCWD, to, 0)); in link()
/illumos-gate/usr/src/grub/grub-0.97/
H A DTODO5 slightly out of date or otherwise not easy to understand at first
6 glance. So write to <bug-grub@gnu.org> first.
12 Things in this file are ranked with one to three !; the more, the
20 * Add more --disable-FOO options to configure, so that you can create a
38 * Add BSD syntax support, using results of ioprobe to map drives. !
55 * Port the script ``grub-install'' to OpenBSD. At least you will have to
59 * Add a command to run a GRUB script file. !!
65 * Add indirect block support to the BSD FFS filesystem code, so files
91 * Add CDROM-chainloading support. It would be enough to support only
94 capability to boot CDROM.
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state4 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
28 # file. The state file both drives the operations to be performed on the
42 # configX.cfg file. If no command is to be executed
43 # then must be set to '-'
48 # or 'inherit -r'. If no command is to be executed,
49 # then must be set to '-'.
59 # This field is for informational purposes only, to
69 # Two important things to note:
86 # which means that no command is to be executed, but simply that the
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ9 have multiple front ends and back ends, but they all have to be part
15 project, and is totally independent from the users. I don't want to
24 approach just leads to insanity. However, at the same time clearly
26 would have to re-parse the whole thing and would have to have its
31 refuse to use a license if that license causes bad engineering
32 decisions. I want the front-end to be considered a separate
33 project, yet the GPL considers the required linking to make the
41 to make their back-end be BSD/MIT licensed, that's great. And if
51 doesn't do that. If you don't give types to your variables, they
59 and refuses to touch the old-style pre-ANSI non-typed (or weakly
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DOBSOLETE39 is equal to
44 is not equal to
59 is less than or equal to
64 is greater than or equal to
88 command allows a function to be exported
89 to scripts that are executed without a separate
113 (to \fBfc\fR or \fBhist\fR command???)
118 is used to skip the editing phase and
119 to re-execute the command.
124 is used to set and list tracked aliases.
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dbcopy.c31 bcopy(from, to, count) in bcopy() argument
33 unsigned char *from, *to; in bcopy()
41 unsigned char *from, *to;
47 unsigned char *from, *to;
51 *to++ = *from++;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3387 also be used for debugging purposes to lie to an OS.
1092 hints to you.
1122 0 to 4K-1
1125 0x07BE to 0x07FF
1131 0x2000 to ?
1134 0x2000 to 0x7FFF
1137 0x7C00 to 0x7DFF
1140 0x7F00 to 0x7F42
1143 0x8000 to ?
1152 416K to 448K-1
[all …]
H A Dmultiboot.info148 to provide some configuration information to an operating system
180 some are moving to ELF. It is highly desirable for boot loaders not to
181 have to be able to interpret all the different types of executable file
211 loader to indicate to the operating system what auxiliary boot modules
229 recommended to follow a rule, but it doesn't need to follow the
234 to follow a rule.
378 boundaries. Some operating systems expect to be able to map the
421 magic value is supposed to be loaded. This field serves to
741 details as to how to read the section header(s)). Note that `shdr_num'
926 information. The interface here is meant to allow a boot loader to work
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES4 to match xopen and the internal naming in our implementation
5 and also to more closely match the webster definition
16 nmake will add "[--catalog?$(CATALOG)]" to USAGE_LICENSE
24 undefined references to { USAGE_LICENSE ERROR_CATALOG } are hard
29 (3) add catalog argument to libcmd <cmd.h> cmdinit(argv, context, catalog)
36 the *.msg files are weird -- we need to build them viewed over an
42 debug will be a debugging locale that will translate each message to
44 this will make it easy to locate text that escaped translation (in what
45 should be translated output); it will also be a way for us to do
60 and the makerules "install" action will copy the catgen output to

12345678910>>...167