Home
last modified time | relevance | path

Searched refs:read_str_ulong (Results 1 – 3 of 3) sorted by relevance

/external/kmod/shared/
Dutil.h35 int read_str_ulong(int fd, unsigned long *value, int base) _must_check_ __attribute__((nonnull(2)));
Dutil.c269 int read_str_ulong(int fd, unsigned long *value, int base) in read_str_ulong() function
/external/kmod/libkmod/
Dlibkmod-module.c2038 err = read_str_ulong(fd, &address, 16); in kmod_module_get_sections()