Home
last modified time | relevance | path

Searched refs:canon (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dtermios.h23 int canon, ret; \
32 canon = k_termio.c_lflag & ICANON; \
40 k_termios->c_cc[canon ? VEOF : VMIN] = k_termio.c_cc[_VEOF]; \
41 k_termios->c_cc[canon ? VEOL : VTIME] = k_termio.c_cc[_VEOL]; \
55 int canon; \
60 canon = (k_termio.c_lflag = k_termios->c_lflag) & ICANON; \
67 k_termio.c_cc[_VEOF] = k_termios->c_cc[canon ? VEOF : VMIN]; \
68 k_termio.c_cc[_VEOL] = k_termios->c_cc[canon ? VEOL : VTIME]; \
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dverify_pefile.c245 unsigned *canon, tmp, loop, i, hashed_bytes; in pefile_digest_pe_contents() local
266 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()
267 if (!canon) in pefile_digest_pe_contents()
273 canon[0] = 0; in pefile_digest_pe_contents()
276 if (pefile_compare_shdrs(&ctx->secs[canon[i]], in pefile_digest_pe_contents()
278 memmove(&canon[i + 1], &canon[i], in pefile_digest_pe_contents()
279 (loop - i) * sizeof(canon[0])); in pefile_digest_pe_contents()
283 canon[i] = loop; in pefile_digest_pe_contents()
288 i = canon[loop]; in pefile_digest_pe_contents()
295 kfree(canon); in pefile_digest_pe_contents()
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor-lazor-r0.dts20 * that the cable is canon and in -rev1+ we'll make a board change
/kernel/linux/linux-5.10/lib/
Dxarray.c1085 unsigned int canon = offset - xas->xa_sibs; in xas_split() local
1087 node_set_marks(node, canon, NULL, marks); in xas_split()
1088 rcu_assign_pointer(node->slots[canon], entry); in xas_split()
1089 while (offset > canon) in xas_split()
1091 xa_mk_sibling(canon)); in xas_split()
/kernel/linux/linux-5.10/security/selinux/
Dselinuxfs.c680 char *canon = NULL; in sel_write_context() local
694 length = security_sid_to_context(state, sid, &canon, &len); in sel_write_context()
705 memcpy(buf, canon, len); in sel_write_context()
708 kfree(canon); in sel_write_context()