Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_brvar.h124 struct sysctl_oid *br_tree, struct vmbus_br *br,
H A Dvmbus_br.c107 vmbus_br_sysctl_create(struct sysctl_ctx_list *ctx, struct sysctl_oid *br_tree, in vmbus_br_sysctl_create() argument
113 tree = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(br_tree), OID_AUTO, in vmbus_br_sysctl_create()
H A Dvmbus_chan.c251 struct sysctl_oid *ch_tree, *chid_tree, *br_tree; in vmbus_chan_sysctl_create() local
319 br_tree = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(chid_tree), OID_AUTO, in vmbus_chan_sysctl_create()
321 if (br_tree != NULL) { in vmbus_chan_sysctl_create()
325 vmbus_br_sysctl_create(ctx, br_tree, &chan->ch_rxbr.rxbr, "rx"); in vmbus_chan_sysctl_create()
329 vmbus_br_sysctl_create(ctx, br_tree, &chan->ch_txbr.txbr, "tx"); in vmbus_chan_sysctl_create()