Searched refs:oterm (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dvlock.c24 static struct termios oterm; variable in typeref:struct:termios
41 tcsetattr(STDIN_FILENO, TCSANOW, &oterm);
99 tcgetattr(STDIN_FILENO, &oterm);
100 term = oterm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/
H A Dusbmixer.c108 struct usb_audio_term oterm; member in struct:mixer_build
938 len = get_term_name(state, &state->oterm, kctl->id.name, sizeof(kctl->id.name), 1);
947 if (! mapped_name && ! (state->oterm.type >> 16)) {
948 if ((state->oterm.type & 0xff00) == 0x0100) {
1557 len = get_term_name(state, &state->oterm,
1562 if ((state->oterm.type & 0xff00) == 0x0100)
1667 state.oterm.id = desc[3];
1668 state.oterm.type = combine_word(&desc[4]);
1669 state.oterm.name = desc[8];

Completed in 153 milliseconds