Searched refs:btp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_boottrace.c | 215 boottrace_display(struct sbuf *sbp, struct bt_table *btp, uint64_t dthres) in boottrace_display() argument 247 i = curr = btp->curr; in boottrace_display() 250 evtp = &btp->table[i]; in boottrace_display() 285 i = (i + 1) % btp->size; in boottrace_display() 322 dotrace(struct bt_table *btp, const char *eventname, const char *tdname) in dotrace() argument 336 if (btp->table == NULL) { in dotrace() 337 btp->drops_early++; in dotrace() 344 idx = btp->curr; in dotrace() 345 nxt = (idx + 1) % btp->size; in dotrace() 346 if (nxt == 0 && btp->wrap == 0) { in dotrace() [all …]
|
H A D | kern_tc.c | 242 struct bintime *btp; in bintime_off() local 249 btp = (struct bintime *)((vm_offset_t)th + off); in bintime_off() 250 *bt = *btp; in bintime_off()
|
/freebsd/contrib/sendmail/src/ |
H A D | mime.c | 746 mime_getchar(fp, boundaries, btp) in mime_getchar() argument 749 int *btp; 821 *btp = bt; 833 *btp = bt; 853 mime_getchar_crlf(fp, boundaries, btp) in mime_getchar_crlf() argument 856 int *btp; 866 c = mime_getchar(fp, boundaries, btp);
|
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | timer.c | 359 struct timespec btp; in test_abstime_preboot() local 372 if (clock_gettime(CLOCK_BOOTTIME, &btp) != 0) in test_abstime_preboot() 375 end = start - SEC_TO_US(btp.tv_sec + 1); in test_abstime_preboot()
|
/freebsd/tools/debugscripts/ |
H A D | gdbinit.i386 | 273 # btp <pid> 276 define btp 293 document btp
|
/freebsd/secure/caroot/trusted/ |
H A D | DigiCert_TLS_RSA4096_Root_G5.pem | 127 REtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 1664 5zd6ID7/5Oa0vDzSbZ6CLG1vjvRgw0ieIBWChrop1+btp+cKDgthYPI6LXRHdE1L
|