Home
last modified time | relevance | path

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

/arch/mips/sibyte/common/
A Dsb_tbprof.c441 size_t size, loff_t *offp) in sbprof_tb_read() argument
447 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()
/arch/sparc/kernel/
A Dmdesc.c1265 size_t len, loff_t *offp) in mdesc_read() argument
1271 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()
/arch/powerpc/xmon/
A Dxmon.c172 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() argument
866 *offp = off & (BPT_SIZE - 1); in in_breakpoint_table()

Completed in 662 milliseconds