/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 77 } In, Out; variable 321 In.f_bsize = Out.f_bsize = BLKSIZ; in main() 400 In.f_dev_p = argv[DEV_IN]; in main() 407 In.f_vol_p = &From_vol[0]; in main() 410 if ((In.f_des = open(In.f_dev_p, O_RDONLY)) < 1) in main() 411 perr(10, "%s: cannot open\n", In.f_dev_p); in main() 415 if (fstat(In.f_des, &stbuf) < 0 || (stbuf.st_mode & S_IFMT) != S_IFCHR) in main() 420 if ((Itape = tapeck(&In, INPUT)) == 1) in main() 433 (void) getinfs(In.f_dev, In.f_des, Sptr); in main() 487 strncpy(Ifpack, In.f_vol_p, 6); in main() [all …]
|
/illumos-gate/usr/src/common/acpica/resources/ |
H A D | rsxface.c | 164 #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 D | utmisc.c | 255 } 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 D | COMPATIBILITY | 28 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 D | PROMO.mm | 14 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 D | RELEASE88 | 73 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 D | rings.1.out | 7 In the Land of Mordor where the Shadows lie, 10 In the Land of Mordor where the Shadows lie
|
H A D | rings.5.out | 8 In the Land of Mordor where the Shadows lie, 11 In the Land of Mordor where the Shadows lie
|
H A D | rings.in | 7 In the Land of Mordor where the Shadows lie, 10 In the Land of Mordor where the Shadows lie
|
H A D | rings.3.out | 7 In the Land of Mordor where the Shadows lie,
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | ChangeLog | 33 - - 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 D | README | 17 1. In one shell run 'mngr' 22 2. In another shell run bridge instance.
|
H A D | README.news | 5 - In libcli.a instead of stupid fgets() function we use
|
/illumos-gate/usr/src/cmd/ast/ |
H A D | README.ast | 2 (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 D | README.share | 36 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 D | main.test | 4 # 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 D | btree3rb.test | 4 # 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 D | btree3.test | 4 # 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 D | thread1.test | 4 # 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 D | README.tests | 18 o In the posix/C locale; 19 o In the C.UTF-8 locale;
|
/illumos-gate/usr/src/lib/libdhcputil/ |
H A D | README.inittab | 40 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 D | README | 28 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/cmd/fs.d/smbclnt/ |
H A D | CREDITS | 3 In the development process next sources were used:
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | CREDITS | 3 In the development process next sources were used:
|
/illumos-gate/usr/src/data/bhyve/kbdlayout/ |
H A D | default | 17 # 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)
|