/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/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 77 } In, Out; variable 321 In.f_bsize = Out.f_bsize = BLKSIZ; in main() 401 Out.f_dev_p = argv[DEV_OUT]; in main() 404 Out.f_vol_p = &To_vol[0]; in main() 412 if ((Out.f_des = open(Out.f_dev_p, O_RDONLY)) < 1) in main() 413 perr(10, "%s: cannot open\n", Out.f_dev_p); in main() 417 if (fstat(Out.f_des, &stbuf) < 0 || (stbuf.st_mode & S_IFMT) != S_IFCHR) in main() 422 Otape = tapeck(&Out, OUTPUT); in main() 457 (void) getoutfs(Out.f_dev, Out.f_des, Sptr, verify); in main() 493 strncpy(V_labl.v_volume, Out.f_vol_p, 6); in main() [all …]
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | utmisc.c | 250 } Out; in AcpiUtDwordByteSwap() local 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() 268 return (Out.Value); in AcpiUtDwordByteSwap()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | tty.c | 71 static int Out; /* file descriptor of stdout */ variable 323 Out = fileno(stdout); in savetty() 341 if (ioctl(Out, TCSETAW, &ttybuf) < 0) { in setty() 351 if (ioctl(Out, TCSETAW, &savtty) < 0) in resetty()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.l | 130 yyerror(gettext("Out of memory"));
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | errlist | 98 63 ENOSR Out of stream resources
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acpixf.h | 1190 ACPI_RESOURCE_ADDRESS64 *Out))
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 1390 dup ENOMEM = abort" Out of memory" 1413 dup ENOMEM = abort" Out of memory" 1437 dup ENOMEM = abort" Out of memory"
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | release.txt | 1152 2. Problem: CQ90311 - Disable Nop-Out and login to target, seeing 1269 5. Problem: CQ90311 - Disable Nop-Out and login to target, seeing 1549 15. Problem: Out-of-bound memory access on MFW interaction for resource 3818 Change: (FW iSCSI) Re-open TCP window once last Out-Of-Order packet is 3819 received from Out-Of-Order queue. 5189 6. Problem: Out-of-order iSCSI was disabled during traffic. 5191 Change: (FW iSCSI) Fix Out-of-order mode.
|
/illumos-gate/usr/src/lib/libnwam/ |
H A D | README | 512 NWAM_NO_MEMORY Out of memory
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 222 keypad_local, "rmkx" "ke" Out of "keypad transmit" mode
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 227 keypad_local rmkx ke str Out of keypad transmit mode
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 229 keypad_local rmkx ke str Out of keypad transmit mode
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 237 005a Remote Insight II board - Lights-Out 328 b203 Integrated Lights Out Controller 330 b204 Integrated Lights Out Processor 332 c000 Remote Insight Lights-Out Edition 6754 3300 Integrated Lights-Out Standard Virtual USB Controller 6760 3301 Integrated Lights-Out Standard Serial Port 6766 3302 Integrated Lights-Out Standard KCS Interface 6771 3305 Integrated Lights-Out (iLO2) Controller 6772 3306 Integrated Lights-Out Standard Slave Instrumentation & System Support 6776 3307 Integrated Lights-Out Standard Management Processor Support and Messaging [all …]
|
H A D | usb.ids | 9329 0648 Inside Out Networks 10695 0223 IMic Audio In/Out 18730 1608 Inside Out Networks [hex] 24589 0a0 Out 24649 02e Paper-Out 24969 22e AC Zoom Out 25393 0d8 Voltage Out Of Range 25394 0d9 Current Out Of Range
|
/illumos-gate/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 696 vendor INSIDEOUT 0x1608 Inside Out Networks 2568 /* Inside Out Networks products */
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 14585 # off the bottom line. Out of the dialog area, ^K moves it up, but there 18469 # SO Shift Out ^N - - - (Q)
|
H A D | terminfo.src | 16468 # off the bottom line. Out of the dialog area, ^K moves it up, but there 20687 # SO Shift Out ^N - - - (Q)
|