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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dsysctl_net_ax25.c126 ax25_table[n].ctl_name = n + 1;
140 child[AX25_MAX_VALUES].ctl_name = 0; /* just in case... */
159 for (p = ax25_table; p->ctl_name; p++)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Daironet4500_proc.c424 awc_proc_priv[device_number].proc_table_sys_root[0].ctl_name = 254 - device_number;
426 awc_proc_priv[device_number].proc_table_device_root[0].ctl_name = device_number+1;
448 awc_proc_priv[device_number].proc_table[group].ctl_name = group +1;
449 awc_proc_priv[device_number].proc_table[group+1].ctl_name = 0;
461 awc_proc_priv[device_number].proc_table[group].ctl_name = 0;
470 awc_proc_priv[device_number].proc_table[group].child[rid].ctl_name = rid +1;
471 awc_proc_priv[device_number].proc_table[group].child[rid+1].ctl_name = 0;
501 awc_proc_priv[device_number].proc_table[group].ctl_name = group +1;
502 awc_proc_priv[device_number].proc_table[group+1].ctl_name = 0;
514 awc_proc_priv[device_number].proc_table[group].ctl_name
[all...]
H A Darlan-proc.c1043 arlan_table[i].ctl_name = i + 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-proc.c176 new_table[4].ctl_name = id;
296 sprintf(BUF, "%d\t%s\n", client_tbl->ctl_name,
328 data.sysctl_id = client_tbl->ctl_name;
351 void func(struct i2c_client *client, int operation, int ctl_name,
362 and ctl_name is the SYSCTL id of the file we are accessing. */
383 callback(client, SENSORS_PROC_REAL_INFO, ctl->ctl_name, &mag,
396 callback(client, SENSORS_PROC_REAL_WRITE, ctl->ctl_name,
403 callback(client, SENSORS_PROC_REAL_READ, ctl->ctl_name,
428 callback(client, SENSORS_PROC_REAL_READ, table->ctl_name,
449 callback(client, SENSORS_PROC_REAL_WRITE, table->ctl_name,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dprocfs.c400 t->port_dir[0].ctl_name = port->number + 1; /* nb 0 isn't legal here */
439 t->port_dir[0].ctl_name = port->number + 1; /* nb 0 isn't legal here */
445 t->device_dir[0].ctl_name =
453 t->device_dir[0].ctl_name = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsysctl.c97 if (table->ctl_name == CTL_RPCDEBUG) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_dev.h78 int ctl_name; /* Index for sysctl */ member in struct:dn_dev_parms
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_dev.h78 int ctl_name; /* Index for sysctl */ member in struct:dn_dev_parms
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dsysctl.c297 psdev->ctl_name = psdev->ctl_name + i + 1; /* sorry */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Droute.c2259 ctl_name: NET_IPV4_ROUTE_FLUSH,
2268 ctl_name: NET_IPV4_ROUTE_MIN_DELAY,
2277 ctl_name: NET_IPV4_ROUTE_MAX_DELAY,
2286 ctl_name: NET_IPV4_ROUTE_GC_THRESH,
2294 ctl_name: NET_IPV4_ROUTE_MAX_SIZE,
2302 ctl_name: NET_IPV4_ROUTE_GC_MIN_INTERVAL,
2311 ctl_name: NET_IPV4_ROUTE_GC_TIMEOUT,
2320 ctl_name: NET_IPV4_ROUTE_GC_INTERVAL,
2329 ctl_name: NET_IPV4_ROUTE_REDIRECT_LOAD,
2337 ctl_name
[all...]
H A Ddevinet.c1108 t->devinet_dev[0].ctl_name = dev->ifindex;
1111 t->devinet_dev[0].ctl_name = NET_PROTO_CONF_DEFAULT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_dev.c73 ctl_name: NET_DECNET_CONF_ETHER,
85 ctl_name: NET_DECNET_CONF_GRE,
96 ctl_name: NET_DECNET_CONF_LOOPBACK,
177 t->dn_dev_dev[0].ctl_name = dev->ifindex;
180 t->dn_dev_dev[0].ctl_name = parms->ctl_name;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c-proc.h33 int operation, int ctl_name,
46 void func(struct i2c_client *client, int operation, int ctl_name,
57 and ctl_name is the SYSCTL id of the file we are accessing. */
H A Dsysctl.h679 * ctl_name terminates the table. table->de will be set up by the
716 int ctl_name; /* Binary ID */ member in struct:ctl_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c-proc.h33 int operation, int ctl_name,
46 void func(struct i2c_client *client, int operation, int ctl_name,
57 and ctl_name is the SYSCTL id of the file we are accessing. */
H A Dsysctl.h679 * ctl_name terminates the table. table->de will be set up by the
716 int ctl_name; /* Binary ID */ member in struct:ctl_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dsysctl.c409 for ( ; table->ctl_name; table++) {
410 if (n == table->ctl_name || table->ctl_name == CTL_ANY) {
493 * array. An entry with a ctl_name of 0 terminates the table.
497 * ctl_name - This is the numeric sysctl value used by sysctl(2). The number
604 for (; table->ctl_name; table++) {
652 for (; table->ctl_name; table++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c1522 t->neigh_dev[0].ctl_name = dev->ifindex;
1530 t->neigh_neigh_dir[0].ctl_name = pdev_id;
1533 t->neigh_proto_dir[0].ctl_name = p_id;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c1888 struct net_device *dev = dev_get_by_index(ctl->ctl_name);
1983 t->addrconf_dev[0].ctl_name = dev->ifindex;
1986 t->addrconf_dev[0].ctl_name = NET_PROTO_CONF_DEFAULT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dcdrom.c2529 switch (ctl->ctl_name) {

Completed in 220 milliseconds