Home
last modified time | relevance | path

Searched refs:xbuf (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/security/keys/
Dproc.c191 char xbuf[12]; in proc_keys_show() local
224 memcpy(xbuf, "perm", 5); in proc_keys_show()
226 memcpy(xbuf, "expd", 5); in proc_keys_show()
231 sprintf(xbuf, "%lus", timo); in proc_keys_show()
233 sprintf(xbuf, "%lum", timo / 60); in proc_keys_show()
235 sprintf(xbuf, "%luh", timo / (60*60)); in proc_keys_show()
237 sprintf(xbuf, "%lud", timo / (60*60*24)); in proc_keys_show()
239 sprintf(xbuf, "%luw", timo / (60*60*24*7)); in proc_keys_show()
254 xbuf, in proc_keys_show()
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_dp.c89 u32 xbuf[4] = {}; in auxch_tx() local
106 memcpy(xbuf, data, size); in auxch_tx()
108 AUX_DBG("wr 0x%08x\n", xbuf[i / 4]); in auxch_tx()
109 nv_wr32(dev, 0x00e4c0 + (ch * 0x50) + i, xbuf[i / 4]); in auxch_tx()
153 xbuf[i / 4] = nv_rd32(dev, 0x00e4d0 + (ch * 0x50) + i); in auxch_tx()
154 AUX_DBG("rd 0x%08x\n", xbuf[i / 4]); in auxch_tx()
156 memcpy(data, xbuf, size); in auxch_tx()
/linux-3.4.99/crypto/
Dtestmgr.c197 char *xbuf[XBUFSIZE]; in test_hash() local
200 if (testmgr_alloc_buf(xbuf)) in test_hash()
222 hash_buff = xbuf[0]; in test_hash()
296 memcpy(xbuf[IDX[k] >> PAGE_SHIFT] + in test_hash()
356 testmgr_free_buf(xbuf); in test_hash()
378 char *xbuf[XBUFSIZE]; in test_aead() local
381 if (testmgr_alloc_buf(xbuf)) in test_aead()
410 input = xbuf[0]; in test_aead()
541 q = xbuf[IDX[k] >> PAGE_SHIFT] + in test_aead()
636 q = xbuf[IDX[k] >> PAGE_SHIFT] + in test_aead()
[all …]
/linux-3.4.99/sound/core/seq/
Dseq_midi_event.c388 unsigned char xbuf[4]; in snd_midi_event_decode() local
395 xbuf[0] = cmd; in snd_midi_event_decode()
397 status_event[type].decode(ev, xbuf + 1); in snd_midi_event_decode()
402 status_event[type].decode(ev, xbuf + 0); in snd_midi_event_decode()
407 memcpy(buf, xbuf, qlen); in snd_midi_event_decode()
/linux-3.4.99/fs/nfsd/
Dnfs4xdr.c2915 if (resp->xbuf->page_len) in nfsd4_encode_read()
2954 resp->xbuf->head[0].iov_len = (char*)p in nfsd4_encode_read()
2955 - (char*)resp->xbuf->head[0].iov_base; in nfsd4_encode_read()
2956 resp->xbuf->page_len = maxcount; in nfsd4_encode_read()
2959 resp->xbuf->tail[0].iov_base = p; in nfsd4_encode_read()
2960 resp->xbuf->tail[0].iov_len = 0; in nfsd4_encode_read()
2964 resp->xbuf->tail[0].iov_base += maxcount&3; in nfsd4_encode_read()
2965 resp->xbuf->tail[0].iov_len = 4 - (maxcount&3); in nfsd4_encode_read()
2980 if (resp->xbuf->page_len) in nfsd4_encode_readlink()
3004 resp->xbuf->head[0].iov_len = (char*)p in nfsd4_encode_readlink()
[all …]
Dxdr4.h507 struct xdr_buf * xbuf; member
Dnfs4proc.c1160 resp->xbuf = &rqstp->rq_res; in nfsd4_proc_compound()
Dnfs4state.c1391 (char *)resp->xbuf->head[0].iov_base; in nfsd4_store_cache_entry()
1392 if (read_bytes_from_xdr_buf(resp->xbuf, base, slot->sl_data, in nfsd4_store_cache_entry()