Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/speakup/
Dmain.c539 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; in get_word() local
544 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word()
553 && ((char)get_char(vc, (u_short *) &tmp_pos + 1, &temp) > in get_word()
555 tmp_pos += 2; in get_word()
559 ch = (char)get_char(vc, (u_short *) tmp_pos - 1, &temp); in get_word()
561 && ((char)get_char(vc, (u_short *) tmp_pos, &temp) > in get_word()
564 tmp_pos -= 2; in get_word()
567 attr_ch = get_char(vc, (u_short *) tmp_pos, &spk_attr); in get_word()
570 tmp_pos += 2; in get_word()
572 ch = (char)get_char(vc, (u_short *) tmp_pos, &temp); in get_word()
/linux-3.4.99/fs/ocfs2/
Daops.c1225 u32 tmp_pos; in ocfs2_write_cluster() local
1231 tmp_pos = cpos; in ocfs2_write_cluster()
1233 &tmp_pos, 1, 0, wc->w_di_bh, in ocfs2_write_cluster()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c3100 struct nx_vlan_ip_list *pos, *tmp_pos; in netxen_restore_indev_addr() local
3106 list_for_each_entry_safe(pos, tmp_pos, &adapter->vlan_ip_list, list) { in netxen_restore_indev_addr()