HomeSort by: relevance | last modified time | path
    Searched defs:bts (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/compat/ultrix/
ultrix_ioctl.c 562 struct termios bts; local
566 error = ultrix_do_ioctl(SCARG(&ap, fd), TIOCGETA, &bts, l);
570 btios2stios (&bts, &sts);
583 struct termios bts; local
592 error = ultrix_do_ioctl(SCARG(&ap, fd), TIOCGETA, &bts, l);
600 btios2stios(&bts, &sts);
602 stios2btios(&sts, &bts);
609 ULTRIX_TCSETA - SCARG(&ap, com) + TIOCSETA, &bts, l);
612 ULTRIX_TCSETA - SCARG(&ap, com) + TIOCSETA, &bts, l);
624 struct termios bts; local
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
ktime.h 187 struct timespec bts; local
189 getnanoboottime(&bts);
190 timespecadd(&ts, &bts, &ts);
  /src/external/gpl3/gdb/dist/gdbsupport/
btrace-common.h 61 /* Branch trace is in Branch Trace Store (BTS) format.
62 Actually, the format is a sequence of blocks derived from BTS. */
100 /* A BTS configuration. */
107 control variable for "set record btrace bts buffer-size". */
143 /* The BTS format configuration. */
144 struct btrace_config_bts bts; member in struct:btrace_config
150 /* Branch trace in BTS format. */
212 struct btrace_data_bts bts; member in union:btrace_data::__anon18389
  /src/external/gpl3/gdb.old/dist/gdb/
btrace.h 98 /* Decode errors for the BTS recording format. */
291 We are iterating over BTRACE.DATA.FORMAT.VARIANT.BTS.BLOCKS. */
293 } bts; member in union:btrace_maint_info::__anon20551
  /src/external/gpl3/gdb.old/dist/gdbsupport/
btrace-common.h 61 /* Branch trace is in Branch Trace Store (BTS) format.
62 Actually, the format is a sequence of blocks derived from BTS. */
100 /* A BTS configuration. */
107 control variable for "set record btrace bts buffer-size". */
134 /* The BTS format configuration. */
135 struct btrace_config_bts bts; member in struct:btrace_config
141 /* Branch trace in BTS format. */
203 struct btrace_data_bts bts; member in union:btrace_data::__anon21130
  /src/sys/compat/sunos/
sunos_ioctl.c 549 struct termios bts; local
553 if ((error = (*ctl)(fp, TIOCGETA, &bts)) != 0)
556 btios2stios (&bts, &sts);
570 struct termios bts; local
578 if ((error = (*ctl)(fp, TIOCGETA, &bts)) != 0)
585 btios2stios(&bts, &sts);
587 stios2btios(&sts, &bts);
590 &bts);
597 struct termios bts; local
603 stios2btios (&sts, &bts);
    [all...]
  /src/sys/compat/sunos32/
sunos32_ioctl.c 573 struct termios bts; local
577 error = sunos32_do_ioctl(SCARG(&bsd_ua, fd), TIOCGETA, &bts,
582 btios2stios (&bts, &sts);
595 struct termios bts; local
605 &bts, l)) != 0)
612 btios2stios(&bts, &sts);
614 stios2btios(&sts, &bts);
617 SCARG(uap, com) - SUNOS_TCSETA + TIOCSETA, &bts, l);
623 struct termios bts; local
629 stios2btios (&sts, &bts);
    [all...]
  /src/sys/rump/librump/rumpkern/
rump.c 223 struct timespec bts; local
271 bts.tv_sec = sec;
272 bts.tv_nsec = nsec;
358 tc_setclock(&bts);
  /src/external/gpl3/gdb/dist/gdb/
btrace.h 121 /* Decode errors for the BTS recording format. */
314 We are iterating over BTRACE.DATA.FORMAT.VARIANT.BTS.BLOCKS. */
316 } bts; member in union:btrace_maint_info::__anon17812
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-btrace.c 59 struct perf_event_bts bts; member in struct:perf_event_sample
242 perf_event_skip_bts_record (const struct perf_event_bts *bts)
247 return perf_event_is_kernel_addr (bts->from);
343 if (perf_event_skip_bts_record (&psample->bts))
347 block.begin = psample->bts.to;
352 block.end = psample->bts.from;
365 /* Check whether an Intel cpu supports BTS. */
386 /* AAJ122: LBR, BTM, or BTS records may have incorrect branch
396 /* Check whether the cpu supports BTS. */
510 /* Enable branch tracing in BTS format. *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-btrace.c 59 struct perf_event_bts bts; member in struct:perf_event_sample
242 perf_event_skip_bts_record (const struct perf_event_bts *bts)
247 return perf_event_is_kernel_addr (bts->from);
343 if (perf_event_skip_bts_record (&psample->bts))
347 block.begin = psample->bts.to;
352 block.end = psample->bts.from;
365 /* Check whether an Intel cpu supports BTS. */
386 /* AAJ122: LBR, BTM, or BTS records may have incorrect branch
396 /* Check whether the cpu supports BTS. */
457 /* Enable branch tracing in BTS format. *
    [all...]

Completed in 28 milliseconds