Searched refs:end (Results 26 - 50 of 1055) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dkml_unpack.c63 int kml_unpack_version(struct presto_version **ver, char **buf, char *end) argument
68 UNLOGP(*ver, struct presto_version, ptr, end);
80 static int kml_unpack_noop(struct kml_rec *rec, char **buf, char *end) argument
86 static int kml_unpack_get_fileid(struct kml_rec *rec, char **buf, char *end) argument
90 LUNLOGV(rec->pathlen, __u32, ptr, end);
91 UNLOGL(rec->path, char, rec->pathlen, ptr, end);
97 static int kml_unpack_create(struct kml_rec *rec, char **buf, char *end) argument
101 kml_unpack_version(&rec->old_parentv, &ptr, end);
102 kml_unpack_version(&rec->new_parentv, &ptr, end);
103 kml_unpack_version(&rec->new_objectv, &ptr, end);
116 kml_unpack_mkdir(struct kml_rec *rec, char **buf, char *end) argument
135 kml_unpack_unlink(struct kml_rec *rec, char **buf, char *end) argument
159 kml_unpack_rmdir(struct kml_rec *rec, char **buf, char *end) argument
181 kml_unpack_close(struct kml_rec *rec, char **buf, char *end) argument
201 kml_unpack_symlink(struct kml_rec *rec, char **buf, char *end) argument
221 kml_unpack_rename(struct kml_rec *rec, char **buf, char *end) argument
240 kml_unpack_setattr(struct kml_rec *rec, char **buf, char *end) argument
266 kml_unpack_link(struct kml_rec *rec, char **buf, char *end) argument
283 kml_unpack_mknod(struct kml_rec *rec, char **buf, char *end) argument
304 kml_unpack_write(struct kml_rec *rec, char **buf, char *end) argument
311 kml_unpack_release(struct kml_rec *rec, char **buf, char *end) argument
318 kml_unpack_trunc(struct kml_rec *rec, char **buf, char *end) argument
325 kml_unpack_setextattr(struct kml_rec *rec, char **buf, char *end) argument
346 kml_unpack_delextattr(struct kml_rec *rec, char **buf, char *end) argument
365 kml_unpack_open(struct kml_rec *rec, char **buf, char *end) argument
371 kml_unpack_kml_trunc(struct kml_rec *rec, char **buf, char *end) argument
404 kml_unpack_prefix(struct kml_rec *rec, char **buf, char *end) argument
429 kml_unpack_suffix(struct kml_rec *rec, char **buf, char *end) argument
444 kml_unpack(struct kml_rec *rec, char **buf, char *end) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dgeneric.c40 unsigned long end; local
43 end = address + size;
44 if (end > PMD_SIZE)
45 end = PMD_SIZE;
54 } while (address < end);
60 unsigned long end; local
63 end = address + size;
64 if (end > PGDIR_SIZE)
65 end = PGDIR_SIZE;
71 io_remap_pte_range(pte, address, end
83 unsigned long end = from + size; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dumap.c35 unsigned long end; local
46 end = address + size;
47 if (end > PMD_SIZE)
48 end = PMD_SIZE;
55 } while (address < end);
63 unsigned long end; local
75 end = address + size;
76 if (end > PGDIR_SIZE)
77 end = PGDIR_SIZE;
79 remove_mapping_pte_range (pmd, address, end
91 remove_mapping(struct task_struct *task, unsigned long start, unsigned long end) argument
146 unsigned long end; local
176 unsigned long end; local
200 unsigned long end = from + size; local
[all...]
H A Dioremap.c20 phys_t end; local
25 end = address + size;
26 if (end > PMD_SIZE)
27 end = PMD_SIZE;
28 if (address >= end)
39 } while (address && (address < end));
45 phys_t end; local
48 end = address + size;
49 if (end > PGDIR_SIZE)
50 end
70 unsigned long end = address + size; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dumap.c32 unsigned long end; local
44 end = address + size;
45 if (end > PMD_SIZE)
46 end = PMD_SIZE;
53 } while (address < end);
61 unsigned long end; local
74 end = address + size;
75 if (end > PGDIR_SIZE)
76 end = PGDIR_SIZE;
78 remove_mapping_pte_range (pmd, address, end
89 remove_mapping(struct task_struct *task, unsigned long start, unsigned long end) argument
145 unsigned long end; local
175 unsigned long end; local
199 unsigned long end = from + size; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/hardware/
H A Dmemc.h19 #define video_set_dma(start,end,offset) \
22 memc_write (VDMA_END, (end - VDMA_XFERSIZE) >> 2); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/hardware/
H A Dmemc.h19 #define video_set_dma(start,end,offset) \
22 memc_write (VDMA_END, (end - VDMA_XFERSIZE) >> 2); \
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/extras/
H A Diconv_string.h11 * const char* start, const char* end,
20 * The input is in the memory region between start (inclusive) and end
43 extern int iconv_string (const char* tocode, const char* fromcode, const char* start, const char* end, char** resultp, size_t* lengthp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/mm/
H A Dioremap.c19 unsigned long end; local
22 end = address + size;
23 if (end > PMD_SIZE)
24 end = PMD_SIZE;
25 if (address >= end)
37 } while (address && (address < end));
43 unsigned long end; local
46 end = address + size;
47 if (end > PGDIR_SIZE)
48 end
69 unsigned long end = address + size; local
113 unsigned long end = phys_addr + size - 1; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dgeneric.c44 unsigned long end; local
47 end = address + size;
48 if (end > PMD_SIZE)
49 end = PMD_SIZE;
57 if (!(address & 0x3fffff) && !(offset & 0x3ffffe) && end >= address + 0x400000) {
63 } else if (!(address & 0x7ffff) && !(offset & 0x7fffe) && end >= address + 0x80000) {
69 } else if (!(offset & 0xfffe) && end >= address + 0x10000) {
90 } while (address < end);
96 unsigned long end; local
99 end
119 unsigned long end = from + size; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dmips32_cache.h187 unsigned long end = (start + dcache_size); local
189 while(start < end) {
198 unsigned long end = (start + PAGE_SIZE); local
200 while(start < end) {
209 unsigned long end = (page + PAGE_SIZE); local
215 while(start < end) {
225 unsigned long end = (start + icache_size); local
227 while(start < end) {
236 unsigned long end = (start + PAGE_SIZE); local
238 while(start < end) {
247 unsigned long end = (page + PAGE_SIZE); local
263 unsigned long end = KSEG0 + scache_size; local
274 unsigned long end = page + PAGE_SIZE; local
285 unsigned long end = (page + PAGE_SIZE); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dmips64_cache.h162 unsigned long end = (start + dcache_size); local
164 while(start < end) {
173 unsigned long end = (start + PAGE_SIZE); local
175 while(start < end) {
184 unsigned long end = (page + PAGE_SIZE); local
190 while(start < end) {
200 unsigned long end = (start + icache_size); local
202 while(start < end) {
211 unsigned long end = (start + PAGE_SIZE); local
213 while(start < end) {
222 unsigned long end = (page + PAGE_SIZE); local
238 unsigned long end = KSEG0 + scache_size; local
249 unsigned long end = page + PAGE_SIZE; local
260 unsigned long end = (page + PAGE_SIZE); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dmips32_cache.h187 unsigned long end = (start + dcache_size); local
189 while(start < end) {
198 unsigned long end = (start + PAGE_SIZE); local
200 while(start < end) {
209 unsigned long end = (page + PAGE_SIZE); local
215 while(start < end) {
225 unsigned long end = (start + icache_size); local
227 while(start < end) {
236 unsigned long end = (start + PAGE_SIZE); local
238 while(start < end) {
247 unsigned long end = (page + PAGE_SIZE); local
263 unsigned long end = KSEG0 + scache_size; local
274 unsigned long end = page + PAGE_SIZE; local
285 unsigned long end = (page + PAGE_SIZE); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dmips64_cache.h162 unsigned long end = (start + dcache_size); local
164 while(start < end) {
173 unsigned long end = (start + PAGE_SIZE); local
175 while(start < end) {
184 unsigned long end = (page + PAGE_SIZE); local
190 while(start < end) {
200 unsigned long end = (start + icache_size); local
202 while(start < end) {
211 unsigned long end = (start + PAGE_SIZE); local
213 while(start < end) {
222 unsigned long end = (page + PAGE_SIZE); local
238 unsigned long end = KSEG0 + scache_size; local
249 unsigned long end = page + PAGE_SIZE; local
260 unsigned long end = (page + PAGE_SIZE); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dmips32_cache.h187 unsigned long end = (start + dcache_size); local
189 while(start < end) {
198 unsigned long end = (start + PAGE_SIZE); local
200 while(start < end) {
209 unsigned long end = (page + PAGE_SIZE); local
215 while(start < end) {
225 unsigned long end = (start + icache_size); local
227 while(start < end) {
236 unsigned long end = (start + PAGE_SIZE); local
238 while(start < end) {
247 unsigned long end = (page + PAGE_SIZE); local
263 unsigned long end = KSEG0 + scache_size; local
274 unsigned long end = page + PAGE_SIZE; local
285 unsigned long end = (page + PAGE_SIZE); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dmips32_cache.h187 unsigned long end = (start + dcache_size); local
189 while(start < end) {
198 unsigned long end = (start + PAGE_SIZE); local
200 while(start < end) {
209 unsigned long end = (page + PAGE_SIZE); local
215 while(start < end) {
225 unsigned long end = (start + icache_size); local
227 while(start < end) {
236 unsigned long end = (start + PAGE_SIZE); local
238 while(start < end) {
247 unsigned long end = (page + PAGE_SIZE); local
263 unsigned long end = KSEG0 + scache_size; local
274 unsigned long end = page + PAGE_SIZE; local
285 unsigned long end = (page + PAGE_SIZE); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/mm/
H A Dioremap.c18 unsigned long end; local
21 end = address + size;
22 if (end > PMD_SIZE)
23 end = PMD_SIZE;
24 if (address >= end)
36 } while (address && (address < end));
42 unsigned long end; local
45 end = address + size;
46 if (end > PGDIR_SIZE)
47 end
67 unsigned long end = address + size; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/mm/
H A Dioremap.c18 unsigned long end; local
21 end = address + size;
22 if (end > PMD_SIZE)
23 end = PMD_SIZE;
24 if (address >= end)
36 } while (address && (address < end));
42 unsigned long end; local
45 end = address + size;
46 if (end > PGDIR_SIZE)
47 end
67 unsigned long end = address + size; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dprof_err.c68 struct et_list *et, **end; local
70 for (end = list, et = *list; et; end = &et->next, et = et->next)
82 *end = et;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/test_cases/
H A Dcontinuation.c38 struct et_list *et, **end; local
40 for (end = list, et = *list; et; end = &et->next, et = et->next)
52 *end = et;
H A Dheimdal.c119 struct et_list *et, **end; local
121 for (end = list, et = *list; et; end = &et->next, et = et->next)
133 *end = et;
H A Dheimdal2.c105 struct et_list *et, **end; local
107 for (end = list, et = *list; et; end = &et->next, et = et->next)
119 *end = et;
H A Dheimdal3.c39 struct et_list *et, **end; local
41 for (end = list, et = *list; et; end = &et->next, et = et->next)
53 *end = et;
H A Dimap_err.c67 struct et_list *et, **end; local
69 for (end = list, et = *list; et; end = &et->next, et = et->next)
81 *end = et;
H A Dsimple.c59 struct et_list *et, **end; local
61 for (end = list, et = *list; et; end = &et->next, et = et->next)
73 *end = et;

Completed in 223 milliseconds

1234567891011>>