Home
last modified time | relevance | path

Searched refs:read_all (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_signd.c80 read_all(int fd, void *buf, size_t len) in read_all() function
111 if (read_all(fd, len, sizeof(*len)) != sizeof(*len)) return -1; in recv_packet()
114 if (read_all(fd, *buf, *len) != *len) { in recv_packet()
/freebsd/crypto/openssl/test/
H A Dcmsapitest.c292 static unsigned char *read_all(BIO *bio, long *p_len) in read_all() function
339 if (!TEST_ptr(buf = read_all(bio, &buf_len))) in test_d2i_CMS_decode()
/freebsd/contrib/ntp/sntp/libevent/
H A Darc4random.c129 read_all(int fd, unsigned char *buf, size_t count) in read_all() function
302 n = read_all(fd, buf, sizeof(buf)); in arc4_seed_urandom_helper_()
/freebsd/contrib/libevent/
H A Darc4random.c129 read_all(int fd, unsigned char *buf, size_t count) in read_all() function
302 n = read_all(fd, buf, sizeof(buf)); in arc4_seed_urandom_helper_()
/freebsd/contrib/lua/src/
H A Dliolib.c540 static void read_all (lua_State *L, FILE *f) { in read_all() function
597 read_all(L, f); /* read entire file */ in g_read()
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c403 read_all(FILE *f, size_t *len) in read_all() function
455 buf = read_all(f, len); in read_file()
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c414 static void read_all(int fd, void *msg, size_t len) in read_all() function
462 read_all(svc->sock[0], &msg, sizeof msg); in rs_notify_svc()
4014 read_all(svc->sock[1], &msg, sizeof msg); in udp_svc_process_sock()
4255 read_all(svc->sock[1], &msg, sizeof msg); in tcp_svc_process_sock()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c215 cmd.cp.read_all = 1; in hci_read_stored_link_key()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h1022 u_int8_t read_all; /* read all keys? 0x01 - yes */ member