Searched refs:proc_create_seq_data (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | proc_fs.h | 100 #define proc_create_seq_data(name, mode, parent, ops, data) \ macro 194 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) macro
|
| /linux/drivers/net/bonding/ |
| H A D | bond_procfs.c | 289 bond->proc_entry = proc_create_seq_data(bond_dev->name, 0444, in bond_create_proc_entry()
|
| /linux/kernel/ |
| H A D | resource.c | 154 proc_create_seq_data("ioports", 0, NULL, &resource_op, in ioresources_init() 156 proc_create_seq_data("iomem", 0, NULL, &resource_op, &iomem_resource); in ioresources_init()
|
| /linux/net/bluetooth/ |
| H A D | af_bluetooth.c | 852 if (!proc_create_seq_data(name, 0, net->proc_net, &bt_seq_ops, sk_list)) in bt_procfs_init()
|
| /linux/net/netfilter/ |
| H A D | xt_hashlimit.c | 339 hinfo->pde = proc_create_seq_data(name, 0, in htable_create()
|
| /linux/net/core/ |
| H A D | neighbour.c | 1821 if (!proc_create_seq_data(tbl->id, 0, init_net.proc_net_stat, in neigh_table_init()
|