Searched refs:read_str_long (Results 1 – 3 of 3) sorted by relevance
34 int read_str_long(int fd, long *value, int base) _must_check_ __attribute__((nonnull(2)));
250 int read_str_long(int fd, long *value, int base) in read_str_long() function
1817 if (read_str_long(cfd, &size, 10) < 0) in kmod_module_get_size()1896 err = read_str_long(fd, &refcnt, 10); in kmod_module_get_refcnt()