Searched refs:canon (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dtermios.c8 bool canon; local
19 canon = v.c_lflag & ICANON;
26 termios->c_cc[canon ? VEOF : VMIN] = v.c_cc[_VEOF];
27 termios->c_cc[canon ? VEOL : VTIME] = v.c_cc[_VEOL];
36 bool canon; local
45 canon = v.c_lflag & ICANON;
50 v.c_cc[_VEOF] = termios->c_cc[canon ? VEOF : VMIN];
51 v.c_cc[_VEOL] = termios->c_cc[canon ? VEOL : VTIME];
/linux-master/crypto/asymmetric_keys/
H A Dverify_pefile.c249 unsigned *canon, tmp, loop, i, hashed_bytes; local
270 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL);
271 if (!canon)
277 canon[0] = 0;
280 if (pefile_compare_shdrs(&ctx->secs[canon[i]],
282 memmove(&canon[i + 1], &canon[i],
283 (loop - i) * sizeof(canon[0]));
287 canon[i] = loop;
292 i = canon[loo
[all...]
/linux-master/lib/
H A Dxarray.c1087 unsigned int canon = offset - xas->xa_sibs; local
1089 node_set_marks(node, canon, NULL, marks);
1090 rcu_assign_pointer(node->slots[canon], entry);
1091 while (offset > canon)
1093 xa_mk_sibling(canon));
/linux-master/security/selinux/
H A Dselinuxfs.c634 char *canon = NULL; local
647 length = security_sid_to_context(sid, &canon, &len);
658 memcpy(buf, canon, len);
661 kfree(canon);

Completed in 196 milliseconds