Searched refs:we (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Duserfile.c40 wordexp_t we; local
44 err = wordexp(file, &we, WRDE_NOCMD);
49 if (we.we_wordc == 1)
53 wordfree(&we);
56 *result = strdup(we.we_wordv[0]);
59 wordfree(&we);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcmpxchg8b_emu.S29 # Emulate 'cmpxchg8b (%esi)' on UP except we don't
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead-sa1100.S22 @ UNTIL we've something like an open bootldr
33 @ memory to be sure we hit the same cache.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/mm/
H A Dfault.c51 int miss, we, writeac; local
67 we = IO_EXTRACT(R_MMU_CAUSE, we_excp, cause);
70 D(printk("bus_fault from IRP 0x%lx: addr 0x%lx, miss %d, inv %d, we %d, acc %d, dx %d pid %d\n",
71 regs->irp, address, miss, inv, we, acc, index, page_id));
77 do_page_fault(address, regs, 1, we);
80 * do_page_fault may have flushed the TLB so we have to restore
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dvio.c187 * This is here so that we can dynamically add viodasd
219 /* First, we should NEVER get an int here...only acks */
259 struct vio_waitevent we; local
263 init_completion(&we.com);
272 (u64)(unsigned long)&we, VIOVERSION << 16,
281 wait_for_completion(&we.com);
283 if (we.rc != 0) {
343 /* First, we should NEVER get an int here...only acks */
378 struct vio_waitevent we; local
405 init_completion(&we
448 struct vio_waitevent *we; local
473 struct vio_waitevent we; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dkernel_execve.S17 # Do a system call from kernel instead of calling sys_execve so we end up with
H A Dbreak.S83 # traps will be enabled, so we have to do this now
92 # determine whether we have stepped through into an exception
93 # - we need to take special action to suspend h/w single stepping if we've done
186 # - we try and catch it whilst it is still in the main vector table
187 # - if we catch it there, we have to jump to the fixup handler
273 # do the bit we had to skip
305 # we single-stepped into an interrupt handler whilst interrupts were merely virtually disabled
317 # exceptions must've been enabled and we mus
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dviocd.c81 * This is the structure we use to exchange info between driver and interrupt
207 struct viocd_waitevent we; local
209 init_completion(&we.com);
216 (u64)&we, VIOVERSION << 16, ((u64)device_no << 48),
224 wait_for_completion(&we.com);
226 if (we.rc) {
228 vio_lookup_rc(viocd_err_table, we.sub_result);
230 we.rc, we.sub_result, err->msg);
324 struct viocd_waitevent we; local
365 struct viocd_waitevent we; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-timechart.c61 * this is because we want to track different programs different, while
411 struct wake_event *we; local
415 we = malloc(sizeof(struct wake_event));
416 if (!we)
419 memset(we, 0, sizeof(struct wake_event));
420 we->time = timestamp;
421 we->waker = pid;
424 we->waker = -1;
426 we->wakee = wake->pid;
427 we
633 struct wake_event *we; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dwakeup_32.S20 # reload the gdt, as we need the full 32 bit address
37 # jump to place where we left off
81 # In case of S3 failure, we'll emerge here. Jump
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline_64.S8 * Entry: CS:IP point to the start of our code, we are
54 # write marker for master knows we're running
112 * At this point we're in long mode but in 32bit compatibility mode
114 * EFER.LMA = 1). Now we want to jump in 64bit mode, to do that we use
H A Dtrampoline_32.S9 * Entry: CS:IP point to the start of our code, we are
48 # write marker for master knows we're running
66 # hence we don't use the boot_gdt_descr defined in head.S
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dkernel_execve.S16 # Do a system call from kernel instead of calling sys_execve so we end up with
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dchecksum.S16 ;; we also do _NOT_ want to compute a checksum over more than the
23 ;; need to save the registers we use below in the movem loop
24 ;; this overhead is why we have a check above for breakeven length
106 ;; see if we have one odd byte more
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtocsp.com5 $ ! 17 December 2012 so we don't get certificate expiry errors.
137 $ !# Expect success, because we're explicitly trusting the issuer certificate.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtocsp.com5 $ ! 17 December 2012 so we don't get certificate expiry errors.
137 $ !# Expect success, because we're explicitly trusting the issuer certificate.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/include/mach/
H A Dentry-macro.S12 * show one interrupt. Occasionally we get two interrupts through
50 @@ work out which irq (if any) we got
67 @@ we have the value
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dtlb-v3.S35 movne pc, lr @ no, we dont do anything
H A Dtlb-v4.S36 movne pc, lr @ no, we dont do anything
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/usb/
H A Dwusb-cbaf39 Get the device ID associated to the HOST-CHDI we sent with
44 If we allow the device to connect, set a random new CDID and CK
46 connect wireless. We save them for that next time also so we can
47 authenticate the device (when we see the CDID he uses to id
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dhead.S31 /* ... and then we can start the kernel. */
63 # masking, and we cannot duplicate the effort without causing problems
90 # Putting it here means we dont have to recompile the whole
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dviodasd.c64 * numbers 0-255 we get a maximum of 32 disks.
107 * Figure out the biggest I/O request (in sectors) we can accept
112 * Number of disk I/O requests we've sent to OS/400
138 struct viodasd_waitevent we; local
147 init_completion(&we.com);
156 (u64)(unsigned long)&we, VIOVERSION << 16,
164 wait_for_completion(&we.com);
167 if (we.rc != 0) {
169 vio_lookup_rc(viodasd_err_table, we.sub_result);
172 (int)we
398 struct viodasd_waitevent we; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dstrnlen_user.S58 addi a4, a2, -4 # because we overincrement at the end;
59 # we compensate with load offsets of 4
101 # Actually, we don't need to check. Zero or nonzero, we'll add one.
102 # Do not add an extra one for the NULL terminator since we have
109 # NOTE that in several places below, we point to the byte just after
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dtlb-flush.S69 # now, we assume that the TLB line step is page size in size
99 # specify the context we want to flush
110 # now, we assume that the TLB line step is page size in size
139 # specify the context we want to flush
167 # specify the context we want to flush
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dkimagerescue.S48 ;; since etrax actually starts at address 2 when booting from flash, we
49 ;; put a nop (2 bytes) here first so we dont accidentally skip the di
55 ;; (so we can flash LEDs, and so that DTR and others are set)
67 ;; We need to setup the bus registers before we start using the DRAM
125 ;; check if we got something on the serial port

Completed in 226 milliseconds

1234567891011>>