tmpbuf 80 crypto/pcbc.c u8 tmpbuf[bsize];
tmpbuf 83 crypto/pcbc.c memcpy(tmpbuf, src, bsize);
tmpbuf 86 crypto/pcbc.c memcpy(iv, tmpbuf, bsize);
tmpbuf 160 crypto/pcbc.c u8 tmpbuf[bsize];
tmpbuf 163 crypto/pcbc.c memcpy(tmpbuf, src, bsize);
tmpbuf 166 crypto/pcbc.c memcpy(iv, tmpbuf, bsize);
tmpbuf 1723 fs/afs/fsclient.c void *tmpbuf;
tmpbuf 1727 fs/afs/fsclient.c tmpbuf = kmalloc(AFSOPAQUEMAX, GFP_KERNEL);
tmpbuf 1728 fs/afs/fsclient.c if (!tmpbuf)
tmpbuf 1733 fs/afs/fsclient.c kfree(tmpbuf);
tmpbuf 1740 fs/afs/fsclient.c call->reply3 = tmpbuf;
tmpbuf 305 fs/bfs/inode.c char *tmpbuf = (char *)get_zeroed_page(GFP_KERNEL);
tmpbuf 307 fs/bfs/inode.c if (!tmpbuf)
tmpbuf 312 fs/bfs/inode.c strcat(tmpbuf, "1");
tmpbuf 314 fs/bfs/inode.c strcat(tmpbuf, "0");
tmpbuf 317 fs/bfs/inode.c prefix, BFS_SB(s)->si_lasti, tmpbuf);
tmpbuf 318 fs/bfs/inode.c free_page((unsigned long)tmpbuf);
tmpbuf 197 fs/nfsd/nfs4xdr.c struct tmpbuf *tb;
tmpbuf 2692 fs/nfsd/nfs4xdr.c struct tmpbuf *tb = args->to_free;
tmpbuf 1047 fs/proc/base.c char tmpbuf[TMPBUFLEN];
tmpbuf 1051 fs/proc/base.c length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
tmpbuf 1054 fs/proc/base.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 1112 fs/proc/base.c char tmpbuf[TMPBUFLEN];
tmpbuf 1116 fs/proc/base.c length = scnprintf(tmpbuf, TMPBUFLEN, "%u",
tmpbuf 1119 fs/proc/base.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 203 fs/quota_v2.c dqbuf_t tmpbuf = getdqbuf();
tmpbuf 209 fs/quota_v2.c if (!tmpbuf)
tmpbuf 212 fs/quota_v2.c if ((err = read_blk(sb, type, nextblk, tmpbuf)) < 0)
tmpbuf 214 fs/quota_v2.c ((struct v2_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = dh->dqdh_prev_free;
tmpbuf 215 fs/quota_v2.c if ((err = write_blk(sb, type, nextblk, tmpbuf)) < 0)
tmpbuf 219 fs/quota_v2.c if ((err = read_blk(sb, type, prevblk, tmpbuf)) < 0)
tmpbuf 221 fs/quota_v2.c ((struct v2_disk_dqdbheader *)tmpbuf)->dqdh_next_free = dh->dqdh_next_free;
tmpbuf 222 fs/quota_v2.c if ((err = write_blk(sb, type, prevblk, tmpbuf)) < 0)
tmpbuf 229 fs/quota_v2.c freedqbuf(tmpbuf);
tmpbuf 236 fs/quota_v2.c freedqbuf(tmpbuf);
tmpbuf 243 fs/quota_v2.c dqbuf_t tmpbuf = getdqbuf();
tmpbuf 248 fs/quota_v2.c if (!tmpbuf)
tmpbuf 255 fs/quota_v2.c if ((err = read_blk(sb, type, info->u.v2_i.dqi_free_entry, tmpbuf)) < 0)
tmpbuf 257 fs/quota_v2.c ((struct v2_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = cpu_to_le32(blk);
tmpbuf 258 fs/quota_v2.c if ((err = write_blk(sb, type, info->u.v2_i.dqi_free_entry, tmpbuf)) < 0)
tmpbuf 261 fs/quota_v2.c freedqbuf(tmpbuf);
tmpbuf 266 fs/quota_v2.c freedqbuf(tmpbuf);
tmpbuf 54 include/linux/mmc/sdio_func.h u8 tmpbuf[4]; /* DMA:able scratch buffer */
tmpbuf 394 include/linux/nfsd/xdr4.h struct tmpbuf *next;
tmpbuf 119 net/rxrpc/rxkad.c } tmpbuf __attribute__((aligned(16))); /* must all be in same page */
tmpbuf 133 net/rxrpc/rxkad.c tmpbuf.x[0] = conn->epoch;
tmpbuf 134 net/rxrpc/rxkad.c tmpbuf.x[1] = conn->cid;
tmpbuf 135 net/rxrpc/rxkad.c tmpbuf.x[2] = 0;
tmpbuf 136 net/rxrpc/rxkad.c tmpbuf.x[3] = htonl(conn->security_ix);
tmpbuf 138 net/rxrpc/rxkad.c sg_init_one(&sg[0], &tmpbuf, sizeof(tmpbuf));
tmpbuf 139 net/rxrpc/rxkad.c sg_init_one(&sg[1], &tmpbuf, sizeof(tmpbuf));
tmpbuf 140 net/rxrpc/rxkad.c crypto_blkcipher_encrypt_iv(&desc, &sg[0], &sg[1], sizeof(tmpbuf));
tmpbuf 142 net/rxrpc/rxkad.c memcpy(&conn->csum_iv, &tmpbuf.x[2], sizeof(conn->csum_iv));
tmpbuf 143 net/rxrpc/rxkad.c ASSERTCMP(conn->csum_iv.n[0], ==, tmpbuf.x[2]);
tmpbuf 163 net/rxrpc/rxkad.c } tmpbuf __attribute__((aligned(8))); /* must all be in same page */
tmpbuf 173 net/rxrpc/rxkad.c tmpbuf.hdr.data_size = htonl(data_size);
tmpbuf 174 net/rxrpc/rxkad.c memcpy(&tmpbuf.first, sechdr + 4, sizeof(tmpbuf.first));
tmpbuf 182 net/rxrpc/rxkad.c sg_init_one(&sg[0], &tmpbuf, sizeof(tmpbuf));
tmpbuf 183 net/rxrpc/rxkad.c sg_init_one(&sg[1], &tmpbuf, sizeof(tmpbuf));
tmpbuf 184 net/rxrpc/rxkad.c crypto_blkcipher_encrypt_iv(&desc, &sg[0], &sg[1], sizeof(tmpbuf));
tmpbuf 186 net/rxrpc/rxkad.c memcpy(sechdr, &tmpbuf, sizeof(tmpbuf));
tmpbuf 262 net/rxrpc/rxkad.c } tmpbuf __attribute__((aligned(8))); /* must all be in same page */
tmpbuf 289 net/rxrpc/rxkad.c tmpbuf.x[0] = sp->hdr.callNumber;
tmpbuf 290 net/rxrpc/rxkad.c tmpbuf.x[1] = x;
tmpbuf 292 net/rxrpc/rxkad.c sg_init_one(&sg[0], &tmpbuf, sizeof(tmpbuf));
tmpbuf 293 net/rxrpc/rxkad.c sg_init_one(&sg[1], &tmpbuf, sizeof(tmpbuf));
tmpbuf 294 net/rxrpc/rxkad.c crypto_blkcipher_encrypt_iv(&desc, &sg[0], &sg[1], sizeof(tmpbuf));
tmpbuf 296 net/rxrpc/rxkad.c y = ntohl(tmpbuf.x[1]);
tmpbuf 494 net/rxrpc/rxkad.c } tmpbuf __attribute__((aligned(8))); /* must all be in same page */
tmpbuf 524 net/rxrpc/rxkad.c tmpbuf.x[0] = call->call_id;
tmpbuf 525 net/rxrpc/rxkad.c tmpbuf.x[1] = x;
tmpbuf 527 net/rxrpc/rxkad.c sg_init_one(&sg[0], &tmpbuf, sizeof(tmpbuf));
tmpbuf 528 net/rxrpc/rxkad.c sg_init_one(&sg[1], &tmpbuf, sizeof(tmpbuf));
tmpbuf 529 net/rxrpc/rxkad.c crypto_blkcipher_encrypt_iv(&desc, &sg[0], &sg[1], sizeof(tmpbuf));
tmpbuf 531 net/rxrpc/rxkad.c y = ntohl(tmpbuf.x[1]);
tmpbuf 62 net/sunrpc/sysctl.c char tmpbuf[256];
tmpbuf 69 net/sunrpc/sysctl.c len = svc_print_xprts(tmpbuf, sizeof(tmpbuf));
tmpbuf 70 net/sunrpc/sysctl.c return simple_read_from_buffer(buffer, *lenp, ppos, tmpbuf, len);
tmpbuf 77 net/sunrpc/sysctl.c char tmpbuf[20], c, *s;
tmpbuf 98 net/sunrpc/sysctl.c if (left > sizeof(tmpbuf) - 1)
tmpbuf 100 net/sunrpc/sysctl.c if (copy_from_user(tmpbuf, p, left))
tmpbuf 102 net/sunrpc/sysctl.c tmpbuf[left] = '\0';
tmpbuf 104 net/sunrpc/sysctl.c for (s = tmpbuf, value = 0; '0' <= *s && *s <= '9'; s++, left--)
tmpbuf 117 net/sunrpc/sysctl.c len = sprintf(tmpbuf, "%d", *(unsigned int *) table->data);
tmpbuf 120 net/sunrpc/sysctl.c if (__copy_to_user(buffer, tmpbuf, len))
tmpbuf 464 security/keys/keyctl.c char *tmpbuf;
tmpbuf 489 security/keys/keyctl.c tmpbuf = kmalloc(PAGE_SIZE, GFP_KERNEL);
tmpbuf 490 security/keys/keyctl.c if (!tmpbuf)
tmpbuf 495 security/keys/keyctl.c ret = snprintf(tmpbuf, PAGE_SIZE - 1,
tmpbuf 508 security/keys/keyctl.c tmpbuf[ret] = 0;
tmpbuf 516 security/keys/keyctl.c if (copy_to_user(buffer, tmpbuf, buflen) != 0)
tmpbuf 520 security/keys/keyctl.c kfree(tmpbuf);
tmpbuf 141 security/selinux/selinuxfs.c char tmpbuf[TMPBUFLEN];
tmpbuf 144 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%d", selinux_enforcing);
tmpbuf 145 security/selinux/selinuxfs.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 205 security/selinux/selinuxfs.c char tmpbuf[TMPBUFLEN];
tmpbuf 211 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%d", handle_unknown);
tmpbuf 212 security/selinux/selinuxfs.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 272 security/selinux/selinuxfs.c char tmpbuf[TMPBUFLEN];
tmpbuf 275 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%u", POLICYDB_VERSION_MAX);
tmpbuf 276 security/selinux/selinuxfs.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 295 security/selinux/selinuxfs.c char tmpbuf[TMPBUFLEN];
tmpbuf 298 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%d", selinux_mls_enabled);
tmpbuf 299 security/selinux/selinuxfs.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 408 security/selinux/selinuxfs.c char tmpbuf[TMPBUFLEN];
tmpbuf 411 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%u", selinux_checkreqprot);
tmpbuf 412 security/selinux/selinuxfs.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 457 security/selinux/selinuxfs.c char tmpbuf[TMPBUFLEN];
tmpbuf 460 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%d", selinux_compat_net);
tmpbuf 461 security/selinux/selinuxfs.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 1120 security/selinux/selinuxfs.c char tmpbuf[TMPBUFLEN];
tmpbuf 1123 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%u", avc_cache_threshold);
tmpbuf 1124 security/selinux/selinuxfs.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 1431 security/selinux/selinuxfs.c char tmpbuf[TMPBUFLEN];
tmpbuf 1436 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%d", value);
tmpbuf 1438 security/selinux/selinuxfs.c return simple_read_from_buffer(buf, count, ppos, tmpbuf, length);
tmpbuf 70 sound/usb/usx2y/usbusx2y.h char *tmpbuf; /* temporary buffer for playback */
tmpbuf 156 sound/usb/usx2y/usbusx2yaudio.c urb->transfer_buffer = subs->tmpbuf;
tmpbuf 157 sound/usb/usx2y/usbusx2yaudio.c memcpy(subs->tmpbuf, runtime->dma_area +
tmpbuf 159 sound/usb/usx2y/usbusx2yaudio.c memcpy(subs->tmpbuf + len * usX2Y->stride,
tmpbuf 170 sound/usb/usx2y/usbusx2yaudio.c urb->transfer_buffer = subs->tmpbuf;
tmpbuf 415 sound/usb/usx2y/usbusx2yaudio.c kfree(subs->tmpbuf);
tmpbuf 416 sound/usb/usx2y/usbusx2yaudio.c subs->tmpbuf = NULL;
tmpbuf 434 sound/usb/usx2y/usbusx2yaudio.c if (is_playback && NULL == subs->tmpbuf) { /* allocate a temporary buffer for playback */
tmpbuf 435 sound/usb/usx2y/usbusx2yaudio.c subs->tmpbuf = kcalloc(nr_of_packs(), subs->maxpacksize, GFP_KERNEL);
tmpbuf 436 sound/usb/usx2y/usbusx2yaudio.c if (NULL == subs->tmpbuf) {