Searched refs:tmp_pos (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 550 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local 556 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word() 565 && ((char)get_char(vc, (u_short *) &tmp_pos + 1, &temp) > in get_word() 567 tmp_pos += 2; in get_word() 571 ch = (char)get_char(vc, (u_short *) tmp_pos - 1, &temp); in get_word() 573 && ((char)get_char(vc, (u_short *) tmp_pos, &temp) > in get_word() 576 tmp_pos -= 2; in get_word() 579 attr_ch = get_char(vc, (u_short *) tmp_pos, &spk_attr); in get_word() 582 tmp_pos += 2; in get_word() 584 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word()
|
/linux-4.4.14/fs/ocfs2/ |
D | aops.c | 1595 u32 tmp_pos; in ocfs2_write_cluster() local 1601 tmp_pos = cpos; in ocfs2_write_cluster() 1603 &tmp_pos, 1, 0, wc->w_di_bh, in ocfs2_write_cluster()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 3320 struct nx_ip_list *pos, *tmp_pos; in netxen_restore_indev_addr() local 3326 list_for_each_entry_safe(pos, tmp_pos, &adapter->ip_list, list) { in netxen_restore_indev_addr()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 1053 loff_t tmp_pos = 0; in i915_error_state_read() local 1065 ret_count = simple_read_from_buffer(userbuf, count, &tmp_pos, in i915_error_state_read()
|