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[] = {
146 static const struct bin_table bin_vm_table[] = {
178 static const struct bin_table bin_net_core_table[] = {
204 static const struct bin_table bin_net_unix_table[] = {
211 static const struct bin_table bin_net_ipv4_route_table[] = {
233 static const struct bin_table bin_net_ipv4_conf_vars_table[] = {
261 static const struct bin_table bin_net_ipv4_conf_table[] = {
268 static const struct bin_table bin_net_neigh_vars_table[] = {
290 static const struct bin_table bin_net_neigh_table[] = {
296 static const struct bin_table bin_net_ipv4_netfilter_table[] = {
333 static const struct bin_table bin_net_ipv4_table[] = {
435 static const struct bin_table bin_net_ipx_table[] = {
441 static const struct bin_table bin_net_atalk_table[] = {
449 static const struct bin_table bin_net_netrom_table[] = {
465 static const struct bin_table bin_net_ax25_param_table[] = {
483 static const struct bin_table bin_net_ax25_table[] = {
488 static const struct bin_table bin_net_rose_table[] = {
502 static const struct bin_table bin_net_ipv6_conf_var_table[] = {
531 static const struct bin_table bin_net_ipv6_conf_table[] = {
538 static const struct bin_table bin_net_ipv6_route_table[] = {
552 static const struct bin_table bin_net_ipv6_icmp_table[] = {
557 static const struct bin_table bin_net_ipv6_table[] = {
572 static const struct bin_table bin_net_x25_table[] = {
582 static const struct bin_table bin_net_tr_table[] = {
588 static const struct bin_table bin_net_decnet_conf_vars[] = {
596 static const struct bin_table bin_net_decnet_conf[] = {
607 static const struct bin_table bin_net_decnet_table[] = {
625 static const struct bin_table bin_net_sctp_table[] = {
646 static const struct bin_table bin_net_llc_llc2_timeout_table[] = {
654 static const struct bin_table bin_net_llc_station_table[] = {
659 static const struct bin_table bin_net_llc_llc2_table[] = {
664 static const struct bin_table bin_net_llc_table[] = {
670 static const struct bin_table bin_net_netfilter_table[] = {
707 static const struct bin_table bin_net_table[] = {
733 static const struct bin_table bin_fs_quota_table[] = {
746 static const struct bin_table bin_fs_xfs_table[] = {
766 static const struct bin_table bin_fs_ocfs2_nm_table[] = {
771 static const struct bin_table bin_fs_ocfs2_table[] = {
776 static const struct bin_table bin_inotify_table[] = {
783 static const struct bin_table bin_fs_table[] = {
809 static const struct bin_table bin_ipmi_table[] = {
814 static const struct bin_table bin_mac_hid_files[] = {
824 static const struct bin_table bin_raid_table[] = {
830 static const struct bin_table bin_scsi_table[] = {
835 static const struct bin_table bin_dev_table[] = {
846 static const struct bin_table bin_bus_isa_table[] = {
853 static const struct bin_table bin_bus_table[] = {
859 static const struct bin_table bin_s390dbf_table[] = {
865 static const struct bin_table bin_sunrpc_table[] = {
878 static const struct bin_table bin_pm_table[] = {
887 static const struct bin_table bin_root_table[] = {
1204 static const struct bin_table *get_sysctl(const int *name, int nlen, char *path) in get_sysctl()
1206 const struct bin_table *table = &bin_root_table[0]; in get_sysctl()
1259 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) in sysctl_getname()
1266 const struct bin_table *table = get_sysctl(name, nlen, tmp); in sysctl_getname()
1280 const struct bin_table *table = NULL; in binary_sysctl()