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

/freebsd-10.0-release/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-10.0-release/contrib/gdb/gdb/regformats/
H A Dregdat.sh37 do_read () function
133 while do_read
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.hpp132 do_read(const char* input) function in namespace:test_helpers_detail
163 actual = test_helpers_detail::do_read< Reader >(input);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh49 do_read () function
791 function_list | while do_read
909 function_list | while do_read
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
[all...]
/freebsd-10.0-release/sys/rpc/
H A Dclnt_vc.c851 bool_t do_read; local
870 do_read = FALSE;
874 do_read = TRUE;
876 if (!do_read)
923 do_read = FALSE;
927 do_read = TRUE;
929 if (!do_read)
/freebsd-10.0-release/tools/tools/usbtest/
H A Dusb_msc_test.c322 uint8_t do_read; local
327 do_read = 0;
330 do_read = (usb_ts_rand_noise() & 1);
333 do_read = 1;
418 if (do_read) {
/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat.c556 int do_print, do_read; local
1353 do_print = do_read = 0;
1377 do_read = 0;
1420 do_read = 1;
1426 if (do_print && !do_read) {
/freebsd-10.0-release/sys/dev/isp/
H A Dispmbox.h1629 do_read : 1; member in struct:__anon8694::__anon8695::__anon8696

Completed in 241 milliseconds