Searched refs:ilen (Results 1 - 39 of 39) sorted by relevance

/linux-4.1.27/arch/x86/boot/compressed/
H A Dmkpiggy.c37 long ilen; main() local
67 ilen = ftell(f); main()
75 offs = (olen > ilen) ? olen - ilen : 0; main()
83 printf("z_input_len = %lu\n", ilen); main()
/linux-4.1.27/arch/powerpc/sysdev/xics/
H A Dicp-native.c250 unsigned int ilen; icp_native_init_one_node() local
261 ireg = of_get_property(np, "ibm,interrupt-server-ranges", &ilen); icp_native_init_one_node()
266 WARN_ON((ireg == NULL) || (ilen != 2*sizeof(u32))); icp_native_init_one_node()
270 if (ilen >= 2*sizeof(u32)) icp_native_init_one_node()
274 ireg = of_get_property(np, "reg", &ilen); icp_native_init_one_node()
281 if (((ilen % reg_tuple_size) != 0) icp_native_init_one_node()
282 || (num_servers && (num_servers != (ilen / reg_tuple_size)))) { icp_native_init_one_node()
284 ilen / reg_tuple_size, num_servers); icp_native_init_one_node()
288 for (i = 0; i < (ilen / reg_tuple_size); i++) { icp_native_init_one_node()
H A Dxics-common.c51 u32 ilen; xics_update_irq_servers() local
64 ireg = of_get_property(np, "ibm,ppc-interrupt-gserver#s", &ilen); xics_update_irq_servers()
70 i = ilen / sizeof(int); xics_update_irq_servers()
/linux-4.1.27/arch/x86/include/asm/
H A Duprobes.h49 u8 ilen; member in struct:arch_uprobe::__anon3090::__anon3091
54 u8 ilen; member in struct:arch_uprobe::__anon3090::__anon3092
/linux-4.1.27/arch/s390/kernel/
H A Duprobes.c93 int ilen = insn_length(auprobe->insn[0] >> 8); arch_uprobe_post_xol() local
95 if (regs->psw.addr - utask->xol_vaddr == ilen) arch_uprobe_post_xol()
96 regs->psw.addr = utask->vaddr + ilen; arch_uprobe_post_xol()
261 unsigned int ilen; handle_insn_ril() local
268 ilen = insn_length(insn->opc0); handle_insn_ril()
354 adjust_psw_addr(&regs->psw, ilen); handle_insn_ril()
357 regs->int_code = ilen << 16 | 0x0001; handle_insn_ril()
361 regs->int_code = ilen << 16 | 0x0006; handle_insn_ril()
365 regs->int_code = ilen << 16 | 0x0005; handle_insn_ril()
H A Dkprobes.c518 int ilen = insn_length(p->ainsn.insn[0] >> 8); resume_execution() local
519 if (ip - (unsigned long) p->ainsn.insn == ilen) resume_execution()
520 ip = (unsigned long) p->addr + ilen; resume_execution()
/linux-4.1.27/arch/mips/fw/arc/
H A Dtree.c99 printk("key<%08lx>\n\tamask<%08lx>cdsize<%d>ilen<%d>iname<%s>\n", dump_component()
100 p->key, p->amask, (int)p->cdsize, (int)p->ilen, p->iname); dump_component()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Dvp702x.c101 int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec) vp702x_usb_inout_op() argument
110 ret = vp702x_usb_in_op_unlocked(d, REQUEST_IN, 0, 0, i, ilen); vp702x_usb_inout_op()
117 int olen, u8 *i, int ilen, int msec) vp702x_usb_inout_cmd()
122 int buflen = max(olen + 2, ilen + 1); vp702x_usb_inout_cmd()
146 ret = vp702x_usb_inout_op(d, buf, olen+2, buf, ilen+1, msec); vp702x_usb_inout_cmd()
149 memcpy(i, &buf[1], ilen); vp702x_usb_inout_cmd()
116 vp702x_usb_inout_cmd(struct dvb_usb_device *d, u8 cmd, u8 *o, int olen, u8 *i, int ilen, int msec) vp702x_usb_inout_cmd() argument
H A Dvp702x.h110 extern int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec);
/linux-4.1.27/drivers/infiniband/core/
H A Duverbs.h50 #define INIT_UDATA(udata, ibuf, obuf, ilen, olen) \
54 (udata)->inlen = (ilen); \
58 #define INIT_UDATA_BUF_OR_NULL(udata, ibuf, obuf, ilen, olen) \
60 (udata)->inbuf = (ilen) ? (const void __user *) (ibuf) : NULL; \
62 (udata)->inlen = (ilen); \
/linux-4.1.27/drivers/media/tuners/
H A Dtuner-i2c.h56 char *ibuf, int ilen) tuner_i2c_xfer_send_recv()
61 .buf = ibuf, .len = ilen } }; tuner_i2c_xfer_send_recv()
64 return (ret == 2) ? ilen : ret; tuner_i2c_xfer_send_recv()
54 tuner_i2c_xfer_send_recv(struct tuner_i2c_props *props, char *obuf, int olen, char *ibuf, int ilen) tuner_i2c_xfer_send_recv() argument
/linux-4.1.27/crypto/
H A Dccm.c43 u32 ilen; member in struct:crypto_ccm_req_priv_ctx
175 getlen = bs - pctx->ilen; compute_mac()
177 memcpy(idata + pctx->ilen, data, getlen); compute_mac()
182 pctx->ilen = 0; compute_mac()
198 memcpy(idata + pctx->ilen, data, datalen); compute_mac()
199 pctx->ilen += datalen; compute_mac()
232 if (pctx->ilen) { get_data_to_compute()
237 padlen = 16 - pctx->ilen; get_data_to_compute()
238 memset(idata + pctx->ilen, 0, padlen); get_data_to_compute()
241 pctx->ilen = 0; get_data_to_compute()
267 pctx->ilen = format_adata(idata, assoclen); crypto_ccm_auth()
270 pctx->ilen = 0; crypto_ccm_auth()
H A Dtestmgr.c497 if (WARN_ON(align_offset + template[i].ilen > __test_aead()
501 memcpy(input, template[i].input, template[i].ilen); __test_aead()
530 authsize = abs(template[i].rlen - template[i].ilen); __test_aead()
541 sg_init_one(&sg[0], input, template[i].ilen); __test_aead()
545 template[i].ilen + (enc ? authsize : 0)); __test_aead()
552 template[i].ilen, iv); __test_aead()
631 authsize = abs(template[i].rlen - template[i].ilen); __test_aead()
701 template[i].ilen, __test_aead()
858 if (WARN_ON(template[i].ilen > PAGE_SIZE)) test_cipher()
862 memcpy(data, template[i].input, template[i].ilen); test_cipher()
878 for (k = 0; k < template[i].ilen; test_cipher()
965 if (WARN_ON(align_offset + template[i].ilen > PAGE_SIZE)) __test_skcipher()
970 memcpy(data, template[i].input, template[i].ilen); __test_skcipher()
985 sg_init_one(&sg[0], data, template[i].ilen); __test_skcipher()
989 sg_init_one(&sgout[0], data, template[i].ilen); __test_skcipher()
993 template[i].ilen, iv); __test_skcipher()
1086 template[i].ilen, iv); __test_skcipher()
1193 int ilen; test_comp() local
1198 ilen = ctemplate[i].inlen; test_comp()
1200 ilen, result, &dlen); test_comp()
1226 int ilen; test_comp() local
1231 ilen = dtemplate[i].inlen; test_comp()
1233 ilen, result, &dlen); test_comp()
H A Dtestmgr.h60 unsigned short ilen; member in struct:cipher_testvec
78 unsigned short ilen; member in struct:aead_testvec
2992 .ilen = 8,
2999 .ilen = 8,
3006 .ilen = 8,
3015 .ilen = 24,
3026 .ilen = 8,
3034 .ilen = 16,
3047 .ilen = 32,
3061 .ilen = 24,
3073 .ilen = 16,
3083 .ilen = 8,
3122 .ilen = 248,
3166 .ilen = 8,
3173 .ilen = 8,
3181 .ilen = 16,
3192 .ilen = 16,
3232 .ilen = 248,
3279 .ilen = 24,
3289 .ilen = 8,
3297 .ilen = 8,
3305 .ilen = 8,
3316 .ilen = 24,
3358 .ilen = 248,
3403 .ilen = 8,
3411 .ilen = 8,
3419 .ilen = 8,
3427 .ilen = 8,
3467 .ilen = 248,
3542 .ilen = 248,
3613 .ilen = 247,
3688 .ilen = 248,
3759 .ilen = 247,
3805 .ilen = 8,
3814 .ilen = 8,
3823 .ilen = 8,
3893 .ilen = 496,
3970 .ilen = 8,
3979 .ilen = 8,
3988 .ilen = 8,
4058 .ilen = 496,
4151 .ilen = 128,
4238 .ilen = 496,
4331 .ilen = 128,
4418 .ilen = 496,
4558 .ilen = 496,
4695 .ilen = 499,
4836 .ilen = 496,
4973 .ilen = 499,
5059 .ilen = 8,
5066 .ilen = 8,
5073 .ilen = 8,
5081 .ilen = 8,
5090 .ilen = 8,
5103 .ilen = 8,
5175 .ilen = 504,
5251 .ilen = 8,
5258 .ilen = 8,
5265 .ilen = 8,
5273 .ilen = 8,
5282 .ilen = 8,
5295 .ilen = 8,
5367 .ilen = 504,
5448 .ilen = 32,
5524 .ilen = 504,
5605 .ilen = 32,
5681 .ilen = 504,
5823 .ilen = 504,
5958 .ilen = 503,
6096 .ilen = 504,
6235 .ilen = 504,
6370 .ilen = 503,
6508 .ilen = 504,
6595 .ilen = 16,
6605 .ilen = 16,
6616 .ilen = 16,
6688 .ilen = 496,
6764 .ilen = 16,
6774 .ilen = 16,
6785 .ilen = 16,
6856 .ilen = 496,
6932 .ilen = 16,
6942 .ilen = 16,
6952 .ilen = 16,
6961 .ilen = 48,
7039 .ilen = 496,
7116 .ilen = 16,
7126 .ilen = 16,
7136 .ilen = 16,
7149 .ilen = 48,
7222 .ilen = 496,
7363 .ilen = 496,
7497 .ilen = 496,
7632 .ilen = 499,
7774 .ilen = 496,
7908 .ilen = 496,
8043 .ilen = 499,
8126 .ilen = 16,
8140 .ilen = 16,
8154 .ilen = 16,
8169 .ilen = 16,
8184 .ilen = 16,
8200 .ilen = 16,
8216 .ilen = 16,
8294 .ilen = 512,
8379 .ilen = 16,
8393 .ilen = 16,
8407 .ilen = 16,
8422 .ilen = 16,
8437 .ilen = 16,
8453 .ilen = 16,
8469 .ilen = 16,
8547 .ilen = 512,
8633 .ilen = 32,
8651 .ilen = 32,
8669 .ilen = 32,
8747 .ilen = 512,
8889 .ilen = 512,
8976 .ilen = 32,
8994 .ilen = 32,
9012 .ilen = 32,
9090 .ilen = 512,
9232 .ilen = 512,
9330 .ilen = 16,
9340 .ilen = 16,
9352 .ilen = 16,
9360 .ilen = 16,
9432 .ilen = 496,
9509 .ilen = 16,
9520 .ilen = 16,
9532 .ilen = 16,
9544 .ilen = 16,
9556 .ilen = 16,
9566 .ilen = 16,
9578 .ilen = 16,
9587 .ilen = 16,
9658 .ilen = 496,
9732 .ilen = 16,
9742 .ilen = 16,
9754 .ilen = 16,
9763 .ilen = 16,
9840 .ilen = 496,
9981 .ilen = 496,
10122 .ilen = 496,
10257 .ilen = 499,
10395 .ilen = 496,
10533 .ilen = 496,
10668 .ilen = 499,
10806 .ilen = 496,
10885 .ilen = 16,
10899 .ilen = 16,
10913 .ilen = 16,
10928 .ilen = 16,
10943 .ilen = 16,
10959 .ilen = 16,
10975 .ilen = 16,
11053 .ilen = 512,
11138 .ilen = 16,
11152 .ilen = 16,
11166 .ilen = 16,
11181 .ilen = 16,
11196 .ilen = 16,
11212 .ilen = 16,
11228 .ilen = 16,
11306 .ilen = 512,
11392 .ilen = 32,
11410 .ilen = 32,
11428 .ilen = 32,
11506 .ilen = 512,
11648 .ilen = 512,
11735 .ilen = 32,
11753 .ilen = 32,
11771 .ilen = 32,
11849 .ilen = 512,
11991 .ilen = 512,
12081 .ilen = 16,
12091 .ilen = 16,
12102 .ilen = 16,
12176 .ilen = 496,
12253 .ilen = 16,
12263 .ilen = 16,
12274 .ilen = 16,
12347 .ilen = 496,
12488 .ilen = 496,
12629 .ilen = 496,
12711 .ilen = 17,
12786 .ilen = 496,
12868 .ilen = 17,
12943 .ilen = 496,
13088 .ilen = 512,
13235 .ilen = 512,
13384 .ilen = 512,
13533 .ilen = 512,
13648 .ilen = 16,
13659 .ilen = 16,
13671 .ilen = 16,
13743 .ilen = 496,
13820 .ilen = 16,
13831 .ilen = 16,
13843 .ilen = 16,
13915 .ilen = 496,
13993 .ilen = 16,
14007 .ilen = 32,
14028 .ilen = 64,
14054 .ilen = 64,
14134 .ilen = 496,
14213 .ilen = 16,
14226 .ilen = 32,
14247 .ilen = 64,
14273 .ilen = 64,
14353 .ilen = 496,
14438 .ilen = 8,
14457 .ilen = 53,
14482 .ilen = 8 + 16,
14501 .ilen = 53 + 16,
14526 .ilen = 16,
14554 .ilen = 32,
14581 .ilen = 48,
14617 .ilen = 64,
14659 .ilen = 80,
14700 .ilen = 64,
14740 .ilen = 64,
14772 .ilen = 8,
14793 .ilen = 53,
14821 .ilen = 8 + 20,
14842 .ilen = 53 + 20,
14868 .ilen = 16,
14898 .ilen = 32,
14927 .ilen = 48,
14965 .ilen = 64,
15009 .ilen = 80,
15052 .ilen = 64,
15094 .ilen = 64,
15135 .ilen = 16,
15173 .ilen = 32,
15210 .ilen = 48,
15256 .ilen = 64,
15308 .ilen = 80,
15359 .ilen = 64,
15409 .ilen = 64,
15466 .ilen = 128,
15526 .ilen = 128,
15587 .ilen = 128,
15651 .ilen = 128,
15719 .ilen = 128,
15786 .ilen = 128,
15848 .ilen = 128,
15911 .ilen = 128,
15977 .ilen = 128,
16047 .ilen = 128,
16088 .ilen = 16,
16102 .ilen = 16,
16116 .ilen = 16,
16131 .ilen = 16,
16146 .ilen = 16,
16162 .ilen = 16,
16178 .ilen = 16,
16257 .ilen = 512,
16342 .ilen = 16,
16356 .ilen = 16,
16370 .ilen = 16,
16385 .ilen = 16,
16400 .ilen = 16,
16416 .ilen = 16,
16432 .ilen = 16,
16511 .ilen = 512,
16597 .ilen = 32,
16615 .ilen = 32,
16633 .ilen = 32,
16711 .ilen = 512,
16853 .ilen = 512,
16939 .ilen = 32,
16957 .ilen = 32,
16975 .ilen = 32,
17053 .ilen = 512,
17195 .ilen = 512,
17283 .ilen = 64,
17308 .ilen = 64,
17334 .ilen = 64,
17414 .ilen = 496,
17552 .ilen = 499,
17638 .ilen = 64,
17663 .ilen = 64,
17689 .ilen = 64,
17769 .ilen = 496,
17907 .ilen = 499,
17986 .ilen = 16,
18000 .ilen = 32,
18014 .ilen = 16,
18029 .ilen = 32,
18044 .ilen = 16,
18060 .ilen = 32,
18589 .ilen = 4100,
19119 .ilen = 16,
19132 .ilen = 32,
19147 .ilen = 16,
19161 .ilen = 32,
19177 .ilen = 16,
19192 .ilen = 32,
19217 .ilen = 64,
19246 .ilen = 64,
19270 .ilen = 16,
19290 .ilen = 64,
19316 .ilen = 60,
19342 .ilen = 16,
19363 .ilen = 64,
19390 .ilen = 60,
19427 .ilen = 32,
19448 .ilen = 80,
19476 .ilen = 76,
19510 .ilen = 80,
19536 .ilen = 76,
19557 .ilen = 32,
19577 .ilen = 80,
19604 .ilen = 76,
19627 .ilen = 16,
19643 .ilen = 16,
19660 .ilen = 16,
19676 .ilen = 16,
19693 .ilen = 16,
19716 .ilen = 64,
19761 .ilen = 192,
19804 .ilen = 32,
19821 .ilen = 32,
19836 .ilen = 32,
19852 .ilen = 32,
19870 .ilen = 32,
19893 .ilen = 80,
19938 .ilen = 208,
19987 .ilen = 52,
20019 .ilen = 68,
20045 .ilen = 68,
20070 .ilen = 23,
20088 .ilen = 20,
20106 .ilen = 25,
20125 .ilen = 19,
20142 .ilen = 24,
20160 .ilen = 21,
20177 .ilen = 23,
20198 .ilen = 32,
20222 .ilen = 31,
20240 .ilen = 28,
20258 .ilen = 35,
20277 .ilen = 29,
20294 .ilen = 32,
20312 .ilen = 29,
20330 .ilen = 33,
20360 .ilen = 32,
20383 .ilen = 32,
20403 .ilen = 0,
20423 .ilen = 32,
20448 .ilen = 32,
20472 .ilen = 32,
20497 .ilen = 32,
20517 .ilen = 8,
20529 .ilen = 8,
20549 .ilen = 48,
20573 .ilen = 48,
20592 .ilen = 8,
20612 .ilen = 40,
20636 .ilen = 48,
20653 .ilen = 8,
20671 .ilen = 48,
20697 .ilen = 48,
21644 .ilen = 8,
21652 .ilen = 8,
21659 .ilen = 8,
21729 .ilen = 496,
21805 .ilen = 8,
21813 .ilen = 8,
21820 .ilen = 8,
21890 .ilen = 496,
22028 .ilen = 496,
22166 .ilen = 496,
22245 .ilen = 17,
22317 .ilen = 496,
22396 .ilen = 17,
22468 .ilen = 496,
22549 .ilen = 8,
22556 .ilen = 8,
22563 .ilen = 8,
22572 .ilen = 20,
22584 .ilen = 28,
22595 .ilen = 10,
22604 .ilen = 8,
22615 .ilen = 8,
22622 .ilen = 8,
22629 .ilen = 8,
22638 .ilen = 20,
22650 .ilen = 28,
22661 .ilen = 10,
22670 .ilen = 8,
22687 .ilen = 8,
22695 .ilen = 8,
22704 .ilen = 16,
22716 .ilen = 32,
22730 .ilen = 8,
22738 .ilen = 8,
22747 .ilen = 16,
22759 .ilen = 32,
22779 .ilen = 8,
22787 .ilen = 8,
22796 .ilen = 16,
22808 .ilen = 32,
22822 .ilen = 8,
22830 .ilen = 8,
22839 .ilen = 16,
22851 .ilen = 32,
22872 .ilen = 8,
22880 .ilen = 8,
22888 .ilen = 8,
22896 .ilen = 8,
22905 .ilen = 16,
22918 .ilen = 8,
22926 .ilen = 8,
22934 .ilen = 8,
22942 .ilen = 8,
22951 .ilen = 16,
22974 .ilen = 16,
22986 .ilen = 16,
22998 .ilen = 16,
23010 .ilen = 16,
23023 .ilen = 16,
23037 .ilen = 16,
23049 .ilen = 16,
23061 .ilen = 16,
23073 .ilen = 16,
23086 .ilen = 16,
23102 .ilen = 32,
23119 .ilen = 32,
23137 .ilen = 32,
23154 .ilen = 32,
23174 .ilen = 8,
23182 .ilen = 8,
23191 .ilen = 16,
23203 .ilen = 32,
23217 .ilen = 8,
23225 .ilen = 8,
23234 .ilen = 16,
23246 .ilen = 32,
23267 .ilen = 8,
23275 .ilen = 8,
23283 .ilen = 48,
23296 .ilen = 48,
23309 .ilen = 48,
23328 .ilen = 8,
23336 .ilen = 8,
23349 .ilen = 48,
23362 .ilen = 48,
23375 .ilen = 48,
23404 .ilen = 16,
23415 .ilen = 16,
23427 .ilen = 16,
23563 .ilen = 1008,
23704 .ilen = 16,
23715 .ilen = 16,
23727 .ilen = 16,
23863 .ilen = 1008,
24005 .ilen = 16,
24019 .ilen = 32,
24159 .ilen = 1008,
24302 .ilen = 16,
24315 .ilen = 32,
24455 .ilen = 1008,
24660 .ilen = 496,
24859 .ilen = 1011,
25125 .ilen = 1008,
25327 .ilen = 496,
25526 .ilen = 1011,
25792 .ilen = 1008,
25935 .ilen = 16,
25949 .ilen = 16,
25963 .ilen = 16,
25978 .ilen = 16,
25993 .ilen = 16,
26009 .ilen = 16,
26025 .ilen = 16,
26103 .ilen = 512,
26188 .ilen = 16,
26202 .ilen = 16,
26216 .ilen = 16,
26231 .ilen = 16,
26246 .ilen = 16,
26262 .ilen = 16,
26278 .ilen = 16,
26356 .ilen = 512,
26442 .ilen = 32,
26460 .ilen = 32,
26478 .ilen = 32,
26556 .ilen = 512,
26698 .ilen = 512,
26785 .ilen = 32,
26803 .ilen = 32,
26821 .ilen = 32,
26899 .ilen = 512,
27041 .ilen = 512,
27125 .ilen = 16,
27134 .ilen = 16,
27144 .ilen = 16,
27154 .ilen = 16,
27167 .ilen = 16,
27177 .ilen = 16,
27186 .ilen = 16,
27196 .ilen = 16,
27220 .ilen = 39,
27240 .ilen = 64,
27271 .ilen = 111,
27311 .ilen = 129,
27852 .ilen = 4100,
28383 .ilen = 17,
28395 .ilen = 31,
28409 .ilen = 32,
28423 .ilen = 47,
28441 .ilen = 48,
28459 .ilen = 64,
28489 .ilen = 17,
28502 .ilen = 31,
28516 .ilen = 32,
28532 .ilen = 47,
28550 .ilen = 48,
28570 .ilen = 64,
/linux-4.1.27/tools/net/
H A Dbpf_jit_disasm.c109 uint8_t *image, size_t ilen) get_last_jit_image()
145 while ((ptr = strtok(tmp, "\n")) != NULL && ulen < ilen) { get_last_jit_image()
155 if (ptr == pptr || ulen >= ilen) { get_last_jit_image()
108 get_last_jit_image(char *haystack, size_t hlen, uint8_t *image, size_t ilen) get_last_jit_image() argument
/linux-4.1.27/fs/ncpfs/
H A Dncplib_kernel.c1107 const unsigned char *iname, unsigned int ilen, int cc) ncp__io2vol()
1115 iname_end = iname + ilen; ncp__io2vol()
1184 ncp__vol2io(struct ncp_server *server, unsigned char *iname, unsigned int *ilen, ncp__vol2io() argument
1210 iname_end = iname + *ilen - 1; ncp__vol2io()
1261 *ilen = iname - iname_start; ncp__vol2io()
1273 const unsigned char *iname, unsigned int ilen, int cc) ncp__io2vol()
1277 if (*vlen <= ilen) ncp__io2vol()
1281 for (i = 0; i < ilen; i++) { ncp__io2vol()
1287 memmove(vname, iname, ilen); ncp__io2vol()
1288 vname += ilen; ncp__io2vol()
1291 *vlen = ilen; ncp__io2vol()
1297 ncp__vol2io(unsigned char *iname, unsigned int *ilen, ncp__vol2io() argument
1302 if (*ilen <= vlen) ncp__vol2io()
1316 *ilen = vlen; ncp__vol2io()
1106 ncp__io2vol(struct ncp_server *server, unsigned char *vname, unsigned int *vlen, const unsigned char *iname, unsigned int ilen, int cc) ncp__io2vol() argument
1272 ncp__io2vol(unsigned char *vname, unsigned int *vlen, const unsigned char *iname, unsigned int ilen, int cc) ncp__io2vol() argument
/linux-4.1.27/drivers/isdn/hisax/
H A Dl3dss1.c225 unsigned char nlen = 0, ilen, cp_tag; l3dss1_parse_facility() local
314 ilen = *p++; l3dss1_parse_facility()
316 if (ilen > nlen || ilen == 0) l3dss1_parse_facility()
317 { l3_debug(st, "ilen > nlen || ilen == 0"); l3dss1_parse_facility()
320 nlen -= ilen; l3dss1_parse_facility()
322 while (ilen > 0) l3dss1_parse_facility()
324 ilen--; l3dss1_parse_facility()
339 ilen = *p++; l3dss1_parse_facility()
341 if (ilen > nlen || ilen == 0) { l3dss1_parse_facility()
342 l3_debug(st, "ilen > nlen || ilen == 0 22"); l3dss1_parse_facility()
345 nlen -= ilen; l3dss1_parse_facility()
347 while (ilen > 0) { l3dss1_parse_facility()
349 ilen--; l3dss1_parse_facility()
361 int ilen = p[1]; \ l3dss1_parse_facility()
362 if (nlen < ilen + 2) { \ l3dss1_parse_facility()
363 l3_debug(st, "FOO1 nlen < ilen+2"); \ l3dss1_parse_facility()
366 nlen -= ilen + 2; \ l3dss1_parse_facility()
368 int nlen = ilen; \ l3dss1_parse_facility()
372 p += ilen + 2; \ l3dss1_parse_facility()
381 while (ilen > 0) { l3dss1_parse_facility()
383 ilen--; l3dss1_parse_facility()
404 while (ilen > 0) { l3dss1_parse_facility()
406 ilen--; l3dss1_parse_facility()
464 ilen = *p++; l3dss1_parse_facility()
466 if (ilen > nlen || ilen == 0) l3dss1_parse_facility()
467 { l3_debug(st, "error return ilen > nlen || ilen == 0"); l3dss1_parse_facility()
470 nlen -= ilen; l3dss1_parse_facility()
471 while (ilen > 0) l3dss1_parse_facility()
473 ilen--; l3dss1_parse_facility()
H A Dl3ni1.c224 unsigned char nlen = 0, ilen, cp_tag; l3ni1_parse_facility() local
313 ilen = *p++; l3ni1_parse_facility()
315 if (ilen > nlen || ilen == 0) l3ni1_parse_facility()
316 { l3_debug(st, "ilen > nlen || ilen == 0"); l3ni1_parse_facility()
319 nlen -= ilen; l3ni1_parse_facility()
321 while (ilen > 0) l3ni1_parse_facility()
323 ilen--; l3ni1_parse_facility()
338 ilen = *p++; l3ni1_parse_facility()
340 if (ilen > nlen || ilen == 0) { l3ni1_parse_facility()
341 l3_debug(st, "ilen > nlen || ilen == 0 22"); l3ni1_parse_facility()
344 nlen -= ilen; l3ni1_parse_facility()
346 while (ilen > 0) { l3ni1_parse_facility()
348 ilen--; l3ni1_parse_facility()
393 ilen = *p++; l3ni1_parse_facility()
395 if (ilen > nlen || ilen == 0) l3ni1_parse_facility()
396 { l3_debug(st, "error return ilen > nlen || ilen == 0"); l3ni1_parse_facility()
399 nlen -= ilen; l3ni1_parse_facility()
400 while (ilen > 0) l3ni1_parse_facility()
402 ilen--; l3ni1_parse_facility()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dbcm3510.c205 static int bcm3510_do_hab_cmd(struct bcm3510_state *st, u8 cmd, u8 msgid, u8 *obuf, u8 olen, u8 *ibuf, u8 ilen) bcm3510_do_hab_cmd() argument
210 if (ilen + 2 > sizeof(ib)) { bcm3510_do_hab_cmd()
211 deb_hab("do_hab_cmd: ilen=%d is too big!\n", ilen); bcm3510_do_hab_cmd()
232 (ret = bcm3510_hab_get_response(st, ib, ilen+2)) < 0) bcm3510_do_hab_cmd()
236 dbufout(ib,ilen+2,deb_hab); bcm3510_do_hab_cmd()
239 memcpy(ibuf,&ib[2],ilen); bcm3510_do_hab_cmd()
H A Dmt352.c72 static int _mt352_write(struct dvb_frontend* fe, const u8 ibuf[], int ilen) _mt352_write() argument
75 for (i=0; i < ilen-1; i++) _mt352_write()
H A Dzl10353.c67 static int zl10353_write(struct dvb_frontend *fe, const u8 ibuf[], int ilen) zl10353_write() argument
70 for (i = 0; i < ilen - 1; i++) zl10353_write()
/linux-4.1.27/fs/ubifs/
H A Djournal.c545 int err, dlen, ilen, len, lnum, ino_offs, dent_offs; ubifs_jnl_update() local
559 ilen = UBIFS_INO_NODE_SZ; ubifs_jnl_update()
568 ilen += ui->data_len; ubifs_jnl_update()
573 aligned_ilen = ALIGN(ilen, 8); ubifs_jnl_update()
649 err = ubifs_tnc_add(c, &ino_key, lnum, ino_offs, ilen); ubifs_jnl_update()
932 int err, dlen1, dlen2, ilen, lnum, offs, len; ubifs_jnl_rename() local
952 ilen = UBIFS_INO_NODE_SZ; ubifs_jnl_rename()
954 ilen += new_ui->data_len; ubifs_jnl_rename()
956 ilen = 0; ubifs_jnl_rename()
960 len = aligned_dlen1 + aligned_dlen2 + ALIGN(ilen, 8) + ALIGN(plen, 8); ubifs_jnl_rename()
999 p += ALIGN(ilen, 8); ubifs_jnl_rename()
1050 err = ubifs_tnc_add(c, &key, lnum, offs, ilen); ubifs_jnl_rename()
1053 offs += ALIGN(ilen, 8); ubifs_jnl_rename()
H A Dfile.c151 int ilen = i_size & (UBIFS_BLOCK_SIZE - 1); do_readpage() local
153 if (ilen && ilen < dlen) do_readpage()
154 memset(addr + ilen, 0, dlen - ilen); do_readpage()
/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_bsdcomp.c465 int hval, disp, ilen, mxcode; bsd_compress() local
509 ilen = ++isize; /* This is off by one, but that is what is in draft! */ bsd_compress()
511 while (--ilen > 0) { bsd_compress()
656 int ilen; bsd_decompress() local
682 ilen = skb_in->len; bsd_decompress()
698 db->bytes_out += ilen; bsd_decompress()
713 if (ilen-- <= 0) { bsd_decompress()
738 if (ilen > 0) { bsd_decompress()
773 ilen, finchar, codelen, skb_out->len); bsd_decompress()
/linux-4.1.27/drivers/net/ppp/
H A Dbsd_comp.c578 int ilen; bsd_compress() local
652 ilen = ++isize; /* Low byte of protocol is counted as input */ bsd_compress()
654 while (--ilen > 0) bsd_compress()
846 int ilen; bsd_decompress() local
868 ilen = isize - (PPP_HDRLEN + 2); bsd_decompress()
886 db->bytes_out += ilen; bsd_decompress()
908 if (ilen-- <= 0) bsd_decompress()
937 if (ilen > 0) bsd_decompress()
984 ilen, finchar, codelen, explen); bsd_decompress()
/linux-4.1.27/arch/sparc/net/
H A Dbpf_jit_comp.c433 int ilen; bpf_jit_compile() local
761 ilen = (void *) prog - (void *) temp; bpf_jit_compile()
763 if (unlikely(proglen + ilen > oldproglen)) { bpf_jit_compile()
769 memcpy(image + proglen, temp, ilen); bpf_jit_compile()
771 proglen += ilen; bpf_jit_compile()
/linux-4.1.27/net/ceph/
H A Dauth_x.c41 static int ceph_x_encrypt_buflen(int ilen) ceph_x_encrypt_buflen() argument
43 return sizeof(struct ceph_x_encrypt_header) + ilen + 16 + ceph_x_encrypt_buflen()
48 void *ibuf, int ilen, void *obuf, size_t olen) ceph_x_encrypt()
58 &head, sizeof(head), ibuf, ilen); ceph_x_encrypt()
47 ceph_x_encrypt(struct ceph_crypto_key *secret, void *ibuf, int ilen, void *obuf, size_t olen) ceph_x_encrypt() argument
/linux-4.1.27/fs/jffs2/
H A Dgc.c747 uint32_t alloclen, ilen; jffs2_garbage_collect_metadata() local
788 ilen = last_frag->ofs + last_frag->size; jffs2_garbage_collect_metadata()
790 ilen = JFFS2_F_I_SIZE(f); jffs2_garbage_collect_metadata()
803 ri.isize = cpu_to_je32(ilen); jffs2_garbage_collect_metadata()
1000 uint32_t alloclen, ilen; jffs2_garbage_collect_hole() local
1067 ilen = frag->ofs + frag->size; jffs2_garbage_collect_hole()
1069 ilen = JFFS2_F_I_SIZE(f); jffs2_garbage_collect_hole()
1074 ri.isize = cpu_to_je32(ilen); jffs2_garbage_collect_hole()
/linux-4.1.27/arch/x86/net/
H A Dbpf_jit_comp.c272 int ilen; do_jit() local
916 ilen = prog - temp; do_jit()
917 if (ilen > BPF_MAX_INSN_SIZE) { do_jit()
923 if (unlikely(proglen + ilen > oldproglen)) { do_jit()
927 memcpy(image + proglen, temp, ilen); do_jit()
929 proglen += ilen; do_jit()
/linux-4.1.27/arch/x86/kernel/
H A Duprobes.c486 *sr = utask->vaddr + auprobe->defparam.ilen; riprel_pre_xol()
574 if (push_ret_address(regs, utask->vaddr + auprobe->defparam.ilen)) default_post_xol_op()
650 unsigned long new_ip = regs->ip += auprobe->branch.ilen; branch_emulate_op()
751 auprobe->branch.ilen = insn->length; branch_setup_xol_ops()
811 auprobe->defparam.ilen = insn.length; arch_uprobe_analyze_insn()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_ialloc.c1458 int ilen; xfs_difree_inobt() local
1517 ilen = mp->m_ialloc_inos; xfs_difree_inobt()
1518 be32_add_cpu(&agi->agi_count, -ilen); xfs_difree_inobt()
1519 be32_add_cpu(&agi->agi_freecount, -(ilen - 1)); xfs_difree_inobt()
1522 pag->pagi_freecount -= ilen - 1; xfs_difree_inobt()
1524 xfs_trans_mod_sb(tp, XFS_TRANS_SB_ICOUNT, -ilen); xfs_difree_inobt()
1525 xfs_trans_mod_sb(tp, XFS_TRANS_SB_IFREE, -(ilen - 1)); xfs_difree_inobt()
/linux-4.1.27/drivers/net/wireless/ath/ar5523/
H A Dar5523.c241 int ilen, void *odata, int olen, int flags) ar5523_cmd()
248 xferlen = (sizeof(struct ar5523_cmd_hdr) + ilen + 3) & ~3; ar5523_cmd()
258 memcpy(hdr + 1, idata, ilen); ar5523_cmd()
294 int ilen, void *odata, int olen, int flags) ar5523_cmd_read()
297 return ar5523_cmd(ar, code, idata, ilen, odata, olen, flags); ar5523_cmd_read()
240 ar5523_cmd(struct ar5523 *ar, u32 code, const void *idata, int ilen, void *odata, int olen, int flags) ar5523_cmd() argument
293 ar5523_cmd_read(struct ar5523 *ar, u32 code, const void *idata, int ilen, void *odata, int olen, int flags) ar5523_cmd_read() argument
/linux-4.1.27/fs/ext4/
H A Dcrypto_fname.c495 u32 ilen, struct ext4_str *crypto_str) ext4_fname_crypto_alloc_buffer()
504 olen = ext4_fname_crypto_round_up(ilen, padding); ext4_fname_crypto_alloc_buffer()
494 ext4_fname_crypto_alloc_buffer(struct ext4_fname_crypto_ctx *ctx, u32 ilen, struct ext4_str *crypto_str) ext4_fname_crypto_alloc_buffer() argument
H A Dext4.h2121 u32 ilen, struct ext4_str *crypto_str);
/linux-4.1.27/arch/mips/include/asm/
H A Dsgiarcs.h88 ULONG ilen; /* length of string identifier */ member in struct:linux_component
/linux-4.1.27/fs/reiserfs/
H A Dprints.c499 ("|##| type | key | ilen | free_space | version | loc |\n"); print_leaf()
/linux-4.1.27/security/smack/
H A Dsmack_lsm.c1287 int ilen; smack_inode_getsecurity() local
1292 ilen = strlen(isp->smk_known); smack_inode_getsecurity()
1294 return ilen; smack_inode_getsecurity()
1317 ilen = strlen(isp->smk_known); smack_inode_getsecurity()
1320 rc = ilen; smack_inode_getsecurity()
/linux-4.1.27/drivers/video/fbdev/aty/
H A Daty128fb.c882 * u16 ilen; + 0x10 aty128_map_ROM()
H A Dradeon_base.c352 * u16 ilen; + 0x10 radeon_map_ROM()

Completed in 2379 milliseconds