Searched refs:sigptr (Results 1 – 3 of 3) sorted by relevance
110 char *sigptr; in biospnp_init() local115 for (sigptr = PTOV(0xf0000); sigptr < PTOV(0xfffff); sigptr += 16) in biospnp_init()116 if (!bcmp(sigptr, "$PnP", 4)) { in biospnp_init()117 pnp_Icheck = (struct pnp_ICstructure *)sigptr; in biospnp_init()
1440 Char *sigptr; in dokill() local1459 sigptr = &v[0][1]; in dokill()1463 sigptr = &v[0][0]; in dokill()1468 if (Isdigit(*sigptr)) { in dokill()1470 signum = strtoul(short2str(sigptr), &ep, 0); in dokill()1477 eq(sigptr, str2short(mesg[signum].iname))) in dokill()1479 setname(short2str(sigptr)); in dokill()
2344 const SIGALG_LOOKUP *sigptr = s->shared_sigalgs[i]; in tls1_process_sigalgs() local2345 int idx = sigptr->sig_idx; in tls1_process_sigalgs()2348 if (SSL_IS_TLS13(s) && sigptr->sig == EVP_PKEY_RSA) in tls1_process_sigalgs()