| /freebsd-12.1/tests/sys/fs/fusefs/ |
| H A D | io.cc | 282 void do_read(ssize_t size, off_t offs) in do_read() function in Io 386 do_read(rsize, rofs); in TEST_P() 398 do_read(0xf556, 0x30c16); /* [0x30c16, 0x4016b] */ in TEST_P() 412 do_read(0xb5b7, 0x1a3aa); /* [0x1a3aa, 0x25960] */ in TEST_P() 439 do_read(rsize, rofs); in TEST_P() 462 do_read(rsize, rofs); in TEST_P() 495 do_read(rsize2, rofs2); in TEST_P() 529 do_read(0xe277, 0x3599c); /* [0x3599c, 0x43c12] */ in TEST_P()
|
| /freebsd-12.1/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-12.1/tests/sys/cddl/zfs/tests/ctime/ |
| H A D | ctime_001_pos.c | 80 int do_read(const char *pfile); 92 { ST_ATIME, "st_atime", do_read }, 212 do_read(const char *pfile) in do_read() function
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdbarch.sh | 49 do_read () function 929 function_list | while do_read 1322 function_list | while do_read 1369 function_list | while do_read 1396 function_list | while do_read 1410 function_list | while do_read 1457 function_list | while do_read 1466 function_list | while do_read 1544 function_list | while do_read 1610 function_list | sort -t: -k 3 | while do_read [all …]
|
| /freebsd-12.1/sys/rpc/ |
| H A D | clnt_vc.c | 857 bool_t do_read; in clnt_vc_soupcall() local 876 do_read = FALSE; in clnt_vc_soupcall() 880 do_read = TRUE; in clnt_vc_soupcall() 882 if (!do_read) in clnt_vc_soupcall() 929 do_read = FALSE; in clnt_vc_soupcall() 933 do_read = TRUE; in clnt_vc_soupcall() 935 if (!do_read) in clnt_vc_soupcall()
|
| /freebsd-12.1/tools/tools/usbtest/ |
| H A D | usb_msc_test.c | 351 uint8_t do_read; in do_io_test() local 356 do_read = 0; in do_io_test() 359 do_read = (usb_ts_rand_noise() & 1); in do_io_test() 362 do_read = 1; in do_io_test() 447 if (do_read) { in do_io_test()
|
| /freebsd-12.1/contrib/gdb/gdb/regformats/ |
| H A D | regdat.sh | 37 do_read () function
|
| /freebsd-12.1/usr.sbin/pmcstat/ |
| H A D | pmcstat.c | 435 int do_print, do_read, do_listcounters, do_descr; in main() local 1326 do_print = do_read = 0; in main() 1350 do_read = 0; in main() 1400 do_read = 1; in main() 1406 if (do_print && !do_read) { in main()
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | bufferevent_openssl.c | 580 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { in do_read() function 798 r = do_read(bev_ssl, n_to_read); in consider_reading() 859 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */ in consider_writing()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_openssl.c | 576 do_read(struct bufferevent_openssl *bev_ssl, int n_to_read) { in do_read() function 792 r = do_read(bev_ssl, n_to_read); in consider_reading() 853 r = do_read(bev_ssl, 1024); /* XXXX 1024 is a hack */ in consider_writing()
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | ispmbox.h | 1781 do_read : 1; member
|