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

/linux-4.4.14/kernel/
H A Dsysctl_binary.c21 struct bin_table;
41 struct bin_table { struct
45 const struct bin_table *child;
48 static const struct bin_table bin_random_table[] = {
58 static const struct bin_table bin_pty_table[] = {
64 static const struct bin_table bin_kern_table[] = {
144 static const struct bin_table bin_vm_table[] = {
176 static const struct bin_table bin_net_core_table[] = {
202 static const struct bin_table bin_net_unix_table[] = {
209 static const struct bin_table bin_net_ipv4_route_table[] = {
231 static const struct bin_table bin_net_ipv4_conf_vars_table[] = {
259 static const struct bin_table bin_net_ipv4_conf_table[] = {
266 static const struct bin_table bin_net_neigh_vars_table[] = {
288 static const struct bin_table bin_net_neigh_table[] = {
294 static const struct bin_table bin_net_ipv4_netfilter_table[] = {
331 static const struct bin_table bin_net_ipv4_table[] = {
433 static const struct bin_table bin_net_ipx_table[] = {
439 static const struct bin_table bin_net_atalk_table[] = {
447 static const struct bin_table bin_net_netrom_table[] = {
463 static const struct bin_table bin_net_ax25_param_table[] = {
481 static const struct bin_table bin_net_ax25_table[] = {
486 static const struct bin_table bin_net_rose_table[] = {
500 static const struct bin_table bin_net_ipv6_conf_var_table[] = {
529 static const struct bin_table bin_net_ipv6_conf_table[] = {
536 static const struct bin_table bin_net_ipv6_route_table[] = {
550 static const struct bin_table bin_net_ipv6_icmp_table[] = {
555 static const struct bin_table bin_net_ipv6_table[] = {
570 static const struct bin_table bin_net_x25_table[] = {
580 static const struct bin_table bin_net_tr_table[] = {
586 static const struct bin_table bin_net_decnet_conf_vars[] = {
594 static const struct bin_table bin_net_decnet_conf[] = {
605 static const struct bin_table bin_net_decnet_table[] = {
623 static const struct bin_table bin_net_sctp_table[] = {
644 static const struct bin_table bin_net_llc_llc2_timeout_table[] = {
652 static const struct bin_table bin_net_llc_station_table[] = {
657 static const struct bin_table bin_net_llc_llc2_table[] = {
662 static const struct bin_table bin_net_llc_table[] = {
668 static const struct bin_table bin_net_netfilter_table[] = {
705 static const struct bin_table bin_net_irda_table[] = {
723 static const struct bin_table bin_net_table[] = {
749 static const struct bin_table bin_fs_quota_table[] = {
762 static const struct bin_table bin_fs_xfs_table[] = {
782 static const struct bin_table bin_fs_ocfs2_nm_table[] = {
787 static const struct bin_table bin_fs_ocfs2_table[] = {
792 static const struct bin_table bin_inotify_table[] = {
799 static const struct bin_table bin_fs_table[] = {
825 static const struct bin_table bin_ipmi_table[] = {
830 static const struct bin_table bin_mac_hid_files[] = {
840 static const struct bin_table bin_raid_table[] = {
846 static const struct bin_table bin_scsi_table[] = {
851 static const struct bin_table bin_dev_table[] = {
862 static const struct bin_table bin_bus_isa_table[] = {
869 static const struct bin_table bin_bus_table[] = {
875 static const struct bin_table bin_s390dbf_table[] = {
881 static const struct bin_table bin_sunrpc_table[] = {
894 static const struct bin_table bin_pm_table[] = {
903 static const struct bin_table bin_root_table[] = {
1223 static const struct bin_table *get_sysctl(const int *name, int nlen, char *path) get_sysctl()
1225 const struct bin_table *table = &bin_root_table[0]; get_sysctl()
1278 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) sysctl_getname()
1285 const struct bin_table *table = get_sysctl(name, nlen, tmp); sysctl_getname()
1299 const struct bin_table *table = NULL; binary_sysctl()

Completed in 43 milliseconds