Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accessibility/speakup/
Dmain.c546 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local
552 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word()
562 tmp_pos += 2; in get_word()
566 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word()
569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word()
571 tmp_pos -= 2; in get_word()
575 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word()
578 tmp_pos += 2; in get_word()
580 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word()
/linux-6.12.1/fs/ocfs2/
Daops.c1127 u32 tmp_pos; in ocfs2_write_cluster() local
1133 tmp_pos = cpos; in ocfs2_write_cluster()
1135 &tmp_pos, 1, !clear_unwritten, in ocfs2_write_cluster()
/linux-6.12.1/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c3265 struct nx_ip_list *pos, *tmp_pos; in netxen_restore_indev_addr() local
3271 list_for_each_entry_safe(pos, tmp_pos, &adapter->ip_list, list) { in netxen_restore_indev_addr()