Searched refs:cursor2 (Results 1 – 5 of 5) sorted by relevance
584 char *cursor1 = prepath, *cursor2 = prepath; in cifs_sanitize_prepath() local596 *cursor2 = *cursor1; in cifs_sanitize_prepath()601 if (IS_DELIM(*cursor1) && IS_DELIM(*cursor2)) in cifs_sanitize_prepath()603 *(++cursor2) = *cursor1; in cifs_sanitize_prepath()607 if (IS_DELIM(*(cursor2 - 1))) in cifs_sanitize_prepath()608 cursor2--; in cifs_sanitize_prepath()610 *cursor2 = '\0'; in cifs_sanitize_prepath()
84 u32 cursor2; member
889 state->cursor2 = 0x00000000; in NVCalcStateExt()929 state->cursor2 = par->CursorStart >> 24; in NVCalcStateExt()1583 VGA_WR08(par->PCIO, 0x03D5, state->cursor2); in NVLoadStateExt()1641 state->cursor2 = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
1256 state->cursor2 = 0x00000000; in CalcStateExt()1272 state->cursor2 = 0x00000000; in CalcStateExt()1298 state->cursor2 = chip->CursorStart >> 24; in CalcStateExt()1672 VGA_WR08(chip->PCIO, 0x03D5, state->cursor2); in LoadStateExt()1734 state->cursor2 = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
520 U032 cursor2; member