Home
last modified time | relevance | path

Searched refs:read (Results 76 – 100 of 1509) sorted by relevance

12345678910>>...61

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies52 'read',
159 'read',
262 'read',
503 'read',
1215 'read',
1312 'read',
1564 'read',
1960 'read',
2329 'read',
8077 'read',
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dio.c107 nb = read(sockt, buf, sizeof (buf)); in talk()
126 nb = read(0, buf, nb); in talk()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c102 read(random, addr, ps); in badioctl()
105 read(random, &ioc, sizeof (ioc)); in badioctl()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_base.h23 } read; member
91 } read; member
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c111 if (read(fd, &magic, sizeof (magic)) != sizeof (magic)) in read_hostconf()
117 if (read(fd, &orig_time, sizeof (orig_time)) != sizeof (orig_time)) in read_hostconf()
134 retval = read(fd, &plp->len, sizeof (plp->len)); in read_hostconf()
150 if (read(fd, pkt, plp->len) != plp->len) in read_hostconf()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dsocks.c112 if (atomicio(read, fd, buf + off, 1) != 1) in proxy_read_line()
194 cnt = atomicio(read, proxyfd, buf, 2); in socks_connect()
258 cnt = atomicio(read, proxyfd, buf, 10); in socks_connect()
284 cnt = atomicio(read, proxyfd, buf, 8); in socks_connect()
/illumos-gate/usr/src/test/os-tests/tests/pf_key/
H A Deacq-enabler.c74 rc = read(s, buf, sizeof (buf)); in main()
107 rc = read(s, buf, sizeof (buf)); in main()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dmamexec118 case `(echo ok | (read -r a; echo $a) 2>/dev/null)` in
119 ok) _read_='read -r'
121 *) # read strips \ -- thanks a lot
122 # tmp file avoids char at a time read
123 _read_=read
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c207 while (read(0, &key, 1) == 1) { in main()
286 if (read(0, &skey, 1) != 1) in main()
364 cc = read(0, &record[i], n - i); in main()
387 rval = (offset_t)read(tape, record, n); in main()
487 if (read(0, cp, 1) != 1) in getstring()
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies.pretty661 'read',
731 'read',
801 'read',
884 'read',
977 'read',
1212 'read',
2104 'read',
2267 'read',
2337 'read',
5689 'read',
[all …]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h88 } read; member
125 } read; member
230 s32 (*read)(struct e1000_hw *, u32 *, u16, u16); member
/illumos-gate/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c97 if ((n = read(fd, (char *)fs, SBSIZE)) != SBSIZE) { in main()
145 n = read(fd, (char *)dibuf, bsize); in main()
205 if ((n = read(fd, (char *)fs, SBSIZE)) != SBSIZE) { in main()
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt142 72:AUE_OPEN_R:open(2) - read:fr
143 73:AUE_OPEN_RC:open(2) - read,creat:fc,fr
144 74:AUE_OPEN_RT:open(2) - read,trunc:fd,fr
145 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr
150 80:AUE_OPEN_RW:open(2) - read,write:fr,fw
151 81:AUE_OPEN_RWC:open(2) - read,write,creat:fc,fw,fr
232 192:AUE_READ:read(2):no
318 270:AUE_OPENAT_R:openat(2) - read:no
319 271:AUE_OPENAT_RC:openat(2) - read,creat:no
320 272:AUE_OPENAT_RT:openat(2) - read,trunc:no
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c82 eeprom->ops.read = ixgbe_read_eerd_generic; in ixgbe_init_ops_generic()
2227 if (hw->eeprom.ops.read(hw, i, &word)) { in ixgbe_calc_eeprom_checksum_generic()
2236 if (hw->eeprom.ops.read(hw, i, &pointer)) { in ixgbe_calc_eeprom_checksum_generic()
2245 if (hw->eeprom.ops.read(hw, pointer, &length)) { in ixgbe_calc_eeprom_checksum_generic()
2254 if (hw->eeprom.ops.read(hw, j, &word)) { in ixgbe_calc_eeprom_checksum_generic()
2288 status = hw->eeprom.ops.read(hw, 0, &checksum); in ixgbe_validate_eeprom_checksum_generic()
2334 status = hw->eeprom.ops.read(hw, 0, &checksum); in ixgbe_update_eeprom_checksum_generic()
4306 if (hw->eeprom.ops.read(hw, offset, &caps)) in ixgbe_get_wwn_prefix_generic()
4319 if (hw->eeprom.ops.read(hw, offset, wwpn_prefix)) in ixgbe_get_wwn_prefix_generic()
4350 status = hw->eeprom.ops.read(hw, offset, &caps); in ixgbe_get_fcoe_boot_status_generic()
[all …]
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dkeyfile.c102 if (read(fd, filebuf, filesize) != filesize) { in pkcs11_read_data()
117 nread = read(fd, marker, left); in pkcs11_read_data()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Drtime.c69 extern ssize_t read(int, void *, size_t);
131 res = read(s, (char *)&thetime, sizeof (thetime));
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c154 (void) read(eventstream[1], &evt, sizeof (evt)); in eventstream_read()
528 while (read(clifd, &c, 1) == 1) { in get_client_ident()
535 while ((buflen > 1) && (r = read(clifd, &c, 1)) == 1) { in get_client_ident()
552 while ((r = read(clifd, &c, sizeof (c))) > 0) in get_client_ident()
765 cc = read(consfd, ibuf, BUFSIZ); in do_console_io()
788 cc = read(clifd, ibuf, BUFSIZ); in do_console_io()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c109 if (read(fd, bytes, 2) != 2)
148 if (read(fd, tp->_names, len) != len)
157 if (read(fd, tp->_bool, len) != len)
172 (void) read(fd, &ch, sizeof ch);
215 if (read(fd, tp->_str_table, header.str_size) != header.str_size)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c125 if (read(fd, bytes, 2) != 2) in getnum()
193 if (read(fd, tp->_names, len) != len) in __m_read_terminfo()
202 if (read(fd, tp->_bool, len) != len) in __m_read_terminfo()
215 (void) read(fd, &ch, sizeof (ch)); in __m_read_terminfo()
254 if (read(fd, tp->_str_table, header.str_size) != header.str_size) in __m_read_terminfo()
/illumos-gate/usr/src/cmd/fs.d/nfs/dtrace/
H A Dnfs-trace.d73 nfsv3:::op-read-start,
107 nfsv3:::op-read-done,
149 nfsv4:::op-read-start,
216 nfsv4:::op-read-done,
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c150 if ((ccount = read(f, p, in execute()
153 } else if ((ccount = read(f, p, BUFSIZ)) <= 0) break; in execute()
205 if ((ccount = read(f, p, in execute()
209 } else if ((ccount = read(f, p, in execute()
/illumos-gate/usr/src/test/libc-tests/tests/select/
H A Dselect_test.c88 if (read(null, &buf, 1) < 0) in main()
90 if (read(null, &buf, 1) < 0) in main()
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dbiz22.c136 (void) read(FD, &c, 1); in cmd()
157 (void) read(FD, &c, 1); in detect()
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c918 ((read(fd, buf, DEV_BSIZE)) == -1)) in brute_force_get_device_size()
937 ((read(fd, buf, DEV_BSIZE)) != DEV_BSIZE)) in brute_force_get_device_size()
960 ((read(fd, buf, DEV_BSIZE)) != DEV_BSIZE)) in brute_force_get_device_size()
989 (read(fd, buf, DEV_BSIZE)) != DEV_BSIZE) in validate_size()
1039 read(dskfd, bufp, bufsz) < 0) { in read_sb()
1092 read(fd, (char *)fs, SBSIZE) != SBSIZE || in notrand()
1105 read(fd, (char *)dibuf, bsize) != bsize) { in notrand()
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c157 if (read(ds_fd, ds_header + ds_headsize, BLK_SIZE) < BLK_SIZE) in ds_gets()
192 read(ds_fd, buf, BLK_SIZE) == BLK_SIZE && in ds_readbuf()
329 if (read(ds_fd, ds_header, BLK_SIZE) != BLK_SIZE) { in ds_init()
354 while (read(ds_fd, ds_header, BLK_SIZE) > 0) in ds_init()
377 if (read(ds_fd, ds_header, BLK_SIZE) != BLK_SIZE) { in ds_init()
403 if (read(ds_fd, ds_header + header_size, BLK_SIZE) != in ds_init()

12345678910>>...61