Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 25 of 94) sorted by relevance

1234

/drivers/staging/android/
Dbinder.c72 BINDER_DEBUG_ENTRY(proc);
224 struct binder_proc *proc; member
255 struct binder_proc *proc; member
332 struct binder_proc *proc; member
366 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer);
371 int task_get_unused_fd_flags(struct binder_proc *proc, int flags) in task_get_unused_fd_flags() argument
373 struct files_struct *files = proc->files; in task_get_unused_fd_flags()
394 if (lock_task_sighand(proc->tsk, &irqs)) { in task_get_unused_fd_flags()
395 rlim_cur = proc->tsk->signal->rlim[RLIMIT_NOFILE].rlim_cur; in task_get_unused_fd_flags()
396 unlock_task_sighand(proc->tsk, &irqs); in task_get_unused_fd_flags()
[all …]
Dbinder_trace.h269 TP_PROTO(struct binder_proc *proc, bool allocate,
271 TP_ARGS(proc, allocate, start, end),
273 __field(int, proc)
279 __entry->proc = proc->pid;
281 __entry->offset = start - proc->buffer;
285 __entry->proc, __entry->allocate,
/drivers/acpi/apei/
Dcper.c133 const struct cper_sec_proc_generic *proc) in cper_print_proc_generic() argument
135 if (proc->validation_bits & CPER_PROC_VALID_TYPE) in cper_print_proc_generic()
136 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic()
137 proc->proc_type < ARRAY_SIZE(cper_proc_type_strs) ? in cper_print_proc_generic()
138 cper_proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic()
139 if (proc->validation_bits & CPER_PROC_VALID_ISA) in cper_print_proc_generic()
140 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa, in cper_print_proc_generic()
141 proc->proc_isa < ARRAY_SIZE(cper_proc_isa_strs) ? in cper_print_proc_generic()
142 cper_proc_isa_strs[proc->proc_isa] : "unknown"); in cper_print_proc_generic()
143 if (proc->validation_bits & CPER_PROC_VALID_ERROR_TYPE) { in cper_print_proc_generic()
[all …]
/drivers/net/wireless/hostap/
Dhostap_proc.c391 local->proc = NULL; in hostap_init_proc()
399 local->proc = proc_mkdir(local->ddev->name, hostap_proc); in hostap_init_proc()
400 if (local->proc == NULL) { in hostap_init_proc()
407 create_proc_read_entry("debug", 0, local->proc, in hostap_init_proc()
410 create_proc_read_entry("stats", 0, local->proc, in hostap_init_proc()
412 create_proc_read_entry("wds", 0, local->proc, in hostap_init_proc()
414 create_proc_read_entry("pda", 0, local->proc, in hostap_init_proc()
416 create_proc_read_entry("aux_dump", 0, local->proc, in hostap_init_proc()
418 create_proc_read_entry("bss_list", 0, local->proc, in hostap_init_proc()
420 create_proc_read_entry("crypt", 0, local->proc, in hostap_init_proc()
[all …]
Dhostap_ap.h43 struct proc_dir_entry *proc; member
184 struct proc_dir_entry *proc; member
/drivers/isdn/hisax/
Dl3_1tr6.c747 struct l3_process *proc; in up1tr6() local
799 if (!(proc = getl3proc(st, cr))) { in up1tr6()
802 if (!(proc = new_l3_process(st, cr))) { in up1tr6()
822 if (!(proc = new_l3_process(st, cr))) { in up1tr6()
835 ((1 << proc->state) & datastln1[i].state)) in up1tr6()
842 proc->state, mt); in up1tr6()
850 proc->state, mt); in up1tr6()
853 datastln1[i].rout(proc, pr, skb); in up1tr6()
862 struct l3_process *proc; in down1tr6() local
873 if (!(proc = new_l3_process(st, cr))) { in down1tr6()
[all …]
Dl3ni1.c86 { struct l3_process *proc; in ni1_new_l3_process() local
88 if (!(proc = new_l3_process(st, cr))) in ni1_new_l3_process()
91 proc->prot.ni1.invoke_id = 0; in ni1_new_l3_process()
92 proc->prot.ni1.remote_operation = 0; in ni1_new_l3_process()
93 proc->prot.ni1.uus1_data[0] = '\0'; in ni1_new_l3_process()
95 return (proc); in ni1_new_l3_process()
113 { struct l3_process *pc = st->l3.proc; /* start of processes */ in l3ni1_search_dummy_proc()
144 ic.parm.ni1_io.proc = pc->prot.ni1.proc; in l3ni1_dummy_return_result()
177 ic.parm.ni1_io.proc = pc->prot.ni1.proc; in l3ni1_dummy_error_return()
211 ic.parm.ni1_io.proc = ident; in l3ni1_dummy_invoke()
[all …]
Dl3dss1.c87 { struct l3_process *proc; in dss1_new_l3_process() local
89 if (!(proc = new_l3_process(st, cr))) in dss1_new_l3_process()
92 proc->prot.dss1.invoke_id = 0; in dss1_new_l3_process()
93 proc->prot.dss1.remote_operation = 0; in dss1_new_l3_process()
94 proc->prot.dss1.uus1_data[0] = '\0'; in dss1_new_l3_process()
96 return (proc); in dss1_new_l3_process()
114 { struct l3_process *pc = st->l3.proc; /* start of processes */ in l3dss1_search_dummy_proc()
145 ic.parm.dss1_io.proc = pc->prot.dss1.proc; in l3dss1_dummy_return_result()
178 ic.parm.dss1_io.proc = pc->prot.dss1.proc; in l3dss1_dummy_error_return()
212 ic.parm.dss1_io.proc = ident; in l3dss1_dummy_invoke()
[all …]
Disdnl3.c238 struct l3_process *p = st->l3.proc; in getl3proc()
257 if (!st->l3.proc) in new_l3_process()
258 st->l3.proc = p; in new_l3_process()
260 np = st->l3.proc; in new_l3_process()
283 np = p->st->l3.proc; in release_l3_process()
289 else if (!(p->st->l3.proc = np->next) && in release_l3_process()
318 struct l3_process *p = st->l3.proc; in l3ml3p()
334 st->l3.proc = NULL; in setstack_l3dc()
389 while (st->l3.proc) in releasestack_isdnl3()
390 release_l3_process(st->l3.proc); in releasestack_isdnl3()
[all …]
Dcallc.c189 if (!chanp->proc) in lli_deliver_cause()
191 if (chanp->proc->para.cause == NO_CAUSE) in lli_deliver_cause()
197 sprintf(ic.parm.num, "E%02X%02X", chanp->proc->para.loc & 0x7f, in lli_deliver_cause()
198 chanp->proc->para.cause & 0x7f); in lli_deliver_cause()
200 sprintf(ic.parm.num, "%02X%02X", chanp->proc->para.loc & 0x7f, in lli_deliver_cause()
201 chanp->proc->para.cause & 0x7f); in lli_deliver_cause()
353 memcpy(&ic.parm.setup, &chanp->proc->para.setup, sizeof(setup_parm)); in lli_deliver_call()
362 chanp->d_st->lli.l4l3(chanp->d_st, CC_ALERTING | REQUEST, chanp->proc); in lli_deliver_call()
368 chanp->d_st->lli.l4l3(chanp->d_st, CC_PROCEED_SEND | REQUEST, chanp->proc); in lli_deliver_call()
371 chanp->d_st->lli.l4l3(chanp->d_st, CC_REDIR | REQUEST, chanp->proc); in lli_deliver_call()
[all …]
/drivers/ide/
Dide-proc.c653 ide_add_proc_entries(drive->proc, driver->proc_entries(drive), drive); in ide_proc_register_driver()
671 ide_remove_proc_entries(drive->proc, driver->proc_entries(drive)); in ide_proc_unregister_driver()
686 struct proc_dir_entry *parent = hwif->proc; in ide_proc_port_register_devices()
695 drive->proc = proc_mkdir(drive->name, parent); in ide_proc_port_register_devices()
696 if (drive->proc) in ide_proc_port_register_devices()
697 ide_add_proc_entries(drive->proc, generic_drive_entries, drive); in ide_proc_port_register_devices()
706 if (drive->proc) { in ide_proc_unregister_device()
707 ide_remove_proc_entries(drive->proc, generic_drive_entries); in ide_proc_unregister_device()
709 remove_proc_entry(drive->name, drive->hwif->proc); in ide_proc_unregister_device()
710 drive->proc = NULL; in ide_proc_unregister_device()
[all …]
/drivers/staging/rtl8192u/ieee80211/
Dproc.c111 struct proc_dir_entry *proc; in crypto_init_proc() local
113 proc = create_proc_entry("crypto", 0, NULL); in crypto_init_proc()
114 if (proc) in crypto_init_proc()
115 proc->proc_fops = &proc_crypto_ops; in crypto_init_proc()
/drivers/pnp/pnpbios/
DKconfig26 bool "Plug and Play BIOS /proc interface"
29 If you say Y here and to "/proc file system support", you will be
35 in the PNPBIOS /proc interface (e.g. "boot" configs).
38 PNPBIOS /proc interface tools (lspnp and setpnp).
/drivers/acpi/
DKconfig47 bool "Deprecated /proc/acpi files"
51 deprecated /proc/acpi/ files to exist, even when
54 This option has no effect on /proc/acpi/ files
57 Say N to delete /proc/acpi/ files that have moved to /sys/
60 bool "Deprecated power /proc/acpi directories"
64 deprecated power /proc/acpi/ directories to exist, even when
67 /proc/acpi/battery/* (/sys/class/power_supply/*)
68 /proc/acpi/ac_adapter/* (sys/class/power_supply/*)
69 This option has no effect on /proc/acpi/ directories
71 This option, together with the proc directories, will be
[all …]
/drivers/staging/tidspbridge/include/dspbridge/
Dproc.h253 extern int proc_get_processor_id(void *proc, u32 * proc_id);
351 extern int proc_notify_clients(void *proc, u32 events);
373 extern int proc_notify_all_clients(void *proc, u32 events);
/drivers/net/bonding/
DMakefile9 proc-$(CONFIG_PROC_FS) += bond_procfs.o
10 bonding-objs += $(proc-y)
Dbond_procfs.c210 struct proc_dir_entry *proc; in bond_info_open() local
217 proc = PDE(inode); in bond_info_open()
218 seq->private = proc->data; in bond_info_open()
/drivers/mca/
DKconfig10 bool "Support for the mca entry in /proc"
13 If you want the old style /proc/mca directory in addition to the
/drivers/isdn/divert/
Disdn_divert.c112 u_char proc, char *msn, in cf_command() argument
121 if ((proc & 0x7F) > 2) return (-EINVAL); in cf_command()
122 proc &= 3; in cf_command()
128 *p++ = proc & 0x7F; /* procedure to de/activate/interrogate */ in cf_command()
166 cs->ics.parm.dss1_io.proc = (mode == 1) ? 7 : (mode == 2) ? 11 : 8; /* operation */ in cf_command()
183 proc, in cf_command()
716 switch (cs->ics.parm.dss1_io.proc) in prot_stat_callback()
731 printk(KERN_WARNING "dss1_divert: unknown proc %d\n", cs->ics.parm.dss1_io.proc); in prot_stat_callback()
/drivers/usb/core/
DKconfig34 If you say Y here (and to "/proc file system support" in the "File
35 systems" section, above), you will get a file /proc/bus/usb/devices
38 "/proc/bus/usb/xxx/yyy", where xxx is the bus number and yyy the
44 mount -t usbfs none /proc/bus/usb
46 For the format of the various /proc/bus/usb/ files, please read
/drivers/rtc/
Drtc-proc.c84 if (ops->proc) in rtc_proc_show()
85 ops->proc(rtc->dev.parent, seq); in rtc_proc_show()
/drivers/of/
DKconfig11 bool "Support for device tree in /proc"
14 This option adds a device-tree directory under /proc which contains
/drivers/scsi/
Din2000.c2058 …hostdata->proc = PR_VERSION | PR_INFO | PR_STATISTICS | PR_CONNECTED | PR_INPUTQ | PR_DISCQ | PR_S… in in2000_detect()
2088 hostdata->proc = val; in in2000_detect()
2217 hd->proc = simple_strtoul(bp, NULL, 0); in in2000_proc_info()
2228 if (hd->proc & PR_VERSION) { in in2000_proc_info()
2232 if (hd->proc & PR_INFO) { in in2000_proc_info()
2247 if (hd->proc & PR_STATISTICS) { in in2000_proc_info()
2267 if (hd->proc & PR_CONNECTED) { in in2000_proc_info()
2275 if (hd->proc & PR_INPUTQ) { in in2000_proc_info()
2284 if (hd->proc & PR_DISCQ) { in in2000_proc_info()
2293 if (hd->proc & PR_TEST) { in in2000_proc_info()
[all …]
/drivers/nubus/
DMakefile7 obj-$(CONFIG_PROC_FS) += proc.o
/drivers/pnp/isapnp/
DMakefile7 pnp-$(CONFIG_PROC_FS) += proc.o

1234