Home
last modified time | relevance | path

Searched refs:do_read (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/tests/sys/fs/fusefs/
H A Dio.cc282 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 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 DChangeLog332 * 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 Dcommon.c74 do_read (int fd, void *buf, size_t sz, void *ivec) in do_read() function
H A Drsh.c115 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 Drshd.c446 ret = do_read (from0, buf, RSHD_BUFSIZ, ivec_in[0]); in rshd_loop()
/freebsd-12.1/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) in do_read() function
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.sh49 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 Dclnt_vc.c857 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 Dusb_msc_test.c351 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 Dregdat.sh37 do_read () function
/freebsd-12.1/usr.sbin/pmcstat/
H A Dpmcstat.c435 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 Dbufferevent_openssl.c580 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 Dbufferevent_openssl.c576 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 Dispmbox.h1781 do_read : 1; member