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

/linux-master/drivers/accessibility/speakup/
H A Dmain.c546 u_long cnt = 0, tmpx = spk_x, tmp_pos = spk_pos; local
552 ch = get_char(vc, (u_short *)tmp_pos, &temp);
561 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) {
562 tmp_pos += 2;
566 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp);
569 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE)
571 tmp_pos -= 2;
575 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr);
578 tmp_pos += 2;
580 ch = get_char(vc, (u_short *)tmp_pos,
[all...]
/linux-master/fs/ocfs2/
H A Daops.c1128 u32 tmp_pos; local
1134 tmp_pos = cpos;
1136 &tmp_pos, 1, !clear_unwritten,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c3266 struct nx_ip_list *pos, *tmp_pos; local
3272 list_for_each_entry_safe(pos, tmp_pos, &adapter->ip_list, list) {

Completed in 152 milliseconds