Searched refs:tree (Results 51 - 65 of 65) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/network/ether/jmicron2x0/dev/jme/
H A Dif_jme.c988 struct sysctl_oid *tree; local
1087 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
1089 parent = SYSCTL_CHILDREN(tree);
1092 tree = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "rx", CTLFLAG_RD,
1094 child = SYSCTL_CHILDREN(tree);
1109 tree = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "tx", CTLFLAG_RD,
1111 child = SYSCTL_CHILDREN(tree);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c3149 struct sysctl_oid *tree; local
3178 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
3180 parent = SYSCTL_CHILDREN(tree);
3183 tree = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "rx", CTLFLAG_RD,
3185 child = SYSCTL_CHILDREN(tree);
3211 tree = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "tx", CTLFLAG_RD,
3213 child = SYSCTL_CHILDREN(tree);
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c3122 struct sysctl_oid *tree; local
3151 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
3153 parent = SYSCTL_CHILDREN(tree);
3156 tree = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "rx", CTLFLAG_RD,
3158 child = SYSCTL_CHILDREN(tree);
3194 tree = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "tx", CTLFLAG_RD,
3196 child = SYSCTL_CHILDREN(tree);
/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c44 #include <sys/tree.h>
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp1297 Directory::GetTree(BPlusTree **tree) argument
1304 *tree = fTree;
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c4509 struct sysctl_oid *tree; local
4514 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
4516 schild = SYSCTL_CHILDREN(tree);
4517 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", CTLFLAG_RD,
4519 child = SYSCTL_CHILDREN(tree);
4555 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", CTLFLAG_RD,
4557 child = SYSCTL_CHILDREN(tree);
/haiku/src/add-ons/kernel/drivers/network/ether/atheros813x/dev/alc/
H A Dif_alc.c1744 struct sysctl_oid *tree; local
1802 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats",
1804 parent = SYSCTL_CHILDREN(tree);
1807 tree = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "rx",
1809 child = SYSCTL_CHILDREN(tree);
1861 tree = SYSCTL_ADD_NODE(ctx, parent, OID_AUTO, "tx",
1863 child = SYSCTL_CHILDREN(tree);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c1830 struct sysctl_oid *tree = device_get_sysctl_tree(sc->malo_dev); local
1833 SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ioctl.c42 #include <sys/tree.h>
H A Dieee80211_node.c45 #include <sys/tree.h>
1551 * ic_bss to check HT. The nodes tree was re-populated
3276 * Compare nodes in the tree by lladdr
3286 * Compare nodes in the tree by essid
3296 * Generate red-black tree function logic
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c2452 struct sysctl_oid *tree = device_get_sysctl_tree(dev); local
2453 struct sysctl_oid_list *child = SYSCTL_CHILDREN(tree);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c4787 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
4790 SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c588 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
590 SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c4229 struct sysctl_oid *tree = device_get_sysctl_tree(dev); local
4230 struct sysctl_oid_list *child = SYSCTL_CHILDREN(tree);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c1326 struct sysctl_oid *tree = device_get_sysctl_tree(sc->sc_dev); local
1328 SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO,

Completed in 219 milliseconds

123