Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c77 } In, Out; variable
410 if ((In.f_des = open(In.f_dev_p, O_RDONLY)) < 1) in main()
433 (void) getinfs(In.f_dev, In.f_des, Sptr); in main()
552 In.f_des = open(In.f_dev_p, O_RDONLY); in main()
555 if (g_init(&In.f_dev, &In.f_des) < 0 || in main()
560 if (g_read(In.f_dev, In.f_des, &V_labl, sizeof (V_labl)) < in main()
777 In.f_bsize = (!Itape) ? Disk_cnt * In.f_bsize : In.f_bsize; in mem_setup()
984 have = (xfer_cnt < In.f_bsize) ? xfer_cnt : In.f_bsize; in parent_copy()
998 if ((rv = g_read(In.f_dev, In.f_des, c_p, have)) < 0) { in parent_copy()
1057 have = (xfer_cnt < In.f_bsize) ? xfer_cnt : In.f_bsize; in copy()
[all …]
/illumos-gate/usr/src/common/acpica/resources/
H A Drsxface.c164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
165 #define ACPI_COPY_ADDRESS(Out, In) \ argument
166 ACPI_COPY_FIELD(Out, In, ResourceType); \
167 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
168 ACPI_COPY_FIELD(Out, In, Decode); \
169 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
170 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
171 ACPI_COPY_FIELD(Out, In, Info); \
172 ACPI_COPY_FIELD(Out, In, Address.Granularity); \
173 ACPI_COPY_FIELD(Out, In, Address.Minimum); \
[all …]
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutmisc.c255 } In; in AcpiUtDwordByteSwap() local
261 In.Value = Value; in AcpiUtDwordByteSwap()
263 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap()
264 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap()
265 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap()
266 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY28 5. The output format for some built-ins has changed. In particular
96 ksh-93. In ksh-88 they were dynamically scoped although this
114 25. In ksh-93, cd - will output the directory that it changes
126 28. In emacs/gmacs mode, control-v will not display the version when
130 29. In ksh-88, DEBUG traps were executed. after each command. In ksh-93
133 30. In ksh-88, a redirection to a file name given by an empty string was
134 ignored. In ksh-93, this is an error.
H A DPROMO.mm14 In addition, "sh" scripts can be run on KSH-93 without modification.
36 In-line Editing: In "sh", the only way to fix mistyped
80 In addition there is an arithmetic for command that works
107 be passed by reference. In addition, each variable
134 In addition, KSH-93 can be used as a library that can
139 README file. In addition, the "New KornShell Command and Programming
H A DRELEASE8873 1. A list of words. In this case each word is expanded as
77 [subscript]=value. In this, these elements become
79 3. A list of assignments; simple or compound. In this
83 statements. In this case each assignment is made as
86 In case 3 and 4 above, the value of "$varname" after
212 to conform with the IEEE-POSIX 1003.2 standard. In particular,
243 conventions with some additions. In particular,
367 invocations. In addition, the -x attributes for
374 2. In emacs mode ^N as the first related command after
377 3. In emacs mode, successive kill and delete commands will
[all …]
/illumos-gate/usr/src/test/util-tests/tests/head/
H A Drings.1.out7 In the Land of Mordor where the Shadows lie,
10 In the Land of Mordor where the Shadows lie
H A Drings.5.out8 In the Land of Mordor where the Shadows lie,
11 In the Land of Mordor where the Shadows lie
H A Drings.in7 In the Land of Mordor where the Shadows lie,
10 In the Land of Mordor where the Shadows lie
H A Drings.3.out7 In the Land of Mordor where the Shadows lie,
/illumos-gate/usr/src/lib/librstp/common/
H A DChangeLog33 - - In the librstp.a : drastic change in Port Role Selection
36 - - In libcli.c : readline completion works; for it
46 - - In libcli.a instead of stupid fgets() function we use
H A DREADME17 1. In one shell run 'mngr'
22 2. In another shell run bridge instance.
H A DREADME.news5 - In libcli.a instead of stupid fgets() function we use
/illumos-gate/usr/src/cmd/ast/
H A DREADME.ast2 (AST) libraries and commands. In particular ksh (the illumos /bin/sh), its
11 GNU autoconf). In order to support cross compilation and ensure reproducible
/illumos-gate/usr/src/cmd/svc/milestone/
H A DREADME.share36 In failure scenarios, smf(7) may or may not be running, depending on
42 start automatically can be started manually. In the case that the
79 In cases where the system was unable to bring a combination of the
87 to mount the various filesystems. In the case that these methods fail,
133 In some scenarios, one may be able to use routeadm(8) to activate more
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmain.test4 # The author disclaims copyright to this source code. In place of
191 CREATE TABLE /* In comment ; */
196 CREATE TABLE /* In comment ; */ hi;
201 CREATE TABLE /* In comment ; */;
H A Dbtree3rb.test4 # The author disclaims copyright to this source code. In place of
15 # In particular, this file tests a small part of the Delete logic
H A Dbtree3.test4 # The author disclaims copyright to this source code. In place of
15 # In particular, this file tests a small part of the Delete logic
H A Dthread1.test4 # The author disclaims copyright to this source code. In place of
42 # thread can write the database. In other words:
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests18 o In the posix/C locale;
19 o In the C.UTF-8 locale;
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab40 situation has spiraled out of control. In addition to the obvious
96 up a whole value for this option. In the case of `NUMBER',
136 o In general, changing provided information in a released inittab
143 options). In general, this functionality is only used where
157 In general, it is expected that inittab entries are acquired via
252 In addition, the following routines return extended error information
282 In order to aid in debugging inittab-related problems, two environment
/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A DREADME28 In this configuration we make sure that the packet travels from server
66 In this configuration we make sure that the packet travels from server
136 test-runner cannot pass arguments to individual tests. In
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DCREDITS3 In the development process next sources were used:
/illumos-gate/usr/src/cmd/fs.d/smbclnt/
H A DCREDITS3 In the development process next sources were used:
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault17 # In addition, the definition of the standard layout setting (US keyboard)
38 # In this case, remove the '#' at the beginning of the line with the '@' sign
161 # In addition, some keys have ScanCodes that have a Prefix Byte.
162 # In this case, define '0xe0' as the third argument.(example Home Key,etc)

12345678910>>...12