Searched refs:offp (Results 1 – 3 of 3) sorted by relevance
441 size_t size, loff_t *offp) in sbprof_tb_read() argument447 long cur_off = *offp; in sbprof_tb_read()466 *offp = cur_off + cur_count - err; in sbprof_tb_read()485 *offp = cur_off; in sbprof_tb_read()
1265 size_t len, loff_t *offp) in mdesc_read() argument1271 if (*offp >= hp->handle_size) in mdesc_read()1274 bytes_left = hp->handle_size - *offp; in mdesc_read()1279 mdesc += *offp; in mdesc_read()1281 *offp += count; in mdesc_read()
172 static struct bpt *in_breakpoint_table(unsigned long pc, unsigned long *offp);859 static struct bpt *in_breakpoint_table(unsigned long nip, unsigned long *offp) in in_breakpoint_table() argument866 *offp = off & (BPT_SIZE - 1); in in_breakpoint_table()
Completed in 662 milliseconds