Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c204 static int Write(int, char *, int);
510 Write(ttyo, postbegin, strlen(postbegin)); in start()
515 Write(ttyo, "\003", 1); in start()
531 Write(ttyo, "\004", 1); in start()
541 Write(ttyo, "\004", 1); in start()
543 Write(ttyo, "\003", 1); in start()
758 Write(ttyo, "\004", 1); in done()
772 Write(ttyo, "\004", 1); in done()
800 Write(ttyo, "\004", 1); in done()
809 Write(ttyo, "\004", 1); in done()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dxio.c93 (void) (*Write)(fn, bufr, strlen(bufr) + 1);
151 ret = (*Write)(fn, bufr, len); in xwrdata()
158 ret = (*Write)(fn, bufr, 0); in xwrdata()
H A Ddio.c119 return((*Write)(fn, bufr, (unsigned) strlen(bufr) + 1) < 0 ? FAIL : SUCCESS);
177 ret = (*Write)(fn, bufr, (unsigned) len);
188 ret = (*Write)(fn, bufr, (unsigned) 0);
H A Deio.c162 ret = (*Write)(fn, cmsglen, sizeof(cmsglen));
173 ret = (*Write)(fn, bufr, (unsigned) len);
378 ret = (*Write)(fn, (char *)&bufr, (unsigned) len);
540 ret = (*Write)(fn, bufr, (unsigned) len);
H A Dimsg.c108 (*Write)(fn, buf, strlen(buf) + 1);
H A Dinterface.c62 (*Write)() = write; variable
149 Write = Interface[i].IN_write;
H A Dpk1.c392 if ((*Write)(pk->p_ofn, p, HDRSIZ) != HDRSIZ) {
404 if ((*Write)(pk->p_ofn, buf, pk->p_xsize + HDRSIZ) !=
H A Dconn.c806 (void) (*Write)(fn, buf, bptr - buf);
981 if ((*Write)(fn, dbuf, len) != len) in wrstr()
1004 if (((*Write)(fn, &par_tab[cout], 1)) != 1) in wrchr()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defiisaio.c107 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_port_is_present()
422 io->Io.Write = _Write; in efi_isa_create_io_ports()
632 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_getspeed()
646 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_getspeed()
729 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_putchar()
1136 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_setup()
1142 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_setup()
1148 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_setup()
1153 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_setup()
1159 status = sp->io.isa->Io.Write(sp->io.isa, in efi_isa_setup()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DPciIo.h196 EFI_PCI_IO_PROTOCOL_IO_MEM Write; member
235 EFI_PCI_IO_PROTOCOL_CONFIG Write; member
H A DCpuIo2.h116 EFI_CPU_IO_PROTOCOL_IO_MEM Write; member
H A DDebugPort.h114 EFI_DEBUGPORT_WRITE Write; member
H A DSuperIo.h61 IN BOOLEAN Write,
H A DFirmwareVolumeBlock.h341 EFI_FVB_WRITE Write; member
H A DSerialIo.h290 EFI_SERIAL_WRITE Write; member
H A DDeviceIo.h80 EFI_DEVICE_IO Write; member
H A DIsaIo.h135 EFI_ISA_IO_PROTOCOL_IO_MEM Write; member
H A DSimpleFileSystem.h539 EFI_FILE_WRITE Write; member
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c51 (*Write)() = write; variable
103 Write = Interface[i].IN_write; in interface()
H A Dconn.c595 (void) (*Write)(fn, EOTMSG, strlen(EOTMSG)); in sendthem()
738 if ((*Write)(fn, buf, len) != len) in wrstr()
764 if (((*Write)(fn, &cout, 1)) != 1) in wrchr()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h1580 (_pdev)->PciIoFuncs->Mem.Write( \
1594 (_pdev)->PciIoFuncs->Mem.Write( \
1619 (_pdev)->PciIoFuncs->Mem.Write( \
1634 (_pdev)->PciIoFuncs->Mem.Write( \
1651 (_pdev)->PciIoFuncs->Mem.Write( \
1668 (_pdev)->PciIoFuncs->Mem.Write( \
/illumos-gate/usr/src/cmd/audio/include/
H A DAudio.h127 virtual AudioError Write(
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S71 outb %al,(%dx) # Write character
/illumos-gate/usr/src/common/lzma/
H A DTypes.h131 size_t (*Write)(void *p, const void *buf, size_t size); member
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S248 movb $0xd1,%al # Command: Write

123