Searched refs:read_ret (Results 1 – 1 of 1) sorted by relevance
3939 ssize_t read_ret; in st_init() local3941 read_ret = read(st_fd, ptr, to_be_read); in st_init()3942 if (read_ret < 0) { in st_init()3949 to_be_read -= read_ret; in st_init()3950 ptr += read_ret; in st_init()