Searched refs:sysctl_tree_top (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c112 struct sysctl_oid *sysctl_tree_top; member in struct:bounce_zone
960 return (bz->sysctl_tree_top);
995 bz->sysctl_tree_top = SYSCTL_ADD_NODE(&bz->sysctl_tree,
998 if (bz->sysctl_tree_top == NULL) {
/freebsd-10-stable/sys/x86/x86/
H A Dbusdma_bounce.c104 struct sysctl_oid *sysctl_tree_top; member in struct:bounce_zone
845 return (bz->sysctl_tree_top);
880 bz->sysctl_tree_top = SYSCTL_ADD_NODE(&bz->sysctl_tree,
883 if (bz->sysctl_tree_top == NULL) {
/freebsd-10-stable/sys/mips/mips/
H A Dbusdma_machdep.c120 struct sysctl_oid *sysctl_tree_top; member in struct:bounce_zone
1195 return (bz->sysctl_tree_top);
1230 bz->sysctl_tree_top = SYSCTL_ADD_NODE(&bz->sysctl_tree,
1233 if (bz->sysctl_tree_top == NULL) {
/freebsd-10-stable/sys/arm/arm/
H A Dbusdma_machdep.c155 struct sysctl_oid *sysctl_tree_top; member in struct:bounce_zone
1280 return (bz->sysctl_tree_top);
1315 bz->sysctl_tree_top = SYSCTL_ADD_NODE(&bz->sysctl_tree,
1318 if (bz->sysctl_tree_top == NULL) {
H A Dbusdma_machdep-v6.c134 struct sysctl_oid *sysctl_tree_top; member in struct:bounce_zone
1506 return (bz->sysctl_tree_top);
1541 bz->sysctl_tree_top = SYSCTL_ADD_NODE(&bz->sysctl_tree,
1544 if (bz->sysctl_tree_top == NULL) {

Completed in 156 milliseconds