Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmc.c674 struct sysctl_oid *sys_tree; in asmc_attach() local
677 sys_tree = SYSCTL_ADD_NODE(sysctlctx, in asmc_attach()
681 if (sys_tree == NULL) { in asmc_attach()
689 SYSCTL_CHILDREN(sys_tree), OID_AUTO, "shutdown_cause", in asmc_attach()
696 SYSCTL_CHILDREN(sys_tree), OID_AUTO, "sleep_cause", in asmc_attach()
703 SYSCTL_CHILDREN(sys_tree), OID_AUTO, "thermal_status", in asmc_attach()
710 SYSCTL_CHILDREN(sys_tree), OID_AUTO, "time_of_day", in asmc_attach()
718 SYSCTL_CHILDREN(sys_tree), OID_AUTO, "power_state", in asmc_attach()
725 SYSCTL_CHILDREN(sys_tree), OID_AUTO, "board_id", in asmc_attach()
732 SYSCTL_CHILDREN(sys_tree), OID_AUTO, "chip_gen", in asmc_attach()