Searched refs:kp (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkext_net.c140 struct kextcb *kp, *kp1; local
155 kp = so->so_ext;
159 { while (kp)
160 { if (kp->e_nfd == nf2)
162 kp1 = kp;
163 kp = kp->e_next;
165 if (kp == NULL)
170 { while (kp)
171 { if (kp
207 (*kp->e_soif->sf_socreate)(so, so->so_proto, kp); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daescrypt.c126 const aes_32t *kp; local
149 kp = kptr;
157 key_in(b0, b1, kp);
160 key_in(b1, b0, kp); // Xor b0(IV) with the key schedule and assign to b1
174 round(fwd_rnd, b1, b0, kp + 1 * N_COLS);
175 round(fwd_rnd, b0, b1, kp + 2 * N_COLS);
176 kp += 2 * N_COLS;
178 round(fwd_rnd, b1, b0, kp + 1 * N_COLS);
179 round(fwd_rnd, b0, b1, kp + 2 * N_COLS);
180 kp
295 const aes_32t *kp; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeysock.c216 struct keycb *kp; local
257 kp = (struct keycb *)rp;
287 if (kp->kp_registered)
353 struct keycb *kp; local
358 kp = (struct keycb *)_MALLOC(sizeof *kp, M_PCB, M_WAITOK); /* XXX */
359 if (kp == 0)
361 bzero(kp, sizeof *kp);
363 so->so_pcb = (caddr_t)kp;
419 struct keycb *kp = (struct keycb *)sotorawcb(so); local
[all...]
H A Dkey.c7512 struct keycb *kp; local
7515 if ((kp = (struct keycb *)sotorawcb(so)) == NULL)
7521 kp->kp_promisc = mhp->msg->sadb_msg_satype;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c179 register struct i386_kregs *kp; local
181 for (kp = i386_kregs; kp->name; kp++) {
182 if (strcmp(name, kp->name) == 0)
183 return((unsigned int *)((int)kregp + kp->offset));
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c154 fill_user_proc(proc_t p, struct user_kinfo_proc *kp);
176 fill_proc(proc_t p, struct kinfo_proc *kp);
1572 fill_proc(proc_t p, struct kinfo_proc *kp) argument
1574 fill_externproc(p, &kp->kp_proc);
1575 fill_eproc(p, &kp->kp_eproc);
1579 fill_user_proc(proc_t p, struct user_kinfo_proc *kp) argument
1581 fill_user_externproc(p, &kp->kp_proc);
1582 fill_user_eproc(p, &kp->kp_eproc);

Completed in 65 milliseconds