Searched refs:end (Results 251 - 275 of 1055) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev67-strcat.S33 /* Find the end of the string. */
54 .end strcat
H A Dev67-strlen.S49 .end strlen
H A Dstrcat.S19 /* Find the end of the string. */
52 .end strcat
H A Dstrlen.S57 .end strlen
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-clps711x/
H A Dclep7312.c34 mi->end = 0xc0FFFFFF;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dcfe_loader.h84 int cfe_savedata(char *fsname,char *devname,char *filename,uint8_t *start,uint8_t *end);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Drose_out.c60 unsigned short start, end; local
72 end = (sk->protinfo.rose->va + sysctl_rose_window_size) % ROSE_MODULUS;
74 if (start == end)
106 } while (sk->protinfo.rose->vs != end && (skb = skb_dequeue(&sk->write_queue)) != NULL);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dpgalloc.h21 * - flush_tlb_range(mm, start, end) flushes a range of pages
22 * - flush_tlb_pgtables(mm, start, end) flushes a range of page tables
27 unsigned long end);
42 #define flush_tlb_range(mm,vmaddr,end) local_flush_tlb_range(mm, vmaddr, end)
48 unsigned long start, unsigned long end)
47 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dpgalloc.h19 * - flush_tlb_range(mm, start, end) flushes a range of pages
20 * - flush_tlb_pgtables(mm, start, end) flushes a range of page tables
25 unsigned long end);
40 #define flush_tlb_range(mm,vmaddr,end) local_flush_tlb_range(mm, vmaddr, end)
46 unsigned long start, unsigned long end)
45 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dpgalloc.h21 * - flush_tlb_range(mm, start, end) flushes a range of pages
22 * - flush_tlb_pgtables(mm, start, end) flushes a range of page tables
27 unsigned long end);
42 #define flush_tlb_range(mm,vmaddr,end) local_flush_tlb_range(mm, vmaddr, end)
48 unsigned long start, unsigned long end)
47 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dpgalloc.h19 * - flush_tlb_range(mm, start, end) flushes a range of pages
20 * - flush_tlb_pgtables(mm, start, end) flushes a range of page tables
25 unsigned long end);
40 #define flush_tlb_range(mm,vmaddr,end) local_flush_tlb_range(mm, vmaddr, end)
46 unsigned long start, unsigned long end)
45 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dpgalloc.h21 * - flush_tlb_range(mm, start, end) flushes a range of pages
22 * - flush_tlb_pgtables(mm, start, end) flushes a range of page tables
27 unsigned long end);
42 #define flush_tlb_range(mm,vmaddr,end) local_flush_tlb_range(mm, vmaddr, end)
48 unsigned long start, unsigned long end)
47 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dbitops.h319 unsigned long end = i + len; local
320 while (i < end) {
329 unsigned long end = i + len; local
330 while (i < end) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dirq.h46 void (*end)(unsigned int irq); member in struct:hw_interrupt_type
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dbitops.h319 unsigned long end = i + len; local
320 while (i < end) {
329 unsigned long end = i + len; local
330 while (i < end) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dirq.h46 void (*end)(unsigned int irq); member in struct:hw_interrupt_type
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dpgalloc.h21 * - flush_tlb_range(mm, start, end) flushes a range of pages
22 * - flush_tlb_pgtables(mm, start, end) flushes a range of page tables
27 unsigned long end);
42 #define flush_tlb_range(mm,vmaddr,end) local_flush_tlb_range(mm, vmaddr, end)
48 unsigned long start, unsigned long end)
47 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dpoptconfig.c58 char * file=NULL, * chptr, * end; local
87 end = (file + fileLength);
88 while (chptr < end) {
101 if (chptr < end) {
104 /* \ at the end of a line does not insert a \n */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dmac_scsi.c321 unsigned long end; local
348 for( end = jiffies + AFTER_RESET_DELAY; time_before(jiffies, end); )
419 goto end;
442 goto end;
452 goto end;
460 end:
488 goto end;
511 goto end;
521 goto end;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dpci_bus_cvlink.c280 * invoked at the end of pcibios_init() to link the Linux pci
333 * set the root start and end so that drivers calling check_region()
338 ioport_resource.end = 0xffff;
344 * Just open up IO PORTs from 0 .. ioport_resource.end.
353 ioport_resource.end |= (HSPEC_SWIZ_BASE-1) | __IA64_UNCACHED_OFFSET;
360 * Set the root start and end for Mem Resource.
363 iomem_resource.end = 0xffffffffffffffff;
407 size = device_dev->resource[idx].end -
416 device_dev->resource[idx].end =
425 device_dev->resource[idx].end
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/cobalt/
H A Dpci.c96 dev->resource[i].end = *basep - 1;
99 dev->resource[i].end -= 0x10000000;
137 dev->resource[0].end = 0x10007f;
140 dev->resource[1].end = dev->resource[1].start + 0x3ff;
160 dev->resource[0].end = 0x10107f;
163 dev->resource[1].end = dev->resource[1].start + 0x3ff;
390 ioport_resource.end = 0x0fffffff;
393 iomem_resource.end = 0xffffffff;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dloadmmu.c30 unsigned long end);
33 void (*_flush_icache_range)(unsigned long start, unsigned long end);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dsetup.c279 unsigned long start, end; local
285 end = PFN_DOWN(boot_mem_map.map[i].addr
288 if (start >= end)
290 if (end > max_pfn)
291 max_pfn = end;
319 * ... and at the end of the usable range downwards:
356 printk("initrd extends beyond end of memory "
371 code_resource.end = virt_to_bus(&_etext) - 1;
373 data_resource.end = virt_to_bus(&_edata) - 1;
393 res->end
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dauxio.c58 r.end = auxregs[0].phys_addr + auxregs[0].reg_size - 1;
94 r.end = regs.phys_addr + regs.reg_size - 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/busmgr/
H A Dbmutils.c468 goto end;
479 goto end;
485 goto end;
490 end:
536 goto end;
547 goto end;
553 goto end;
605 end:

Completed in 243 milliseconds

<<11121314151617181920>>