/freebsd/tests/sys/fs/fusefs/ |
H A D | io.cc | 311 void do_read(off_t offs, ssize_t size) in do_read() function in Io 418 do_read(rofs, rsize); in TEST_P() 430 do_read(0x30c16, 0xf556); /* [0x30c16, 0x4016b] */ in TEST_P() 444 do_read(0x1a3aa, 0xb5b7); /* [0x1a3aa, 0x25960] */ in TEST_P() 471 do_read(rofs, rsize); in TEST_P() 494 do_read(rofs, rsize); in TEST_P() 527 do_read(rofs2, rsize2); in TEST_P() 561 do_read(0x3599c, 0xe277); /* [0x3599c, 0x43c12] */ in TEST_P() 583 do_read(0x1000, 0x1000); in TEST_P()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | rsh_locl.h | 161 ssize_t do_read (int, void*, size_t, void*); 165 #define do_read(F, B, L, I) read((F), (B), (L)) macro
|
H A D | ChangeLog | 332 * common.c (do_read): the encoded length can be longer than the 347 * common.c (do_read): be careful with the return value from 368 * common.c (do_read): handle EOF. From Brian A May 427 * common.c (do_write, do_read): always return -1 for failure 447 * common.c (do_read): use krb5_get_wrapped_length
|
H A D | common.c | 74 do_read (int fd, void *buf, size_t sz, void *ivec) in do_read() function
|
H A D | rsh.c | 115 ret = do_read (s, buf, sizeof(buf), ivec_in[0]); in rsh_loop() 127 ret = do_read (errsock, buf, sizeof(buf), ivec_in[1]); in rsh_loop()
|
H A D | rshd.c | 446 ret = do_read (from0, buf, RSHD_BUFSIZ, ivec_in[0]); in rshd_loop()
|
/freebsd/tests/sys/cddl/zfs/tests/ctime/ |
H A D | ctime_001_pos.c | 78 int do_read(const char *pfile); 90 { ST_ATIME, "st_atime", do_read }, 210 do_read(const char *pfile) in do_read() function
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | ctime.c | 107 do_read(const char *pfile) in do_read() function 287 { ST_ATIME, "st_atime", do_read },
|
/freebsd/tools/tools/usbtest/ |
H A D | usb_msc_test.c | 350 uint8_t do_read; in do_io_test() local 355 do_read = 0; in do_io_test() 358 do_read = (usb_ts_rand_noise() & 1); in do_io_test() 361 do_read = 1; in do_io_test() 446 if (do_read) { in do_io_test()
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat.c | 447 int do_print, do_read, do_listcounters, do_descr, domains; in main() local 1339 do_print = do_read = 0; in main() 1363 do_read = 0; in main() 1413 do_read = 1; in main() 1419 if (do_print && !do_read) { in main()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | bufferevent_openssl.c | 584 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { in do_read() function 802 r = do_read(bev_ssl, n_to_read); in consider_reading() 863 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */ in consider_writing()
|
/freebsd/contrib/libevent/ |
H A D | bufferevent_openssl.c | 584 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { in do_read() function 802 r = do_read(bev_ssl, n_to_read); in consider_reading() 863 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */ in consider_writing()
|