Searched refs:read_str_ulong (Results 1 – 3 of 3) sorted by relevance
35 int read_str_ulong(int fd, unsigned long *value, int base) _must_check_ __attribute__((nonnull(2)));
267 int read_str_ulong(int fd, unsigned long *value, int base) in read_str_ulong() function
2038 err = read_str_ulong(fd, &address, 16); in kmod_module_get_sections()