Searched refs:tmplen (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfsroot.c | 222 const size_t tmplen = sizeof(nfs_export_path); in root_nfs_data() local 224 tmp = kzalloc(tmplen, GFP_KERNEL); in root_nfs_data() 232 if (root_nfs_parse_options(root_server_path, tmp, tmplen)) in root_nfs_data() 238 if (root_nfs_parse_options(cmdline, tmp, tmplen)) in root_nfs_data()
|
/linux-4.1.27/drivers/net/wireless/ |
D | wl3501_cs.c | 456 u16 bf, sig_bf, next, tmplen, pktlen; in wl3501_send_pkt() local 489 tmplen = 254 - sizeof(struct wl3501_tx_hdr); in wl3501_send_pkt() 490 pktlen -= tmplen; in wl3501_send_pkt() 492 tmplen = pktlen; in wl3501_send_pkt() 497 pdata, tmplen); in wl3501_send_pkt() 498 pdata += tmplen; in wl3501_send_pkt() 506 tmplen = 254 - sizeof(struct wl3501_tx_hdr) + 6; in wl3501_send_pkt() 507 pktlen -= tmplen; in wl3501_send_pkt() 509 tmplen = pktlen; in wl3501_send_pkt() 514 pdata, tmplen); in wl3501_send_pkt() [all …]
|
/linux-4.1.27/crypto/ |
D | drbg.c | 1448 int tmplen = 0; in drbg_generate_long() local 1452 tmplen = drbg_generate(drbg, buf + len, chunk, addtl); in drbg_generate_long() 1453 if (0 >= tmplen) in drbg_generate_long() 1454 return tmplen; in drbg_generate_long() 1455 len += tmplen; in drbg_generate_long()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 2435 int tmplen; in map_pages_to_iovec() local 2456 tmplen = PAGE_SIZE - *pageoffset; in map_pages_to_iovec() 2457 if (tmplen < map_length){ in map_pages_to_iovec() 2461 tmplen = map_length; in map_pages_to_iovec() 2464 …DEBUG(printk("mapping %d bytes from page %d (or %d) to iovec %d\n", tmplen, *pageix, *pageix-1, *i… in map_pages_to_iovec() 2465 iov[*iovix].iov_len = tmplen; in map_pages_to_iovec() 2466 map_length -= tmplen; in map_pages_to_iovec() 2777 size_t tmplen = cop->tfrm_op.inlen; in cryptocop_ioctl_process() local 2781 tmplen -= cop->tfrm_op.indata[0].iov_len; in cryptocop_ioctl_process() 2783 cop->tfrm_op.indata[i].iov_len = tmplen < PAGE_SIZE ? tmplen : PAGE_SIZE; in cryptocop_ioctl_process() [all …]
|
/linux-4.1.27/fs/udf/ |
D | inode.c | 1159 uint32_t tmplen; in udf_update_extents() local 1176 udf_next_aext(inode, epos, &tmploc, &tmplen, 0); in udf_update_extents()
|