Searched refs:canon (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | termios.c | 8 bool canon; in user_termio_to_kernel_termios() local 19 canon = v.c_lflag & ICANON; in user_termio_to_kernel_termios() 26 termios->c_cc[canon ? VEOF : VMIN] = v.c_cc[_VEOF]; in user_termio_to_kernel_termios() 27 termios->c_cc[canon ? VEOL : VTIME] = v.c_cc[_VEOL]; in user_termio_to_kernel_termios() 36 bool canon; in kernel_termios_to_user_termio() local 45 canon = v.c_lflag & ICANON; in kernel_termios_to_user_termio() 50 v.c_cc[_VEOF] = termios->c_cc[canon ? VEOF : VMIN]; in kernel_termios_to_user_termio() 51 v.c_cc[_VEOL] = termios->c_cc[canon ? VEOL : VTIME]; in kernel_termios_to_user_termio()
|
/linux-6.3-rc2/crypto/asymmetric_keys/ |
A D | verify_pefile.c | 245 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 …]
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sc7180-trogdor-lazor-r0.dts | 22 * that the cable is canon and in -rev1+ we'll make a board change
|
/linux-6.3-rc2/lib/ |
A D | xarray.c | 1089 unsigned int canon = offset - xas->xa_sibs; in xas_split() local 1091 node_set_marks(node, canon, NULL, marks); in xas_split() 1092 rcu_assign_pointer(node->slots[canon], entry); in xas_split() 1093 while (offset > canon) in xas_split() 1095 xa_mk_sibling(canon)); in xas_split()
|
/linux-6.3-rc2/security/selinux/ |
A D | selinuxfs.c | 682 char *canon = NULL; in sel_write_context() local 696 length = security_sid_to_context(state, sid, &canon, &len); in sel_write_context() 707 memcpy(buf, canon, len); in sel_write_context() 710 kfree(canon); in sel_write_context()
|
Completed in 13 milliseconds