tag | line | file | source code |
---|---|---|---|
proc_handler | 198 | include/linux/sysctl.h | proc_handler *proc_handler; /* Callback for text formatting */ |
proc_handler | 396 | kernel/sysctl.c | if (!table->proc_handler && |
proc_handler | 414 | kernel/sysctl.c | if (table->proc_handler) { |
proc_handler | 466 | kernel/sysctl.c | if (!table || !table->proc_handler) |
proc_handler | 473 | kernel/sysctl.c | error = (*table->proc_handler) (table, write, file, buf, &res); |