Searched refs:bt_init (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/buslogic/
H A Dbt_pci.c187 if (bt_probe(dev) || bt_fetch_adapter_info(dev) || bt_init(dev)) {
H A Dbt_eisa.c329 if (bt_probe(dev) || bt_fetch_adapter_info(dev) || bt_init(dev)) {
H A Dbt_isa.c254 error = bt_init(dev);
H A Dbt_mca.c239 if (bt_init(dev)) {
H A Dbtreg.h676 int bt_init(device_t dev);
H A Dbt.c690 bt_init(device_t dev) function
848 "bt_init - Unable to allocate initial ccbs\n");
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h287 void bt_init(prof_bt_t *bt, void **vec);
474 bt_init(&bt, tdata->vec);
H A Dprivate_namespace.h157 #define bt_init JEMALLOC_N(bt_init) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c260 bt_init(prof_bt_t *bt, void **vec) function

Completed in 91 milliseconds