Searched defs:read (Results 26 - 50 of 60) sorted by relevance

123

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c69 # define read( s, b, l ) tcpread( s, 0, (unsigned char *)b, l, NULL ) macro
77 # define read( s, b, l ) recv( s, b, l, 0 ) macro
120 * buffered read from "sb".
121 * returns value of first character read on success and -1 on error.
165 rc = read( sb->sb_sd, sb->sb_ber.ber_buf,
621 * read the tag and the length and as much of the rest as we can
626 * First, we read the tag.
635 * Next, read the length. The first byte contains the length
662 * Finally, malloc a buffer for the contents and read it in.
983 * saving a call to calloc later when we read dat
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java178 public void read(Reader theReader) { method in class:Article
186 Debug.message("Article read: " + theTag);
203 Debug.message("Article read caught " + x);
211 int ch = r.read();
222 * read the word within tagOpen/tagClose pair
258 rv.read(r);
261 rv.read(r);
264 rv.read(r);
330 ch = r.read();
360 while ((ch = r.read()) !
391 public void read(Reader r) throws IOException { method in class:Tag
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_mirror.c479 * Sets the read and write strategies, and the resync pass
537 mirror_read_strategy_t read = 0; local
538 if ((error = get_mirror_read_strategy(request, &read)) == 0) {
539 error = devconfig_set_mirror_read(*mirror, read);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A Dinit_defs.h36 OP_RD = 0x1, /* read a single register */
126 struct op_read read; member in union:init_op
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c49 * The ioctl declarations (for firmware flash burning, register read/write
236 * that the same dev_t that called init is the one calling read now.
1377 /* Determine base address for requested register read */
1553 * be operating in normal mode (capable of read/write, etc.).
1695 * was read from the same address.
1788 * 2) read the status at the base addr of the sector
1883 * 2) read the status at the base addr of the sector
2267 uint32_t read; local
2272 * Perform flash read operation:
2273 * 1) Place addr to read fro
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_devconfig.c860 * Set the read strategy for mirror
865 * @param read
866 * the value to set as the read strategy for mirror
878 mirror_read_strategy_t read)
881 ATTR_MIRROR_READ, (uint16_t)read));
885 * Get read strategy for mirror
890 * @param read
891 * RETURN: read strategy for mirror
903 mirror_read_strategy_t *read)
911 volume_set_error(gettext("mirror read strateg
876 devconfig_set_mirror_read( devconfig_t *mirror, mirror_read_strategy_t read) argument
901 devconfig_get_mirror_read( devconfig_t *mirror, mirror_read_strategy_t *read) argument
1500 devconfig_read_strategy_to_str( mirror_read_strategy_t read) argument
1563 mirror_read_strategy_t read; local
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dcd9660.c130 size_t read; local
147 ISO_DEFAULT_BLOCK_SIZE, susp_buffer, &read);
150 if (error != 0 || read != ISO_DEFAULT_BLOCK_SIZE)
279 size_t buf_size, read, dsize, off; local
291 0, ISO_DEFAULT_BLOCK_SIZE, buf, &read);
294 if (read != ISO_DEFAULT_BLOCK_SIZE) {
327 buf, &read);
330 if (read != ISO_DEFAULT_BLOCK_SIZE) {
390 0, ISO_DEFAULT_BLOCK_SIZE, buf, &read);
393 if (read !
436 size_t read; local
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h209 SMB_COM_DECL(read); variable
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h189 # define read(fd,buff,n) syscall(3,fd,buff,n) macro
191 # define read(fd,buff,n) rEAd(fd,buff,n) macro
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_parse.h506 * read base/scope/filter triple used to read data from LDAP;
507 * LDAP_SCOPE_UNKNOWN indicates that 'read' is unused
520 * The "group.org_dir.x.y.z." NIS+ table should be read from and
525 * { read
542 __nis_search_triple_t read; member in struct:__anon3616
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_log.c173 int read = pb->b_flags & B_READ; local
206 if (read) {
505 * in other words, the read buffer pool is a linked list
615 * o read past eol
616 * o read past the tail
617 * o read data that may be being written.
671 * don't read past the tail or the end-of-log
871 * return current lof for next read
1108 caddr_t va, /* address of buffer to read into */
1115 caddr_t rva; /* address to read int
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h61 int (*read)(); /* Read buffer */ member in struct:nsc_io_s
69 int (*uread)(); /* User read */
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h222 #define BAD_CIS_ADDR 0x080000000 /* read past end of mapped CIS error */
260 cisdata_t *byte; /* read pointer for GET_BYTE macros */
262 } read; member in struct:cistpl_t
279 #define CISTPLF_FROM_AM 0x000000040 /* tuple read from AM space */
280 #define CISTPLF_FROM_CM 0x000000080 /* tuple read from CM space */
328 ((uintptr_t)(tp)->read.byte - \
330 *(tp)->read.byte++ : ((tp)->flags |= CISTPLF_MEM_ERR))
332 ((uintptr_t)(tp)->read.byte - \
337 (((uintptr_t)(tp)->read.byte - \
339 *(cisdata_t *)(tp)->read
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c52 * The ioctl declarations (for firmware flash burning, register read/write
249 * that the same dev_t that called init is the one calling read now.
1451 * be operating in normal mode (capable of read/write, etc.).
1772 * To support this ioctl option, we can read in the
2523 /* temporarily set the cmdset in order to do the initial read */
2665 uint32_t read; local
2668 read = ddi_get32(hermon_get_cmdhdl(state), (uint32_t *)(void *)
2672 * Perform flash read operation:
2673 * 1) Place addr to read from on the HERMON_HW_FLASH_CFG_ADDR
2680 read
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h137 int (*read)(void *hal_private, cmd1394_cmd_t *req, member in struct:h1394_evts_s
190 /* Result field returned by read/write/lock requests */
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h261 uint32_t read; /* calls to iosram_read */ member in struct:iosram_stat
270 uint64_t bread; /* # bytes read */
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c1371 size_t read; local
1388 /* open file and read it into a buffer; it's a small file... */
1403 read = fread (filebuf, sizeof (char), filesize, file);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.c384 nvm->ops.read = e1000_read_nvm_eerd;
386 nvm->ops.read = e1000_read_nvm_spi;
479 /* read mac address */
591 * @offset: register offset to be read
592 * @data: pointer to the read data
671 /* some i354 devices need an extra read for phy id */
728 DEBUGOUT2("Vendor ID 0x%08X read at address %u\n",
1127 * to read the config done bit, so an error is *ONLY* logged and returns
1436 * on the last TLP read/write transaction when MAC is reset.
1464 * When auto config read doe
2790 __e1000_access_emi_reg(struct e1000_hw *hw, u16 address, u16 *data, bool read) argument
[all...]
H A De1000_phy.c39 u16 *data, bool read, bool page_set);
42 u16 *data, bool read);
162 * @data: data value read
278 * @offset: register offset to be read
279 * @data: pointer to the read data
282 * information read to data.
306 /* Poll the ready bit to see if the MDI read completed
372 /* Poll the ready bit to see if the MDI read completed
409 * @offset: register offset to be read
410 * @data: pointer to the read dat
3428 e1000_access_phy_wakeup_reg_bm(struct e1000_hw *hw, u32 offset, u16 *data, bool read, bool page_set) argument
3781 e1000_access_phy_debug_regs_hv(struct e1000_hw *hw, u32 offset, u16 *data, bool read) argument
[all...]
H A De1000_vf.h88 } read; member in union:e1000_adv_rx_desc
125 } read; member in union:e1000_adv_tx_desc
230 s32 (*read)(struct e1000_hw *, u32 *, u16, u16); member in struct:e1000_mbx_operations
H A De1000_ich8lan.c196 * otherwise assume the read PHY ID is correct if it is valid.
360 * attempts to acknowledge any phy read requests.
414 * that the PHY is in a known good state before we read/write
661 /* Can't read flash registers if register set isn't mapped. */
705 nvm->ops.read = e1000_read_nvm_spt;
708 nvm->ops.read = e1000_read_nvm_ich8lan;
837 * @data: pointer to value to read/write from/to the EMI address
838 * @read: boolean flag to indicate read or write
843 u16 *data, bool read)
842 __e1000_access_emi_reg_locked(struct e1000_hw *hw, u16 address, u16 *data, bool read) argument
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c463 * a buffer with room for a sentinal is allocated for a read stream.
464 * A discipline is inserted when read stream is a tty or a pipe
1709 * This is the read discipline that is applied to slow devices
1813 if(read(fd,"",0) < 0)
1968 write(ERRIO,"read from",9);
2109 * The stream can be read with the normal stream operations
2129 * read function for subfile discipline
2230 #undef read macro
2232 * shell version of read() for user added builtins
2240 return(read(f
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c48 #pragma weak _read = read
511 read(int fd, void *buf, size_t size) function
/illumos-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c1883 * Validate and set the read attribute in the given mirror
1887 * the devconfig_t in which to set the read
1918 volume_set_error(gettext("%s: invalid mirror read value"), value);
2147 * Get, as a string, the value of the read attribute of the given
2151 * the devconfig_t from which to retrieve the read
2168 mirror_read_strategy_t read; local
2170 /* Get mirror read strategy */
2171 if ((error = devconfig_get_mirror_read(mirror, &read)) == 0) {
2173 devconfig_read_strategy_to_str(read))) == NULL) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c432 boolean_t read, void *tag, int *numbufsp, dmu_buf_t ***dbpp, uint32_t flags)
443 * Note: We directly notify the prefetch code of this read, so that
444 * we can tell it about the multi-block read. dbuf_read() only knows
482 if (read)
490 read && DNODE_IS_CACHEABLE(dn));
502 if (read) {
526 uint64_t length, int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp)
535 err = dmu_buf_hold_array_by_dnode(dn, offset, length, read, tag,
545 uint64_t length, boolean_t read, void *tag, int *numbufsp,
554 err = dmu_buf_hold_array_by_dnode(dn, offset, length, read, ta
431 dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset, uint64_t length, boolean_t read, void *tag, int *numbufsp, dmu_buf_t ***dbpp, uint32_t flags) argument
525 dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset, uint64_t length, int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp) argument
544 dmu_buf_hold_array_by_bonus(dmu_buf_t *db_fake, uint64_t offset, uint64_t length, boolean_t read, void *tag, int *numbufsp, dmu_buf_t ***dbpp) argument
[all...]

Completed in 197 milliseconds

123