Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/accessibility/speakup/
Dmain.c548 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local
554 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
563 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word()
564 tmp_pos += 2; in get_word()
568 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word()
571 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
573 tmp_pos -= 2; in get_word()
577 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word()
580 tmp_pos += 2; in get_word()
582 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
/Linux-v5.10/fs/ocfs2/
Daops.c1134 u32 tmp_pos; in ocfs2_write_cluster() local
1140 tmp_pos = cpos; in ocfs2_write_cluster()
1142 &tmp_pos, 1, !clear_unwritten, in ocfs2_write_cluster()
/Linux-v5.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c3278 struct nx_ip_list *pos, *tmp_pos; in netxen_restore_indev_addr() local
3284 list_for_each_entry_safe(pos, tmp_pos, &adapter->ip_list, list) { in netxen_restore_indev_addr()