Searched refs:br_tree (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/hyperv/vmbus/ |
| H A D | vmbus_brvar.h | 124 struct sysctl_oid *br_tree, struct vmbus_br *br,
|
| H A D | vmbus_br.c | 108 vmbus_br_sysctl_create(struct sysctl_ctx_list *ctx, struct sysctl_oid *br_tree, in vmbus_br_sysctl_create() argument 114 tree = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(br_tree), OID_AUTO, in vmbus_br_sysctl_create()
|
| H A D | vmbus_chan.c | 252 struct sysctl_oid *ch_tree, *chid_tree, *br_tree; in vmbus_chan_sysctl_create() local 320 br_tree = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(chid_tree), OID_AUTO, in vmbus_chan_sysctl_create() 322 if (br_tree != NULL) { in vmbus_chan_sysctl_create() 326 vmbus_br_sysctl_create(ctx, br_tree, &chan->ch_rxbr.rxbr, "rx"); in vmbus_chan_sysctl_create() 330 vmbus_br_sysctl_create(ctx, br_tree, &chan->ch_txbr.txbr, "tx"); in vmbus_chan_sysctl_create()
|