Searched refs:start (Results 251 - 275 of 1671) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dproto.h29 extern int k8_scan_nodes(unsigned long start, unsigned long end);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dproto.h29 extern int k8_scan_nodes(unsigned long start, unsigned long end);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dcpu-multi32.h69 void (*invalidate_range)(unsigned long start, unsigned long end);
73 void (*clean_range)(unsigned long start, unsigned long end);
82 void (*clean_entry)(unsigned long start);
89 void (*invalidate_range)(unsigned long start, unsigned long end);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dmtd.c90 for (erase_info.start = 0;
91 erase_info.start < mtd_info.size;
92 erase_info.start += mtd_info.erasesize) {
180 for (erase_info.start = 0; erase_info.start < trx.len; erase_info.start += count) {
181 len = MIN(erase_info.length, trx.len - erase_info.start);
182 if ((trx.flag_version & TRX_NO_HEADER) || erase_info.start)
191 count += http_get(path, &buf[off], len - off, erase_info.start + off);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dmtd.c90 for (erase_info.start = 0;
91 erase_info.start < mtd_info.size;
92 erase_info.start += mtd_info.erasesize) {
180 for (erase_info.start = 0; erase_info.start < trx.len; erase_info.start += count) {
181 len = MIN(erase_info.length, trx.len - erase_info.start);
182 if ((trx.flag_version & TRX_NO_HEADER) || erase_info.start)
191 count += http_get(path, &buf[off], len - off, erase_info.start + off);
/asus-wl-520gu-7.0.1.45/src/router/library/
H A DLOG_log.h26 long LOG_GetLog(long start, char *buf, long size, int level);
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A DLOG_log.h26 long LOG_GetLog(long start, char *buf, long size, int level);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dpci.c42 * and it *must* be the start of ISA space if an ISA bus exists because
140 new = res->start;
189 unsigned long start = res->start; local
196 if (start & 0x300) {
197 start = (start + 0x3ff) & ~0x3ff;
198 res->start = start;
264 res->start, re
511 resource_fixup(struct pci_dev * dev, struct resource * res, unsigned long start, unsigned long size) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/atari/
H A Dstram.c69 * - If the kernel is in TT-Ram, stram_init() initializes start and
165 void *start; member in struct:stram_block
195 /* start and end of swapping area */
239 static void reserve_region(void *start, void *end);
380 * from the start of ST-RAM (if the kernel is in TT-RAM) and added to the
474 free_stram_region( SWAP_NR(block->start), N_PAGES(block->size) );
709 unsigned long start = vma->vm_start, end = vma->vm_end;
712 unswap_pgd(vma, pgdir, start, end - start, entry, page);
713 start
707 unsigned long start = vma->vm_start, end = vma->vm_end; local
733 unswap_by_read(unsigned short *map, unsigned long max, unsigned long start, unsigned long n_pages) argument
806 unsigned long start, total_free, region_free; local
985 void *start; local
1082 reserve_region(void *start, void *end) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Ddir.c26 /* An index record should start with INDX, and the last word in each block
280 static int ntfs_split_record(ntfs_iterate_s *walk, char *start, int bsize, argument
298 entry = start + NTFS_GETU16(start + 0x18) + 0x18;
299 for (prev = entry; entry - start < usize / 2;
318 othersize = usize - (entry - start);
322 NTFS_PUTU32(newbuf + 0x24, NTFS_GETU32(start + 0x24));
350 othersize = usize - (prev-start);
363 error = ntfs_index_writeback(walk, start, walk->block, othersize);
372 static int ntfs_dir_insert(ntfs_iterate_s *walk, char *start, cha argument
566 ntfs_descend(ntfs_iterate_s *walk, ntfs_u8 *start, ntfs_u8 *entry) argument
588 ntfs_getdir_iterate_byposition(ntfs_iterate_s *walk, char* start, char *entry) argument
656 ntfs_getdir_iterate(ntfs_iterate_s *walk, char *start, char *entry) argument
785 u32 start, finish, ibs, max_size; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dlocktest2.c59 unsigned start, len; member in struct:record
96 int fd, unsigned start, unsigned len,
103 return cli_lock(c, fd, start, len, LOCK_TIMEOUT, op);
108 lock.l_start = start;
118 int fd, unsigned start, unsigned len)
124 return cli_unlock(c, fd, start, len);
129 lock.l_start = start;
140 br_off start, br_off size)
145 (double)start, (double)start
95 try_lock(struct cli_state *c, int fstype, int fd, unsigned start, unsigned len, enum brl_type op) argument
117 try_unlock(struct cli_state *c, int fstype, int fd, unsigned start, unsigned len) argument
138 print_brl(SMB_DEV_T dev, SMB_INO_T ino, int pid, enum brl_type lock_type, br_off start, br_off size) argument
232 unsigned start = rec->start; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsetup.c146 void __init add_memory_region(phys_t start, phys_t size, argument
156 boot_mem_map.map[x].addr = start;
273 unsigned long start, end; local
278 start = PFN_UP(boot_mem_map.map[i].addr);
282 if (start >= end)
286 if (start < first_usable_pfn) {
287 if (start > start_pfn) {
288 first_usable_pfn = start;
338 * We are rounding up the start address of usable memory:
408 code_resource.start
418 unsigned long start, end; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/mm/
H A Dcache-sh4.c121 void __flush_wback_region(void *start, int size) argument
126 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
127 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
142 void __flush_purge_region(void *start, int size) argument
147 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
148 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
161 void __flush_invalidate_region(void *start, int size) argument
166 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
167 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
181 void flush_icache_range(unsigned long start, unsigne argument
280 flush_cache_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dacorn.c89 le32_to_cpu(rr->part[part].start),
154 * next partition relative to the start of this one - I'm assuming
263 * Work out start of non-adfs partition.
349 unsigned long start; local
355 start = le32_to_cpu(p->start);
365 if (size > 1 && adfspart_check_ICSLinux(bdev, start)) {
366 start += 1;
372 add_gd_partition(hd, minor, first_sector + start, size);
420 unsigned long start; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dmca.c302 /* Enable interrupts and return memory start */
385 * @start: starting slot
388 * ID given. The first time it should be called with start as zero
395 int mca_find_adapter(int id, int start) argument
401 for(; start >= 0 && start < MCA_NUMADAPTERS; start++) {
411 if(mca_info->slot[start].status == MCA_ADAPTER_DISABLED) {
415 if(id == mca_info->slot[start].id) {
416 return start;
442 mca_find_unused_adapter(int id, int start) argument
800 get_mca_info(char *page, char **start, off_t off, int count, int *eof, void *data) argument
891 get_mca_machine_info(char* page, char **start, off_t off, int count, int *eof, void *data) argument
908 mca_read_proc(char *page, char **start, off_t off, int count, int *eof, void *data) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dc-tx39.c44 unsigned long start = KSEG0; local
45 unsigned long end = (start + icache_size);
53 while (start < end) {
54 cache16_unroll32(start, Index_Invalidate_I);
55 start += 0x200;
103 unsigned long start,
110 printk("crange[%d,%08lx,%08lx]", (int)mm->context, start, end);
177 static void tx39_flush_icache_range(unsigned long start, unsigned long end) argument
102 tx39_flush_cache_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
H A Dumap.c91 remove_mapping (struct task_struct *task, unsigned long start, unsigned long end) argument
93 unsigned long beg = start;
97 dir = pgd_offset (task->mm, start);
99 while (start < end){
100 remove_mapping_pmd_range (dir, start, end - start);
101 start = (start + PGDIR_SIZE) & PGDIR_MASK;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/nec-eagle/
H A Dsetup.c117 ioport_resource.start = IO_PORT_RESOURCE_START;
119 iomem_resource.start = IO_MEM1_RESOURCE_START;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/victor-mpc30x/
H A Dsetup.c86 ioport_resource.start = IO_PORT_RESOURCE_START;
88 iomem_resource.start = IO_MEM1_RESOURCE_START;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/zao-capcella/
H A Dsetup.c86 ioport_resource.start = IO_PORT_RESOURCE_START;
88 iomem_resource.start = IO_MEM1_RESOURCE_START;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dumap.c89 void remove_mapping (struct task_struct *task, unsigned long start, argument
92 unsigned long beg = start;
96 dir = pgd_offset (task->mm, start);
98 while (start < end){
99 remove_mapping_pmd_range (dir, start, end - start);
100 start = (start + PGDIR_SIZE) & PGDIR_MASK;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/simple/
H A Dhead.S37 .globl start
38 start: label
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dpal4_pci.c65 hose->io_space.start = 0x00800000;
67 hose->mem_space.start = 0x90000000;
H A Dspruce_pci.c90 hose->io_space.start = SPRUCE_PCI_LOWER_IO;
92 hose->mem_space.start = SPRUCE_PCI_LOWER_MEM;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/mm/
H A Dinit.c222 void free_initrd_mem(unsigned long start, unsigned long end) argument
224 if (start < end)
225 printk (KERN_INFO "Freeing initrd memory: %ldk freed\n", (end - start) >> 10);
226 for (; start < end; start += PAGE_SIZE) {
227 ClearPageReserved(virt_to_page(start));
228 set_page_count(virt_to_page(start), 1);
229 free_page(start);

Completed in 308 milliseconds

<<11121314151617181920>>