Searched defs:write (Results 1 - 25 of 76) sorted by last modified time

1234

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c902 UINT32 Width, int write)
912 OSL_RW(ptr, Value, uint8_t, write);
915 OSL_RW(ptr, Value, uint16_t, write);
918 OSL_RW(ptr, Value, uint32_t, write);
921 OSL_RW(ptr, Value, uint64_t, write);
987 cmn_err(CE_NOTE, "!write to PCI cfg %x/%x/%x %x"
901 osl_rw_memory(ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width, 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/uts/sun4/vm/
H A Dvm_dep.c1046 kdi_range_is_nontoxic(uintptr_t va, size_t sz, int write) argument
1049 if (write && kdi_range_overlap(va, sz, OFW_START_ADDR, OFW_END_ADDR -
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h732 * Where X=[read|write], L=locking, P=sets page, A=register access
773 s32 (*write)(struct e1000_hw *, u16, u16, u16 *); member in struct:e1000_nvm_operations
892 s32 (*write)(struct e1000_hw *, u32 *, u16, u16); member in struct:e1000_mbx_operations
H A De1000_vf.h231 s32 (*write)(struct e1000_hw *, u32 *, u16, u16); member in struct:e1000_mbx_operations
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c6828 * The 'write' parameter is set to 1 if the dataset is also writable.
6831 zone_dataset_visible(const char *dataset, int *write) argument
6856 if (write)
6857 *write = 1;
6878 if (write)
6879 *write = 0;
6913 if (write)
6914 *write = 0;
6928 if (write)
6929 *write
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h156 * bulk (write) incoming data decode, implementation of the appropriate
226 SMB_COM_DECL(write); variable
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c834 * write out all the stored lines
933 boolean_t write = B_TRUE; local
1027 "could not open tmp file for write: %s\n"), strerror(err));
1057 } else if (write || strncmp(menu_buf, BE_GRUB_COMMENT,
1079 * need to write that entry out and keep searching.
1095 write = B_FALSE;
1122 * write out the line(s) we've buffered since
1138 write = B_TRUE;
1154 write = B_FALSE;
1177 } else if (write) {
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1021 open_write_delegation4 write; member in union:open_delegation4::__anon632
1328 * for the write data.
/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/boot/lib/libz/
H A Dgzguts.h41 # define write _write macro
165 /* x.next: next output data to deliver or write */
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c172 int write; member in struct:gzFile_s
207 gz->write = strchr(mode, 'w') != NULL;
211 if (gz->write)
222 gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") :
223 fopen(path, gz->write ? "wb" : "rb");
225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
244 if (gz == NULL || !gz->write)
270 if (gz == NULL || gz->write)
306 if (gz->write) {
548 * -c : write t
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h2239 #define IXGBE_EEPROM_WRITE_OPCODE_SPI 0x02 /* EEPROM write opcode */
2245 #define IXGBE_EEPROM_WRSR_OPCODE_SPI 0x01 /* EEPROM write Status reg */
2276 * EERW write to complete */
2401 #define IXGBE_TDWBAL_HEAD_WB_ENABLE 0x1 /* Tx head write-back enable */
2402 #define IXGBE_TDWBAL_SEQNUM_WB_ENABLE 0x2 /* Tx seq# write-back enable */
2911 #define FW_WRITE_SHADOW_RAM_LEN 0xA /* 8 plus 1 WORD to write */
3647 s32 (*write)(struct ixgbe_hw *, u16, u16); member in struct:ixgbe_eeprom_operations
3855 s32 (*write)(struct ixgbe_hw *, u32 *, u16, u16); member in struct:ixgbe_mbx_operations
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_nvram.c1631 * and optionally write a new tag to it.
1644 __in boolean_t write)
1667 if (write) {
1756 boolean_t write = all_segments || current_offset == 0; local
1760 &remaining_modified_length, write);
1976 * Check that the size is a multiple of the write chunk size if
1977 * the write chunk size is available.
1634 ef10_nvram_segment_write_tlv( __in efx_nic_t *enp, __in uint32_t partn, __in uint32_t tag, __in_bcount(size) caddr_t data, __in size_t size, __inout caddr_t *seg_datap, __inout size_t *partn_offsetp, __inout size_t *src_remain_lenp, __inout size_t *dest_remain_lenp, __in boolean_t write) argument
/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/cmd/mdb/common/mdb/
H A Dmdb_fmt.c74 * mdb_fmt_print(). These are characters that write (vwWZ) and characters that
729 const char *write; local
738 write = (fp->f_type & FMT_WRITE) ? "write " : "";
741 mdb_printf("%c - %s%s", i, write, fp->f_help);
745 mdb_printf("%c - %s%s", i, write, fp->f_help);
747 mdb_printf("%c - %s%s", i, write,
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c412 tlm_create_reader_writer_ipc(boolean_t write, long data_transfer_size) argument
424 cmd->tc_buffers = tlm_allocate_buffers(write, data_transfer_size);
608 * char *buf - buffer to write new dir/name string
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c266 int total_cookies, write; local
268 write = (type == VIRTIO_BLK_T_OUT ||
298 xfer->x_ndmac, write ? B_TRUE : B_FALSE);
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c625 boolean_t write)
632 /* 'write' - from the driver's point of view */
633 if (!write)
639 boolean_t write)
641 virtio_ve_set_desc(qe->qe_desc, paddr, len, write);
652 boolean_t write)
660 virtio_ve_set_desc(indirect_desc, paddr, len, write);
666 ddi_dma_cookie_t dma_cookie, unsigned int ncookies, boolean_t write)
672 dma_cookie.dmac_size, write);
624 virtio_ve_set_desc(struct vring_desc *desc, uint64_t paddr, uint32_t len, boolean_t write) argument
638 virtio_ve_set(struct vq_entry *qe, uint64_t paddr, uint32_t len, boolean_t write) argument
651 virtio_ve_add_indirect_buf(struct vq_entry *qe, uint64_t paddr, uint32_t len, boolean_t write) argument
665 virtio_ve_add_cookie(struct vq_entry *qe, ddi_dma_handle_t dma_handle, ddi_dma_cookie_t dma_cookie, unsigned int ncookies, boolean_t write) argument
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c892 * child process, depending on the 'write' argument.
897 const char *cmd, boolean_t write,
912 if (write) {
896 posix_spawn_pipe_np(pid_t *pidp, int *fdp, const char *cmd, boolean_t write, posix_spawn_file_actions_t *fact, posix_spawnattr_t *attr) argument
H A Dscalls.c49 #pragma weak _write = write
520 write(int fd, const void *buf, size_t size) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c669 write(int fd, const void *buf, size_t size) function
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A Dinit_defs.h37 OP_WR, /* write a single register */
41 OP_WR_64, /* write 64 bit pattern */
127 struct op_write write; member in union:init_op
/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/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h577 uint32_t write:1; member in struct:read_log_var
584 uint32_t write:1; member in struct:read_log_var

Completed in 376 milliseconds

1234