Searched refs:read_timed (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/lib/libtacplus/ |
| H A D | taclib.c | 73 static int read_timed(struct tac_handle *, void *, size_t, 485 read_timed(struct tac_handle *h, void *buf, size_t len, in read_timed() function 553 if (read_timed(h, msg, HDRSIZE, &deadline) == -1) in recv_msg() 580 if (read_timed(h, msg->u.body, len, &deadline) == -1) in recv_msg()
|