Searched refs:br_tree (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_brvar.h112 struct sysctl_oid *br_tree, struct vmbus_br *br,
H A Dvmbus_br.c100 vmbus_br_sysctl_create(struct sysctl_ctx_list *ctx, struct sysctl_oid *br_tree, argument
106 tree = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(br_tree), OID_AUTO,
H A Dvmbus_chan.c233 struct sysctl_oid *ch_tree, *chid_tree, *br_tree; local
301 br_tree = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(chid_tree), OID_AUTO,
303 if (br_tree != NULL) {
307 vmbus_br_sysctl_create(ctx, br_tree, &chan->ch_rxbr.rxbr, "rx");
311 vmbus_br_sysctl_create(ctx, br_tree, &chan->ch_txbr.txbr, "tx");

Completed in 164 milliseconds