Searched refs:dpos (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/security/keys/ |
D | trusted.c | 191 unsigned int dpos; in TSS_checkhmac1() local 228 dpos = va_arg(argp, unsigned int); in TSS_checkhmac1() 229 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac1() 278 unsigned int dpos; in TSS_checkhmac2() local 321 dpos = va_arg(argp, unsigned int); in TSS_checkhmac2() 322 ret = crypto_shash_update(&sdesc->shash, buffer + dpos, dlen); in TSS_checkhmac2()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tgafb.c | 1055 unsigned long dpos, spos, i, n64; local 1066 dpos = (dy + height) * width; 1070 dpos -= 64; 1073 __raw_writel(dpos, tga_regs+TGA_COPY64_DST); 1078 dpos = dy * width; 1083 __raw_writel(dpos, tga_regs+TGA_COPY64_DST); 1086 dpos += 64;
|
/linux-4.4.14/net/ieee802154/ |
D | nl-mac.c | 1187 struct ieee802154_llsec_device *dpos; in llsec_iter_devkeys() local 1191 list_for_each_entry(dpos, &data->table->devices, list) { in llsec_iter_devkeys() 1197 list_for_each_entry(kpos, &dpos->keys, list) { in llsec_iter_devkeys() 1203 dpos->hwaddr, kpos, in llsec_iter_devkeys()
|
D | nl802154.c | 1809 struct ieee802154_llsec_device *dpos; in nl802154_dump_llsec_devkey() local 1831 list_for_each_entry(dpos, &table->devices, list) { in nl802154_dump_llsec_devkey() 1832 list_for_each_entry(kpos, &dpos->keys, list) { in nl802154_dump_llsec_devkey() 1839 dpos->hwaddr, in nl802154_dump_llsec_devkey()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | res_func.S | 74 beqs dpos 76 dpos: label
|