Searched refs:shift_state (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/sys/arm/arm/
H A Dsc_machdep.c83 values->shift_state = 0;
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c3559 scp->status |= (bios_value.shift_state & NLKED);
H A Dsyscons.h528 int shift_state; member in struct:__anon7878
/freebsd-11-stable/sys/isa/
H A Dsyscons_isa.c213 values->shift_state = ((shift & BIOS_CLKED) != 0 ? CLKED : 0) |
220 values->shift_state = 0;
/freebsd-11-stable/sys/mips/mips/
H A Dsc_machdep.c83 values->shift_state = 0;
/freebsd-11-stable/sys/pc98/cbus/
H A Dsyscons_cbus.c171 values->shift_state = 0;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dsc_machdep.c83 values->shift_state = 0;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c602 mbstate_t shift_state; local
604 memset(&shift_state, 0, sizeof(shift_state));
636 r = mbrtowc(wcs, mbs, mbs_length, &shift_state);
788 mbstate_t shift_state; local
790 memset(&shift_state, 0, sizeof(shift_state));
818 n = wcrtomb(p, *w++, &shift_state);
2189 mbstate_t shift_state; local
2191 memset(&shift_state,
3428 mbstate_t shift_state; local
[all...]

Completed in 172 milliseconds