Lines Matching refs:bin_table
23 struct bin_table;
43 struct bin_table { struct
47 const struct bin_table *child; argument
50 static const struct bin_table bin_random_table[] = {
60 static const struct bin_table bin_pty_table[] = {
66 static const struct bin_table bin_kern_table[] = {
147 static const struct bin_table bin_vm_table[] = {
179 static const struct bin_table bin_net_core_table[] = {
205 static const struct bin_table bin_net_unix_table[] = {
212 static const struct bin_table bin_net_ipv4_route_table[] = {
234 static const struct bin_table bin_net_ipv4_conf_vars_table[] = {
262 static const struct bin_table bin_net_ipv4_conf_table[] = {
269 static const struct bin_table bin_net_neigh_vars_table[] = {
291 static const struct bin_table bin_net_neigh_table[] = {
297 static const struct bin_table bin_net_ipv4_netfilter_table[] = {
334 static const struct bin_table bin_net_ipv4_table[] = {
436 static const struct bin_table bin_net_ipx_table[] = {
442 static const struct bin_table bin_net_atalk_table[] = {
450 static const struct bin_table bin_net_netrom_table[] = {
466 static const struct bin_table bin_net_ax25_param_table[] = {
484 static const struct bin_table bin_net_ax25_table[] = {
489 static const struct bin_table bin_net_rose_table[] = {
503 static const struct bin_table bin_net_ipv6_conf_var_table[] = {
532 static const struct bin_table bin_net_ipv6_conf_table[] = {
539 static const struct bin_table bin_net_ipv6_route_table[] = {
553 static const struct bin_table bin_net_ipv6_icmp_table[] = {
558 static const struct bin_table bin_net_ipv6_table[] = {
573 static const struct bin_table bin_net_x25_table[] = {
583 static const struct bin_table bin_net_tr_table[] = {
589 static const struct bin_table bin_net_decnet_conf_vars[] = {
597 static const struct bin_table bin_net_decnet_conf[] = {
608 static const struct bin_table bin_net_decnet_table[] = {
626 static const struct bin_table bin_net_sctp_table[] = {
647 static const struct bin_table bin_net_llc_llc2_timeout_table[] = {
655 static const struct bin_table bin_net_llc_station_table[] = {
660 static const struct bin_table bin_net_llc_llc2_table[] = {
665 static const struct bin_table bin_net_llc_table[] = {
671 static const struct bin_table bin_net_netfilter_table[] = {
708 static const struct bin_table bin_net_table[] = {
734 static const struct bin_table bin_fs_quota_table[] = {
747 static const struct bin_table bin_fs_xfs_table[] = {
767 static const struct bin_table bin_fs_ocfs2_nm_table[] = {
772 static const struct bin_table bin_fs_ocfs2_table[] = {
777 static const struct bin_table bin_inotify_table[] = {
784 static const struct bin_table bin_fs_table[] = {
810 static const struct bin_table bin_ipmi_table[] = {
815 static const struct bin_table bin_mac_hid_files[] = {
825 static const struct bin_table bin_raid_table[] = {
831 static const struct bin_table bin_scsi_table[] = {
836 static const struct bin_table bin_dev_table[] = {
847 static const struct bin_table bin_bus_isa_table[] = {
854 static const struct bin_table bin_bus_table[] = {
860 static const struct bin_table bin_s390dbf_table[] = {
866 static const struct bin_table bin_sunrpc_table[] = {
879 static const struct bin_table bin_pm_table[] = {
888 static const struct bin_table bin_root_table[] = {
1205 static const struct bin_table *get_sysctl(const int *name, int nlen, char *path) in get_sysctl()
1207 const struct bin_table *table = &bin_root_table[0]; in get_sysctl()
1260 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) in sysctl_getname()
1267 const struct bin_table *table = get_sysctl(name, nlen, tmp); in sysctl_getname()
1281 const struct bin_table *table = NULL; in binary_sysctl()