Searched refs:do_read (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drsh_locl.h161 ssize_t do_read (int, void*, size_t, void*);
165 #define do_read(F, B, L, I) read((F), (B), (L)) macro
H A Dcommon.c74 do_read (int fd, void *buf, size_t sz, void *ivec) function
H A Drsh.c115 ret = do_read (s, buf, sizeof(buf), ivec_in[0]);
127 ret = do_read (errsock, buf, sizeof(buf), ivec_in[1]);
H A Drshd.c446 ret = do_read (from0, buf, RSHD_BUFSIZ, ivec_in[0]);
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dio.cc257 void do_read(ssize_t size, off_t offs) function in class:Io
361 do_read(rsize, rofs);
373 do_read(0xf556, 0x30c16); /* [0x30c16, 0x4016b] */
387 do_read(0xb5b7, 0x1a3aa); /* [0x1a3aa, 0x25960] */
414 do_read(rsize, rofs);
437 do_read(rsize, rofs);
470 do_read(rsize2, rofs2);
504 do_read(0xe277, 0x3599c); /* [0x3599c, 0x43c12] */
/freebsd-13-stable/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c80 int do_read(const char *pfile);
92 { ST_ATIME, "st_atime", do_read },
212 do_read(const char *pfile) function
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c101 do_read(const char *pfile) function
285 { ST_ATIME, "st_atime", do_read },
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcstat.c435 int do_print, do_read, do_listcounters, do_descr; local
1332 do_print = do_read = 0;
1356 do_read = 0;
1406 do_read = 1;
1412 if (do_print && !do_read) {
/freebsd-13-stable/tools/tools/usbtest/
H A Dusb_msc_test.c351 uint8_t do_read; local
356 do_read = 0;
359 do_read = (usb_ts_rand_noise() & 1);
362 do_read = 1;
447 if (do_read) {
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c580 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { function
798 r = do_read(bev_ssl, n_to_read);
859 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */
1037 /* Call do_read and do_write as needed */
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c576 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { function
792 r = do_read(bev_ssl, n_to_read);
853 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */
1017 /* Call do_read and do_write as needed */

Completed in 143 milliseconds