Searched defs:write (Results 1 - 25 of 76) sorted by relevance

1234

/illumos-gate/usr/src/boot/lib/libstand/
H A Dwrite.c1 /* $NetBSD: write.c,v 1.7 1996/06/21 20:29:30 pk Exp $ */
34 * @(#)write.c 8.1 (Berkeley) 6/11/93
70 write(fd, dest, bcount) function
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStderrLog.java39 * This class does not actually write anything until the flush() method
40 * in invoked; this will write the concatenation of all messages
41 * passed to the write() method since the last invokation of flush().
57 public void write(char[] cbuf, int off, int len) throws IOException { method in class:StderrLog
H A DSyslog.java42 * This class does not actually write anything until the flush() method
43 * in invoked; this will write the concatenation of all messages
44 * passed to the write() method since the last invokation of flush().
67 public void write(char[] cbuf, int off, int len) throws IOException { method in class:Syslog
H A Dslpd.java160 * Log object for SLP to write to GUI. This class follows the
163 * This class does not actually write anything until the flush() method
164 * in invoked; this will write the concatenation of all messages
165 * passed to the write() method since the last invocation of flush().
186 public void write(char[] cbuf, int off, int len) method in class:slpd.SLPLog
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dwrite.c45 write(int fd, char *buf, int size) function
62 (void) fprintf(stderr, "write: malloc failed\n");
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dwrite.c41 write(int fd, char *buf, int size) function
58 (void) fprintf(stderr, "write: malloc failed\n");
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_nvram.c41 boolean_t write)
49 op = (write) ? efx_nvram_write_chunk : efx_nvram_read_chunk;
40 sfxge_nvram_rw(sfxge_t *sp, sfxge_nvram_ioc_t *snip, efx_nvram_type_t type, boolean_t write) argument
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.h73 int (*write)(ptree_warg_t *arg, const void *buf); member in struct:__anon3758
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_buffers.c57 tlm_allocate_buffers(boolean_t write, long xfer_size) argument
78 buffers->tbs_buffer[buf].tb_buffer_size = (write)
/illumos-gate/usr/src/uts/common/zmod/
H A Dinffast.c35 Decode literal, length, and distance codes and write out the resulting
84 unsigned write; /* window write index */ local
111 write = state->write;
197 if (write == 0) { /* very common case */
207 else if (write < op) { /* wrap around window */
208 from += wsize + write - op;
209 op -= write;
216 if (write < le
[all...]
H A Dinflate.h46 LIT, /* o: waiting for output space to write literal */
93 unsigned write; /* window write index */ member in struct:inflate_state
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cfgacc.h62 boolean_t write; member in struct:pci_cfgacc_req
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_backend.c62 nwam_check_auths(uid_t uid, boolean_t write, uint64_t flags) argument
85 * auth is not present, and write is true, fail, otherwise
89 if (write) {
116 * available for the backend door to write to.
216 boolean_t write = B_TRUE; local
234 write = B_FALSE;
235 if ((err = nwam_check_auths(uid, write, req->nwbda_flags))
237 if (write) {
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_kdi.c308 kdi_range_is_nontoxic(uintptr_t va, size_t sz, int write) argument
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h62 #define write _write macro
82 /* Eliminate warnings for POSIX clib function names (open, write, etc.) */
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kdi.c194 kmdb_kdi_range_is_nontoxic(uintptr_t va, size_t sz, int write) argument
196 return (mdb.m_kdi->kdi_range_is_nontoxic(va, sz, write));
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c32 static int pci_rw(struct adapter *sc, void *data, int flags, int write);
33 static int reg_rw(struct adapter *sc, void *data, int flags, int write);
99 pci_rw(struct adapter *sc, void *data, int flags, int write) argument
109 if (write != 0)
121 reg_rw(struct adapter *sc, void *data, int flags, int write) argument
131 if (write != 0)
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcphy.h37 int (*write)(adapter_t *adapter, int phy_addr, int mmd_addr, member in struct:mdio_ops
99 /* Convenience MDIO read/write wrappers */
134 phy->mdio_write = mdio_ops->write;
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c59 * read, write, pread, pwrite, readv, and writev syscalls.
108 * to avoid a deadlock with write() calls.
211 write(int fdes, void *cbuf, size_t count) function
267 * We raise psignal if write for >0 bytes causes
282 * We return EFBIG if write is done at an offset
384 * Limit offset such that we don't read or write
522 * Take appropriate action if we are trying to write above the
582 * The pwrite() function shall be equivalent to write(), except
866 * Behaviour is same as write. Please see comments for write
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Derror.h128 int fd; /* write(2) fd */
131 ssize_t (*write) __PROTO__((int, const __V_*, size_t)); /* error output */ member in struct:Error_info_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Derror.h119 int fd; /* write(2) fd */
122 ssize_t (*write)(int, const void*, size_t); /* error output */ member in struct:Error_info_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Derror.h128 int fd; /* write(2) fd */
131 ssize_t (*write) __PROTO__((int, const __V_*, size_t)); /* error output */ member in struct:Error_info_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Derror.h128 int fd; /* write(2) fd */
131 ssize_t (*write) __PROTO__((int, const __V_*, size_t)); /* error output */ member in struct:Error_info_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h128 int fd; /* write(2) fd */
131 ssize_t (*write) __PROTO__((int, const __V_*, size_t)); /* error output */ member in struct:Error_info_s
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzguts.h41 # define write _write macro
165 /* x.next: next output data to deliver or write */

Completed in 182 milliseconds

1234