Lines Matching refs:b
279 instance_id = params[0].b; in tee_socket_open()
281 protocol = params[1].b; in tee_socket_open()
313 instance_id = params[0].b; in tee_socket_close()
346 instance_id = params[0].b; in tee_socket_close_all()
358 static void ts_add(const struct timespec *a, const struct timespec *b, in ts_add() argument
361 res->tv_sec = a->tv_sec + b->tv_sec; in ts_add()
362 res->tv_nsec = a->tv_nsec + b->tv_nsec; in ts_add()
370 const struct timespec *b) in ts_diff_to_polltimeout() argument
376 diff.tv_sec = a->tv_sec - b->tv_sec; in ts_diff_to_polltimeout()
377 diff.tv_nsec = a->tv_nsec - b->tv_nsec; in ts_diff_to_polltimeout()
378 if (a->tv_nsec < b->tv_nsec) { in ts_diff_to_polltimeout()
482 instance_id = params[0].b; in tee_socket_send()
492 params[2].b = bytes; in tee_socket_send()
545 void *b = malloc(SUPP_MAX_PEEK_LEN); in read_with_timeout() local
547 if (!b) in read_with_timeout()
549 r = recv_with_out_flags(fd, b, SUPP_MAX_PEEK_LEN, in read_with_timeout()
552 free(b); in read_with_timeout()
621 instance_id = params[0].b; in tee_socket_recv()
797 instance_id = params[0].b; in tee_socket_ioctl()