Searched refs:fanroot_oid (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/powerpc/powermac/ |
H A D | fcu.c | 573 struct sysctl_oid *oid, *fanroot_oid; in fcu_attach_fans() local 596 fanroot_oid = SYSCTL_ADD_NODE(ctx, in fcu_attach_fans() 617 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(fanroot_oid), in fcu_attach_fans() 637 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(fanroot_oid), in fcu_attach_fans()
|
H A D | smu.c | 993 struct sysctl_oid *oid, *fanroot_oid; in smu_attach_fans() local 1017 fanroot_oid = SYSCTL_ADD_NODE(ctx, in smu_attach_fans() 1032 SYSCTL_CHILDREN(fanroot_oid), OID_AUTO, in smu_attach_fans() 1053 SYSCTL_CHILDREN(fanroot_oid), OID_AUTO, in smu_attach_fans()
|
/freebsd/sys/dev/iicbus/pwm/ |
H A D | adt746x.c | 468 struct sysctl_oid *oid, *fanroot_oid; in adt746x_attach_fans() local 488 fanroot_oid = SYSCTL_ADD_NODE(ctx, in adt746x_attach_fans() 511 oid = SYSCTL_ADD_NODE(ctx, SYSCTL_CHILDREN(fanroot_oid), in adt746x_attach_fans()
|