Searched defs:read_fn (Results 1 – 2 of 2) sorted by relevance
55 static int SkipWithRead(void *ctx, ReadFullyFn read_fn, size_t count) in SkipWithRead()72 static char *FindKernelConfigFromStream(void *ctx, ReadFullyFn read_fn, in FindKernelConfigFromStream()145 ReadFullyFn read_fn = ReadFullyWithRead; in FindKernelConfig() local
591 def _verify_registers(self, reg_name, read_fn, match_list): argument