Home
last modified time | relevance | path

Searched refs:v1p (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/arch/alpha/alpha/
H A Dmachdep.c260 struct bootinfo_v1 *v1p = (struct bootinfo_v1 *)bip; local
262 bootinfo.ssym = v1p->ssym;
263 bootinfo.esym = v1p->esym;
265 if (v1p->hwrpb != NULL) {
267 ((struct rpb *)v1p->hwrpb)->rpb_phys;
268 bootinfo.hwrpb_size = v1p->hwrpbsize;
275 bcopy(v1p->boot_flags, bootinfo.boot_flags,
276 min(sizeof v1p->boot_flags,
278 bcopy(v1p->booted_kernel, bootinfo.booted_kernel,
279 min(sizeof v1p->booted_kernel,
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dglobal.c600 allocno_compare (v1p, v2p) in allocno_compare() argument
601 const PTR v1p; in allocno_compare()
604 int v1 = *(const int *)v1p, v2 = *(const int *)v2p;
/openbsd/gnu/gcc/gcc/
H A Dglobal.c644 allocno_compare (const void *v1p, const void *v2p) in allocno_compare() argument
646 int v1 = *(const int *)v1p, v2 = *(const int *)v2p; in allocno_compare()