Searched refs:nbd (Results 1 – 9 of 9) sorted by relevance
| /freebsd/tools/test/stress2/misc/ |
| H A D | credleak.sh | 88 int nbc, nbd; 131 nbd++; 136 fprintf(stderr, "FAIL nbc = %d, nbd = %d\n", nbc, nbd);
|
| H A D | cmp.sh | 112 int nbc, nbd; 155 nbd++; 160 fprintf(stderr, "FAIL nbc = %d, nbd = %d\n", nbc, nbd);
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm4709-buffalo-wxr-1900dhp.dts | 6 * Copyright (C) 2015 Felix Fietkau <nbd@openwrt.org>
|
| /freebsd/contrib/bearssl/src/x509/ |
| H A D | x509_minimal.c | 1205 uint32_t nbd = T0_POP(); in br_x509_minimal_run() local 1210 r = CTX->itime(CTX->itime_ctx, nbd, nbs, nad, nas); in br_x509_minimal_run() 1239 if (vd < nbd || (vd == nbd && vs < nbs)) { in br_x509_minimal_run()
|
| H A D | x509_minimal.t0 | 710 uint32_t nbd = T0_POP(); 715 r = CTX->itime(CTX->itime_ctx, nbd, nbs, nad, nas); 744 if (vd < nbd || (vd == nbd && vs < nbs)) { 1210 read-date { nbd nbs } read-date nbd nbs check-validity-range
|
| /freebsd/contrib/bearssl/test/ |
| H A D | test_x509.c | 1442 check_time(void *ctx, uint32_t nbd, uint32_t nbs, uint32_t nad, uint32_t nas) in check_time() argument 1447 if (tc->days < nbd || (tc->days == nbd && tc->seconds < nbs)) { in check_time()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 3122 uint8_t nbd = 0; in qlnx_send() local 3396 nbd++; in qlnx_send() 3431 nbd++; in qlnx_send() 3446 nbd++; in qlnx_send() 3463 nbd++; in qlnx_send() 3475 nbd++; in qlnx_send() 3489 nbd++; in qlnx_send() 3499 nbd++; in qlnx_send() 3542 nbd++; in qlnx_send() 3551 nbd++; in qlnx_send() [all …]
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe.c | 3428 int nbd; in bxe_free_tx_pkt() local 3434 nbd = le16toh(tx_start_bd->nbd) - 1; in bxe_free_tx_pkt() 3436 new_cons = (tx_buf->first_bd + nbd); in bxe_free_tx_pkt() 5288 tx_start_bd->nbd = htole16(nbds); in bxe_tx_encap() 5369 tx_start_bd->nbd = htole16(nbds); in bxe_tx_encap() 5431 le16toh(tx_start_bd->nbd), in bxe_tx_encap()
|
| H A D | ecore_hsi.h | 7587 uint16_t nbd /* Num of BDs in packet: include parsInfoBD, Relevant in START(only in Everest) */; member
|