Home
last modified time | relevance | path

Searched refs:sig (Results 1 – 12 of 12) sorted by relevance

/Documentation/devicetree/bindings/mmc/
Dmmci.txt23 - st,sig-dir-dat0 : bus signal direction pin used for DAT[0].
24 - st,sig-dir-dat2 : bus signal direction pin used for DAT[2].
25 - st,sig-dir-dat31 : bus signal direction pin used for DAT[3] and DAT[1].
26 - st,sig-dir-dat74 : bus signal direction pin used for DAT[4] to DAT[7].
27 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
28 - st,sig-pin-fbclk : feedback clock signal pin used.
31 - st,sig-dir : signal direction polarity used for cmd, dat0 dat123.
61 st,sig-dir-dat0;
62 st,sig-dir-dat2;
63 st,sig-dir-cmd;
[all …]
/Documentation/sphinx/
Dcdomain.py71 def handle_func_like_macro(self, sig, signode): argument
81 m = c_funcptr_sig_re.match(sig)
83 m = c_sig_re.match(sig)
112 def handle_signature(self, sig, signode): argument
115 fullname = self.handle_func_like_macro(sig, signode)
117 fullname = super(CObject, self).handle_signature(sig, signode)
127 def add_target_and_index(self, name, sig, signode): argument
/Documentation/security/
DIMA-templates.rst73 - 'sig': the file signature;
82 - "ima-sig": its format is ``d-ng|n-ng|sig``;
84 - "ima-modsig": its format is ``d-ng|n-ng|sig|d-modsig|modsig``;
/Documentation/
Ddigsig.txt64 * @sig: digital signature
75 int digsig_verify(struct key *keyring, const char *sig, int siglen,
/Documentation/crypto/
Dasymmetric-keys.txt127 const struct public_key_signature *sig);
131 transferred the relevant bits to the structure pointed to by sig.
144 The algorithm used must be noted in sig->pkey_hash_algo, and all the MPIs that
145 make up the actual signature must be stored in sig->mpi[] and the count of MPIs
146 placed in sig->nr_mpi.
149 hash must be pointed to by sig->digest and the size of the hash be placed in
150 sig->digest_size.
191 const struct public_key_signature *sig);
/Documentation/trace/
Devents.rst215 # echo "((sig >= 10 && sig < 15) || sig == 17) && comm != bash" > filter
222 # echo "((sig >= 10 && sig < 15) || dsig == 17) && comm != bash" > filter
225 ((sig >= 10 && sig < 15) || dsig == 17) && comm != bash
Dftrace.rst3417 …bash-1998 [000] d... 140.733516: sys_rt_sigaction(sig: 2, act: 7fff718846f0, oact: 7fff71884650…
/Documentation/driver-api/
Deisa.rst90 char sig[EISA_SIG_LEN];
/Documentation/powerpc/
Dtransactional_memory.rst129 void crash_handler(int sig, siginfo_t *si, void *uc)
/Documentation/virt/uml/
DUserModeLinux-HOWTO.txt3134 #8 0x1006c5ec in kern_segv_handler (sig=11) at trap_user.c:182
3139 #13 0x1006c5ec in kern_segv_handler (sig=11) at trap_user.c:182
3147 #18 0x1006af87 in really_do_syscall (sig=12) at syscall_user.c:35
3206 #8 0x1006c5ec in kern_segv_handler (sig=11) at trap_user.c:182
3217 (gdb) p *((struct sigcontext *) (&sig + 1))
3519 #5 0x1006c63c in kern_segv_handler (sig=11) at trap_user.c:182
3526 #10 0x1006af87 in really_do_syscall (sig=12) at syscall_user.c:35
4098 #2 0x10094785 in timer_handler (sig=26) at time_kern.c:32
4103 #5 0x10095c04 in segv_handler (sig=11) at trap_user.c:285
/Documentation/filesystems/
Dspufs.txt216 is reset to zero. The possible operations on an open signal1 or sig-
/Documentation/admin-guide/
Dkernel-parameters.txt1642 Formats: { "ima" | "ima-ng" | "ima-sig" }