Searched refs:maxsize (Results 1 - 25 of 55) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dnettel.c225 unsigned long amdaddr, maxsize; local
272 maxsize = AMD_WINDOW_MAXSIZE;
274 *amdpar = SC520_PAR(SC520_PAR_BOOTCS, amdaddr, maxsize);
278 nettel_amd_map.virt = ioremap_nocache(amdaddr, maxsize);
301 * It has to start on a multiple of maxsize.
303 maxsize = SC520_PAR_TO_SIZE(orig_romcs1par);
304 if (maxsize < (32 * 1024 * 1024))
305 maxsize = (32 * 1024 * 1024);
306 intel0addr = amdaddr + maxsize;
322 maxsize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/romfs/
H A Dinode.c197 unsigned long avail, maxsize, res; local
199 maxsize = romfs_maxsize(i->i_sb);
200 if (offset >= maxsize)
204 if (count > maxsize || offset+count > maxsize)
205 count = maxsize-offset;
212 maxsize = min_t(unsigned long, count, avail);
213 res = strnlen(((char *)bh->b_data)+(offset&ROMBMASK), maxsize);
216 if (res < maxsize)
220 offset += maxsize;
239 unsigned long avail, maxsize, res; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ui/
H A Dui.h137 char *result_buf, int minsize, int maxsize);
139 char *result_buf, int minsize, int maxsize);
141 char *result_buf, int minsize, int maxsize, const char *test_buf);
143 char *result_buf, int minsize, int maxsize, const char *test_buf);
H A Dui_lib.c166 char *result_buf, int minsize, int maxsize, const char *test_buf)
177 s->_.string_data.result_maxsize=maxsize;
243 char *result_buf, int minsize, int maxsize)
246 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
251 char *result_buf, int minsize, int maxsize)
266 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
270 char *result_buf, int minsize, int maxsize, const char *test_buf)
273 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
277 char *result_buf, int minsize, int maxsize, const char *test_buf)
292 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_bu
164 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
242 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
250 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
269 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
276 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
[all...]
H A Dui_openssl.c398 int maxsize = BUFSIZ-1; local
417 noecho_fgets(result,maxsize,tty_in);
421 p=fgets(result,maxsize,tty_in);
423 p=fgets(result,maxsize,tty_in);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dui.h137 char *result_buf, int minsize, int maxsize);
139 char *result_buf, int minsize, int maxsize);
141 char *result_buf, int minsize, int maxsize, const char *test_buf);
143 char *result_buf, int minsize, int maxsize, const char *test_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui.h131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
H A Dui_lib.c166 char *result_buf, int minsize, int maxsize, const char *test_buf)
177 s->_.string_data.result_maxsize=maxsize;
243 char *result_buf, int minsize, int maxsize)
246 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
251 char *result_buf, int minsize, int maxsize)
266 UIT_PROMPT, flags, result_buf, minsize, maxsize, NULL);
270 char *result_buf, int minsize, int maxsize, const char *test_buf)
273 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf);
277 char *result_buf, int minsize, int maxsize, const char *test_buf)
292 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_bu
164 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
242 UI_add_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
250 UI_dup_input_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize) argument
269 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
276 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
[all...]
H A Dui_openssl.c411 int maxsize = BUFSIZ-1; local
430 noecho_fgets(result,maxsize,tty_in);
434 p=fgets(result,maxsize,tty_in);
436 p=fgets(result,maxsize,tty_in);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dui.h131 char *result_buf, int minsize, int maxsize);
133 char *result_buf, int minsize, int maxsize);
135 char *result_buf, int minsize, int maxsize, const char *test_buf);
137 char *result_buf, int minsize, int maxsize, const char *test_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DBtRecExample.java259 RecnoStringEntry(int maxsize) { argument
260 this(0, maxsize); // let other constructor do most of the work
263 RecnoStringEntry(int value, int maxsize) { argument
264 arr = new byte[maxsize];
266 setUserBuffer(maxsize, true);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Da_strnid.c137 tbl->minsize, tbl->maxsize);
213 long minsize, long maxsize, unsigned long mask,
236 if(maxsize != -1) tmp->maxsize = maxsize;
212 ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) argument
H A Da_mbstr.c91 long minsize, long maxsize)
153 if((maxsize > 0) && (nchar > maxsize)) {
155 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
156 ERR_add_error_data(2, "maxsize=", strbuf);
89 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_strnid.c137 tbl->minsize, tbl->maxsize);
213 long minsize, long maxsize, unsigned long mask,
236 if(maxsize != -1) tmp->maxsize = maxsize;
212 ASN1_STRING_TABLE_add(int nid, long minsize, long maxsize, unsigned long mask, unsigned long flags) argument
H A Da_mbstr.c91 long minsize, long maxsize)
153 if((maxsize > 0) && (nchar > maxsize)) {
155 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
156 ERR_add_error_data(2, "maxsize=", strbuf);
89 ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len, int inform, unsigned long mask, long minsize, long maxsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_recycle.c147 int maxsize; local
149 maxsize = lp_parm_int(SNUM(handle->conn), "recycle", "maxsize", -1);
151 DEBUG(10, ("recycle: maxsize = %d\n", maxsize));
153 return maxsize;
331 int maxsize; local
366 * not greater then maxsize, not the size of the single file, also it is better
369 maxsize = recycle_maxsize(handle);
370 if(maxsize >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dkmem.c72 kmem_zalloc_greedy(size_t *size, size_t minsize, size_t maxsize, argument
76 size_t kmsize = maxsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_v110.c90 isdn_v110_open(unsigned char key, int hdrlen, int maxsize) argument
125 v->maxsize = maxsize - hdrlen;
126 if ((v->encodebuf = kmalloc(maxsize, GFP_ATOMIC)) == NULL) {
478 if ((nframes * 40) > v->maxsize) {
479 size = v->maxsize;
480 rlen = v->maxsize / 40;
582 int maxsize = dev->drv[c->driver]->interface->maxbufsize; local
586 dev->v110[idx] = isdn_v110_open(V110_9600, hdrlen, maxsize);
589 dev->v110[idx] = isdn_v110_open(V110_19200, hdrlen, maxsize);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddelegation.h23 loff_t maxsize; member in struct:nfs_delegation
H A Ddelegation.c100 delegation->maxsize = res->maxsize;
128 delegation->maxsize = res->maxsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.h126 extern void udev_rules_apply_format(struct udevice *udev, char *string, size_t maxsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dbitrate.c171 long maxsize=(max_target_bits+(bi->reservoir_bits-bm->minmax_reservoir))/8; local
174 if(oggpack_bytes(vbi->packetblob[choice])>maxsize){
176 oggpack_writetrunc(vbi->packetblob[choice],maxsize*8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsctl.c295 * domain path maxsize
302 int maxsize; local
320 len = get_int(&mesg, &maxsize);
324 if (maxsize < NFS_FHSIZE)
326 if (maxsize > NFS3_FHSIZE)
327 maxsize = NFS3_FHSIZE;
337 len = exp_rootfh(dom, path, &fh, maxsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dexport.h120 char *path, struct knfsd_fh *, int maxsize);
H A Dnfsfh.h280 fh_init(struct svc_fh *fhp, int maxsize) argument
283 fhp->fh_maxsize = maxsize;

Completed in 160 milliseconds

123