| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 187 unsigned int dpos; in TSS_checkhmac1() local 214 dpos = va_arg(argp, unsigned int); in TSS_checkhmac1() 215 sha1_update(&sha_ctx, buffer + dpos, dlen); in TSS_checkhmac1() 257 unsigned int dpos; in TSS_checkhmac2() local 287 dpos = va_arg(argp, unsigned int); in TSS_checkhmac2() 288 sha1_update(&sha_ctx, buffer + dpos, dlen); in TSS_checkhmac2()
|
| /linux/drivers/dma/ |
| H A D | bcm-sba-raid.c | 1088 u8 pos, dpos = raid6_gflog[scf]; in sba_fillup_pq_single_msg() local 1192 if (dpos == 255) in sba_fillup_pq_single_msg() 1194 pos = (dpos < req->sba->max_pq_coefs) ? in sba_fillup_pq_single_msg() 1195 dpos : (req->sba->max_pq_coefs - 1); in sba_fillup_pq_single_msg() 1219 dpos -= pos; in sba_fillup_pq_single_msg() 1222 while (dpos) { in sba_fillup_pq_single_msg() 1223 pos = (dpos < req->sba->max_pq_coefs) ? in sba_fillup_pq_single_msg() 1224 dpos : (req->sba->max_pq_coefs - 1); in sba_fillup_pq_single_msg() 1246 dpos -= pos; in sba_fillup_pq_single_msg()
|
| /linux/drivers/video/fbdev/ |
| H A D | tgafb.c | 1068 unsigned long dpos, spos, i, n64; local 1079 dpos = (dy + height) * width; 1083 dpos -= 64; 1086 __raw_writel(dpos, tga_regs+TGA_COPY64_DST); 1091 dpos = dy * width; 1096 __raw_writel(dpos, tga_regs+TGA_COPY64_DST); 1099 dpos += 64;
|
| /linux/kernel/trace/ |
| H A D | trace_fprobe.c | 212 #define for_each_trace_fprobe(pos, dpos) \ argument 213 for_each_dyn_event(dpos) \ 214 if (is_trace_fprobe(dpos) && (pos = to_trace_fprobe(dpos)))
|
| H A D | trace_uprobe.c | 87 #define for_each_trace_uprobe(pos, dpos) \ argument 88 for_each_dyn_event(dpos) \ 89 if (is_trace_uprobe(dpos) && (pos = to_trace_uprobe(dpos)))
|
| H A D | trace_kprobe.c | 82 #define for_each_trace_kprobe(pos, dpos) \ argument 83 for_each_dyn_event(dpos) \ 84 if (is_trace_kprobe(dpos) && (pos = to_trace_kprobe(dpos)))
|
| /linux/net/ceph/ |
| H A D | messenger_v2.c | 954 int dpos, int dlen, u8 *pad) in init_sgs_pages() argument 956 int idx = dpos >> PAGE_SHIFT; in init_sgs_pages() 957 int off = offset_in_page(dpos); in init_sgs_pages() 978 void *epilogue, struct page **pages, int dpos, in setup_message_sgs() argument 999 sg_cnt += calc_pages_for(dpos, dlen); in setup_message_sgs() 1021 init_sgs_pages(&cur_sg, pages, dpos, dlen, data_pad); in setup_message_sgs() 1109 int dpos = 0; in decrypt_tail() local 1121 dpos = padded_len(front_len(con->in_msg) + padded_len(middle_len(con->in_msg))); in decrypt_tail() 1127 con->v2.in_buf, pages, dpos, true); in decrypt_tail() 1138 ret = process_v2_sparse_read(con, con->v2.in_enc_pages, dpos); in decrypt_tail()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | cfg80211.c | 1803 u8 *buf, *dpos; in _wil_cfg80211_merge_extra_ies() local 1823 dpos = buf + ies1_len; in _wil_cfg80211_merge_extra_ies() 1834 memcpy(dpos, spos, ielen); in _wil_cfg80211_merge_extra_ies() 1835 dpos += ielen; in _wil_cfg80211_merge_extra_ies() 1841 *merged_len = dpos - buf; in _wil_cfg80211_merge_extra_ies()
|
| /linux/net/ieee802154/ |
| H A D | nl802154.c | 2383 struct ieee802154_llsec_device *dpos; in nl802154_dump_llsec_devkey() local 2410 list_for_each_entry(dpos, &table->devices, list) { in nl802154_dump_llsec_devkey() 2411 list_for_each_entry(kpos, &dpos->keys, list) { in nl802154_dump_llsec_devkey() 2418 dpos->hwaddr, in nl802154_dump_llsec_devkey()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | res_func.S | 74 beqs dpos 76 dpos: label
|