Searched refs:start (Results 276 - 300 of 1671) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/mm/
H A Dinit.c296 void free_initrd_mem(unsigned long start, unsigned long end) argument
298 if (start < end)
299 printk (KERN_INFO "Freeing initrd memory: %ldk freed\n", (end - start) >> 10);
300 for (; start < end; start += PAGE_SIZE) {
301 ClearPageReserved(virt_to_page(start));
302 set_page_count(virt_to_page(start), 1);
303 free_page(start);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Dich2rom.c124 unsigned long start = ofs; local
125 unsigned long end = start + len -1;
128 start = start & ~0xFFFF;
130 while (start <= end) {
132 ctrl_addr = addr(map, start) - 0x400000 + 2;
134 start = start + 0x10000;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dpartinfo.c72 printf("%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n",
75 (int)loc.start, size, (int) loc.start + size -1);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/mach/
H A Darch.h19 extern void setup_initrd(unsigned int start, unsigned int size);
20 extern void setup_ramdisk(int doload, int prompt, int start, unsigned int rd_sz);
28 unsigned int phys_ram; /* start of physical ram */
29 unsigned int phys_io; /* start of physical io */
36 unsigned int video_start; /* start of video RAM */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpipe_fs_i.h9 unsigned int start; member in struct:pipe_inode_info
25 #define PIPE_START(inode) ((inode).i_pipe->start)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpipe_fs_i.h9 unsigned int start; member in struct:pipe_inode_info
25 #define PIPE_START(inode) ((inode).i_pipe->start)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/mach/
H A Darch.h19 extern void setup_initrd(unsigned int start, unsigned int size);
20 extern void setup_ramdisk(int doload, int prompt, int start, unsigned int rd_sz);
28 unsigned int phys_ram; /* start of physical ram */
29 unsigned int phys_io; /* start of physical io */
36 unsigned int video_start; /* start of video RAM */
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dload.c254 unsigned char *start = text_start; local
256 unsigned char *cur = start;
261 printf("Erasing sector 0x%x...", (cur - start));
262 if ((erasesize = sflash_erase(sbh, cc, cur - start)) < 0) {
266 while (sflash_poll(sbh, cc, cur - start));
270 printf("Writing sector 0x%x...", (cur - start));
272 if ((len = sflash_write(sbh, cc, cur - start, erasesize, cur)) < 0)
274 while (sflash_poll(sbh, cc, cur - start));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Daztcd.c526 printk("aztcd: play start=%02x:%02x:%02x end=%02x:%02x:%02x\n",
527 params->start.min, params->start.sec, params->start.frame,
532 outb(params->start.min, CMD_PORT);
533 outb(params->start.sec, CMD_PORT);
534 outb(params->start.frame, CMD_PORT);
568 params->start.min, params->start.sec, params->start
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dasn1.c67 nesting->start = data->ofs;
85 len = data->ofs - (nesting->start+1);
90 data->data[nesting->start] = 0x82;
93 memmove(data->data+nesting->start+3, data->data+nesting->start+1, len);
94 data->data[nesting->start+1] = len>>8;
95 data->data[nesting->start+2] = len&0xff;
97 data->data[nesting->start] = 0x81;
99 memmove(data->data+nesting->start+2, data->data+nesting->start
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/boot/
H A Dpiggyback.c74 unsigned int i, j, k, start, end, offset; local
80 start = end = 0;
85 if (!strcmp (buffer + 8, " T start\n") || !strcmp (buffer + 16, " T start\n"))
86 start = strtoul (buffer, NULL, 16);
91 if (!start || !end) {
92 fprintf (stderr, "Could not determine start and end from System.map\n");
130 if (lseek(image, k - start + ((end + 32 + 4095) & ~4095), 0) < 0) die ("lseek");
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dhwt.c91 * start timer by switching counter 0 to mode 3
187 * Stop hardware timer and read time elapsed since last start.
193 * The elapsed time since last start in units of 16us.
232 * Stop hardware timer and read timer value and start the timer again.
259 * hwt_wait_time(smc,start,duration)
262 * since the start time.
264 * para start start time
270 void hwt_wait_time(smc,start,duration)
272 u_long start ;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dstatcache.c190 * @param start A pointer into name, for where to 'start' in fixing the rest of the name up.
198 char **start, SMB_STRUCT_STAT *pst)
213 *start = name;
306 /* set pointer for 'where to start' on fixing the rest of the name */
307 *start = &name[scp->translated_path_length];
308 if(**start == '/')
309 ++*start;
197 stat_cache_lookup(connection_struct *conn, pstring name, pstring dirpath, char **start, SMB_STRUCT_STAT *pst) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-proc.c169 const char *start = NULL, *msg = NULL; local
209 start = p;
328 return xx_xx_parse_error(start, startn, msg);
332 (char *page, char **start, off_t off, int count, int *eof, void *data)
359 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
374 (char *page, char **start, off_t off, int count, int *eof, void *data)
388 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
392 (char *page, char **start, off_t off, int count, int *eof, void *data)
418 PROC_IDE_READ_RETURN(page,start,off,count,eof,len);
422 (char *page, char **start, off_
331 proc_ide_read_config(char *page, char **start, off_t off, int count, int *eof, void *data) argument
373 proc_ide_read_drivers(char *page, char **start, off_t off, int count, int *eof, void *data) argument
391 proc_ide_read_imodel(char *page, char **start, off_t off, int count, int *eof, void *data) argument
421 proc_ide_read_mate(char *page, char **start, off_t off, int count, int *eof, void *data) argument
434 proc_ide_read_channel(char *page, char **start, off_t off, int count, int *eof, void *data) argument
459 proc_ide_read_identify(char *page, char **start, off_t off, int count, int *eof, void *data) argument
480 proc_ide_read_settings(char *page, char **start, off_t off, int count, int *eof, void *data) argument
519 const char *start = NULL; local
587 proc_ide_read_capacity(char *page, char **start, off_t off, int count, int *eof, void *data) argument
602 proc_ide_read_geometry(char *page, char **start, off_t off, int count, int *eof, void *data) argument
615 proc_ide_read_dmodel(char *page, char **start, off_t off, int count, int *eof, void *data) argument
626 proc_ide_read_driver(char *page, char **start, off_t off, int count, int *eof, void *data) argument
652 proc_ide_read_media(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 Dinit.c164 static void __init fixrange_init (unsigned long start, unsigned long end, argument
173 vaddr = start;
347 void free_initrd_mem(unsigned long start, unsigned long end) argument
349 if (start < end)
351 (end - start) >> 10);
353 for (; start < end; start += PAGE_SIZE) {
354 ClearPageReserved(virt_to_page(start));
355 set_page_count(virt_to_page(start), 1);
356 free_page(start);
[all...]
H A Dc-mips32.c84 unsigned long start,
93 start &= PAGE_MASK;
95 printk("crange[%d,%08lx,%08lx]", (int)mm->context, start, end);
97 vma = find_vma(mm, start);
107 while(start < end) {
108 pgd = pgd_offset(mm, start);
109 pmd = pmd_offset(pgd, start);
110 pte = pte_offset(pmd, start);
113 blast_scache_page(start);
114 start
83 mips32_flush_cache_range_sc(struct mm_struct *mm, unsigned long start, unsigned long end) argument
121 mips32_flush_cache_range_pc(struct mm_struct *mm, unsigned long start, unsigned long end) argument
285 mips32_flush_icache_range(unsigned long start, unsigned long end) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/momentum/ocelot_c/
H A Dpci.c138 /* start the configuration cycle */
175 /* start the configuration cycle */
211 /* start the configuration cycle */
247 /* start the configuration cycle */
284 /* start the configuration cycle */
320 /* start the configuration cycle */
351 if (!r->start && r->end) {
402 new = res->start | (res->flags & PCI_REGION_FLAG_MASK);
433 unsigned long start = res->start; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dinit.c297 void free_initrd_mem(unsigned long start, unsigned long end) argument
300 start = (unsigned long)phys_to_virt(CPHYSADDR(start));
302 if (start < end)
304 (end - start) >> 10);
306 for (; start < end; start += PAGE_SIZE) {
307 ClearPageReserved(virt_to_page(start));
308 set_page_count(virt_to_page(start), 1);
309 free_page(start);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/befs/
H A Ddebug.c90 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
103 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
107 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
121 tmp_run.allocation_group, tmp_run.start,
132 tmp_run.start, tmp_run.len);
142 tmp_run.allocation_group, tmp_run.start,
191 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
200 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
204 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
222 run.allocation_group, run.start, ru
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c251 u_long start; local
258 start = pci_resource_start(ahc->dev_softc, 1);
259 base_page = start & PAGE_MASK;
260 base_offset = start - base_page;
262 start = ahc_pci_read_config(ahc->dev_softc, PCIR_MAPS+4, 4);
263 base_offset = start & PCI_BASE_ADDRESS_MEM_MASK;
267 if (start != 0) {
268 *bus_addr = start;
270 if (request_mem_region(start, 0x1000, "aic7xxx") == 0)
278 release_mem_region(start,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dskbuff.c928 int start = skb->len - skb->data_len; local
934 if ((copy = start-offset) > 0) {
947 BUG_TRAP(start <= offset+len);
949 end = start + skb_shinfo(skb)->frags[i].size;
958 offset-start, copy);
966 start = end;
975 BUG_TRAP(start <= offset+len);
977 end = start + list->len;
981 if (skb_copy_bits(list, offset-start, to, copy))
988 start
1003 int start = skb->len - skb->data_len; local
1078 int start = skb->len - skb->data_len; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dsrmmu.c330 void srmmu_early_allocate_ptable_skeleton(unsigned long start, unsigned long end);
574 extern void tsunami_flush_cache_range(struct mm_struct *mm, unsigned long start, unsigned long end);
581 extern void tsunami_flush_tlb_range(struct mm_struct *mm, unsigned long start, unsigned long end);
593 unsigned long start, unsigned long end);
601 unsigned long start, unsigned long end);
667 static void cypress_flush_cache_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
681 start &= SRMMU_PMD_MASK;
682 while(start < end) {
683 faddr = (start + (0x10000 - 0x100));
700 } while (faddr != start);
808 cypress_flush_tlb_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
900 srmmu_early_allocate_ptable_skeleton(unsigned long start, unsigned long end) argument
927 srmmu_allocate_ptable_skeleton(unsigned long start, unsigned long end) argument
959 srmmu_inherit_prom_mappings(unsigned long start,unsigned long end) argument
1514 turbosparc_flush_cache_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
1565 turbosparc_flush_tlb_range(struct mm_struct *mm, unsigned long start, unsigned long end) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dsaa5249.c519 int start, end; local
523 if (req.pgbuf < 0 || req.pgbuf >= NUM_DAUS || req.start < 0 ||
524 req.start > req.end || req.end >= (virtual_mode ? VTX_VIRTUALSIZE : VTX_PAGESIZE))
526 if(copy_to_user(req.buffer, &t->vdau[req.pgbuf].pgbuf[req.start], req.end - req.start + 1))
533 if (req.start <= 39 && req.end >= 32)
537 start = MAX(req.start, 32);
539 len=end-start+1;
540 if (i2c_senddata(t, 8, 0, 0, start,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irnet/
H A Dirnet_ppp.c42 char * start; /* Current command beeing processed */ local
69 start = next;
72 while(isspace(*start))
73 start++;
76 next = strchr(start, ',');
80 length = next - start; /* Length */
84 length = strlen(start);
86 DEBUG(CTRL_INFO, "Found command ``%s'' (%d).\n", start, length);
92 if(!strncmp(start, "name", 4))
95 if((length > 5) && (strcmp(start
[all...]
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisksunlabel.c103 set_sun_partition(int i, unsigned int start, unsigned int stop, int sysid) { argument
106 SSWAP32(start / (heads * sectors));
108 SSWAP32(stop - start);
396 fetch_sun(unsigned int *starts, unsigned int *lens, unsigned int *start, unsigned int *stop) { argument
398 *start = 0; *stop = cylinders * heads * sectors;
406 if (starts[i] == *start)
407 *start += lens[i];
434 unsigned int starts[8], lens[8], start, stop; local
439 fetch_sun(starts,lens,&start,&stop);
489 start
496 unsigned int start, stop, stop2; local
683 __u32 start = SSWAP32(sunlabel->partitions[i].start_cylinder) * heads * sectors; local
[all...]

Completed in 381 milliseconds

<<11121314151617181920>>