Searched refs:frameno (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/dev/
H A Dvideo_if.h393 int frameno; /* toggles between 0 and 1 */ member in struct:video_payload
H A Dvideo.c142 * frameno? */
2649 /* change of frameno implies end of current frame */
2650 if (vs->vs_frameno >= 0 && vs->vs_frameno != payload->frameno)
2653 vs->vs_frameno = payload->frameno;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtracepoint.c2251 int frameno = -1; local
2258 frameno = 0; /* "next" is first one. */
2260 frameno = traceframe_number + 1;
2269 frameno = traceframe_number - 1;
2273 frameno = -1;
2275 frameno = parse_and_eval_long (args);
2277 if (frameno < -1)
2278 error (_("invalid input (%d is less than zero)"), frameno);
2280 tfind_1 (tfind_number, frameno, 0, 0, from_tty);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtracepoint.c2228 int frameno = -1; local
2235 frameno = 0; /* "next" is first one. */
2237 frameno = traceframe_number + 1;
2246 frameno = traceframe_number - 1;
2250 frameno = -1;
2252 frameno = parse_and_eval_long (args);
2254 if (frameno < -1)
2255 error (_("invalid input (%d is less than zero)"), frameno);
2257 tfind_1 (tfind_number, frameno, 0, 0, from_tty);
/netbsd-current/sys/dev/usb/
H A Dauvitek_video.c749 payload.frameno = -1;
H A Dpseye.c695 payload.frameno = UGETDW(&buf[2]);
H A Duvideo.c1899 payload.frameno = hdr->bmHeaderInfo & UV_FRAME_ID;

Completed in 204 milliseconds