Searched refs:proc (Results 51 - 75 of 314) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dprocessor-generic.h59 int (*proc)(void *); member in struct:thread_struct::__anon9529::__anon9530::__anon9532
63 void (*proc)(void *); member in struct:thread_struct::__anon9529::__anon9530::__anon9533
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dasmmacro.h12 .proc name; \
17 .proc name; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dmpih-add1.S47 .proc
H A Dmpih-sub1.S51 .proc
H A Dmpih-rshift.S37 .proc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-proc.c2 * linux/drivers/ide/ide-proc.c Version 1.05 Mar 05, 2003
11 * This is the /proc/ide/ filesystem implementation.
14 * "settings" files. e.g. "cat /proc/ide0/hda/settings"
16 * echo "name:val" >/proc/ide/ide0/hda/settings
18 * Also useful, "cat /proc/ide0/hda/[identify, smart_values,
352 * Add the generic parts of the system settings to the /proc files.
379 printk(KERN_WARNING "Warning: /proc/ide/hd?/settings interface is "
677 ide_add_proc_entries(drive->proc, driver->proc, drive);
687 * Clean up the driver specific /proc file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disdnl3.c237 struct l3_process *p = st->l3.proc;
256 if (!st->l3.proc)
257 st->l3.proc = p;
259 np = st->l3.proc;
282 np = p->st->l3.proc;
288 else if (!(p->st->l3.proc = np->next) &&
317 struct l3_process *p = st->l3.proc;
333 st->l3.proc = NULL;
388 while (st->l3.proc)
389 release_l3_process(st->l3.proc);
[all...]
H A Dl3ni1.c85 { struct l3_process *proc; local
87 if (!(proc = new_l3_process(st, cr)))
90 proc->prot.ni1.invoke_id = 0;
91 proc->prot.ni1.remote_operation = 0;
92 proc->prot.ni1.uus1_data[0] = '\0';
94 return(proc);
112 { struct l3_process *pc = st->l3.proc; /* start of processes */
143 ic.parm.ni1_io.proc = pc->prot.ni1.proc;
176 ic.parm.ni1_io.proc
2855 struct l3_process *proc = st->l3.global; local
2899 struct l3_process *proc; local
3082 struct l3_process *proc; local
3133 struct l3_process *proc = arg; local
[all...]
H A Dl3dss1.c86 { struct l3_process *proc; local
88 if (!(proc = new_l3_process(st, cr)))
91 proc->prot.dss1.invoke_id = 0;
92 proc->prot.dss1.remote_operation = 0;
93 proc->prot.dss1.uus1_data[0] = '\0';
95 return(proc);
113 { struct l3_process *pc = st->l3.proc; /* start of processes */
144 ic.parm.dss1_io.proc = pc->prot.dss1.proc;
177 ic.parm.dss1_io.proc
2918 struct l3_process *proc = st->l3.global; local
2959 struct l3_process *proc; local
3130 struct l3_process *proc; local
3181 struct l3_process *proc = arg; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_proc.c36 * proc interface
431 if (ac97->bus->proc == NULL)
435 if ((entry = snd_info_create_card_entry(ac97->bus->card, name, ac97->bus->proc)) != NULL) {
442 ac97->proc = entry;
444 if ((entry = snd_info_create_card_entry(ac97->bus->card, name, ac97->bus->proc)) != NULL) {
462 snd_info_free_entry(ac97->proc);
463 ac97->proc = NULL;
479 bus->proc = entry;
484 snd_info_free_entry(bus->proc);
485 bus->proc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_opt.c20 fuse_opt_proc_t proc; member in struct:fuse_opt_context
130 if (key != FUSE_OPT_KEY_KEEP && ctx->proc) {
131 int res = ctx->proc(ctx->data, arg, key, &ctx->outargs);
344 const struct fuse_opt opts[], fuse_opt_proc_t proc)
350 .proc = proc,
343 fuse_opt_parse(struct fuse_args *args, void *data, const struct fuse_opt opts[], fuse_opt_proc_t proc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-tcl-112 proc isValid {target} {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/files/
H A Ddetach_afp_shares147 status=`ls -l /proc/$afppid/cwd | awk '{print $11}' | grep -o "$mount_point[ ]*$\|$mount_point/"`
159 status=`ls -l /proc/$afppid/cwd | awk '{print $11}' | grep -o "$mount_point[ ]*$\|$mount_point/"`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern_util.h58 extern void add_input_request(int op, void (*proc)(int), void *arg);
74 extern void initial_thread_cb(void (*proc)(void *), void *arg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-proc.c2 * RTC subsystem, proc interface
76 if (ops->proc)
77 ops->proc(rtc->dev.parent, seq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/usr/sbin/
H A Ddetach_afp_shares147 status=`ls -l /proc/$afppid/cwd | awk '{print $11}' | grep -o "$mount_point[ ]*$\|$mount_point/"`
159 status=`ls -l /proc/$afppid/cwd | awk '{print $11}' | grep -o "$mount_point[ ]*$\|$mount_point/"`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/bootfloppy/
H A Dmkdevs.sh25 ln -s /proc/kcore core
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/files/
H A Ddetach_afp_shares147 status=`ls -l /proc/$afppid/cwd | awk '{print $11}' | grep -o "$mount_point[ ]*$\|$mount_point/"`
159 status=`ls -l /proc/$afppid/cwd | awk '{print $11}' | grep -o "$mount_point[ ]*$\|$mount_point/"`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dmount.testroot35 # We need /proc to do much. Make sure we can mount it explicitly.
37 testing "mount no proc [GNUFAIL]" "mount 2> /dev/null || echo yes" "yes\n" "" ""
38 testing "mount /proc" "mount -t proc /proc /proc && ls -d /proc/1" \
39 "/proc/1\n" "" ""
41 # Make sure the last thing in the list is /proc
43 testing "mount list1" "mount | tail -n 1" "/proc o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/examples/
H A Dhotplug2.initscript61 echo "/sbin/hotplug2-dnode" > /proc/sys/kernel/hotplug
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/tridge/
H A Dsmb.conf82 dont descend = /proc ./proc /etc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/testsuite/
H A DMakefile8 KENV := $(shell cat /proc/config.gz | gunzip | grep ^CONFIG)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcpqarray.h100 struct proc_dir_entry *proc; member in struct:ctlr_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dasus_acpi.c82 MODULE_PARM_DESC(asus_uid, "UID for entries in /proc/acpi/asus.\n");
84 MODULE_PARM_DESC(asus_gid, "GID for entries in /proc/acpi/asus.\n");
542 * /proc handlers
929 struct proc_dir_entry *proc = local
931 if (!proc) {
935 proc->write_proc = writefunc;
936 proc->read_proc = readfunc;
937 proc->data = acpi_driver_data(device);
938 proc->owner = THIS_MODULE;
939 proc
946 struct proc_dir_entry *proc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dmulsi3.S91 .proc

Completed in 137 milliseconds

1234567891011>>