Home
last modified time | relevance | path

Searched refs:ctrs (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dasynciotest.c64 struct async_ctrs *ctrs; in async_new() local
66 ctrs = OPENSSL_zalloc(sizeof(struct async_ctrs)); in async_new()
67 if (ctrs == NULL) in async_new()
70 BIO_set_data(bio, ctrs); in async_new()
77 struct async_ctrs *ctrs; in async_free() local
81 ctrs = BIO_get_data(bio); in async_free()
82 OPENSSL_free(ctrs); in async_free()
91 struct async_ctrs *ctrs; in async_read() local
100 ctrs = BIO_get_data(bio); in async_read()
104 if (ctrs->rctr > 0) { in async_read()
[all …]
/freebsd/sys/gnu/gcov/
H A Dgcc_4_7.c87 struct gcov_ctr_info ctrs[0]; member
215 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()
258 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()
259 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()
319 sci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_dup()
320 dci_ptr = dup->functions[fi_idx]->ctrs; in gcov_info_dup()
366 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_free()
480 ci_ptr = fi_ptr->ctrs; in convert_to_gcda()
/freebsd/tools/tools/netmap/
H A Dlb.c198 struct my_ctrs *ctrs; member
254 struct my_ctrs *c = &counters_buf.ctrs[j]; in print_stats()
728 counters_buf.ctrs = calloc(npipes, sizeof(struct my_ctrs)); in main()
729 if (!counters_buf.ctrs) { in main()
1060 struct my_ctrs *c = &counters_buf.ctrs[i]; in main()