Searched refs:callvec (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/arch/mipsco/stand/common/
H A Dcallvec.c1 /* $NetBSD: callvec.c,v 1.5 2009/03/14 14:46:03 dsl Exp $ */
37 static struct mips_prom callvec; variable in typeref:struct:mips_prom
49 fp = (void *)&callvec;
53 callv = &callvec;
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dprom.c42 static struct mips_prom callvec; variable in typeref:struct:mips_prom
54 fp = (void *)&callvec;
58 callv = &callvec;
/netbsd-current/sys/arch/pmax/stand/common/
H A Dcallvec.c1 /* $NetBSD: callvec.c,v 1.19 2016/06/11 19:11:20 dholland Exp $ */
34 * @(#)callvec.c 8.1 (Berkeley) 6/10/93
42 struct callback callvec = { variable in typeref:struct:callback
57 const struct callback *callv = &callvec;
H A Drz.c88 if (callv == &callvec) {
132 if (callv == &callvec)
181 if (callv == &callvec)
H A Dif_prom.c174 if (callv == &callvec)
196 if (callv == &callvec)
219 if (callv == &callvec)
240 if (callv == &callvec)
H A Dbootxx.c121 if (callv == &callvec)
H A Dstart.S102 la s3, _C_LABEL(callvec) # init call vector
H A Dboot.c174 if (callv == &callvec)
/netbsd-current/sys/arch/mipsco/stand/boot/
H A DMakefile7 SRCS+= bootinfo.c callvec.c conf.c devopen.c saio.c
/netbsd-current/sys/arch/pmax/stand/smallnet/
H A DMakefile11 SRCS+= bootinfo.c callvec.c putchar.c
H A Dsmallnet.c106 if (callv == &callvec)
/netbsd-current/sys/arch/pmax/stand/boot/
H A DMakefile7 SRCS+= bootinfo.c callvec.c conf.c devopen.c putchar.c rz.c
/netbsd-current/sys/arch/pmax/stand/netboot/
H A DMakefile7 SRCS+= bootinfo.c callvec.c clock.c conf.c devopen.c dev_net.c
/netbsd-current/sys/arch/mips/pmon/
H A Dpmon.c32 pmon_init(int32_t argc, int32_t argv, int32_t envp, int32_t callvec) argument
34 pmon_callvec = callvec;
/netbsd-current/sys/arch/emips/emips/
H A Dpromcall.c96 const struct callback callvec = { variable in typeref:struct:callback
139 const struct callback *callv = &callvec;
H A Dmachdep.c132 extern const struct callback callvec;
219 callv = (code == PROM_MAGIC) ? (void *)cv : &callvec;
/netbsd-current/sys/arch/pmax/pmax/
H A Dpromcall.c176 if (callv != &callvec)
202 if (callv != &callvec)
H A Dmachdep.c211 for (i = 0; i < sizeof(callvec) / sizeof(void *); i++)
212 ((intptr_t *)&callvec)[i] = ((int32_t *)cv)[i];
213 callv = &callvec;
218 callv = &callvec;
/netbsd-current/sys/arch/pmax/include/
H A Ddec_prom.h145 extern struct callback callvec;
147 extern const struct callback callvec;
/netbsd-current/sys/arch/pmax/stand/
H A DMakefile.booters46 SRCS = start.S bootxx.c callvec.c
/netbsd-current/sys/arch/mipsco/stand/
H A DMakefile.booters44 SRCS = start.S bootxx.c callvec.c
/netbsd-current/sys/arch/evbmips/loongson/
H A Dmachdep.c252 mach_init(int32_t argc, int32_t argva, int32_t enva, int32_t callvec, argument
274 pmon_init(argc, argva, enva, callvec);
/netbsd-current/sys/arch/evbmips/gdium/
H A Dmachdep.c199 mach_init(int argc, char **argv, char **envp32, void *callvec) argument

Completed in 132 milliseconds