HomeSort by: relevance | last modified time | path
    Searched defs:dep_call (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/vax/
autoconf.c 65 const struct cpu_dep *dep_call; variable in typeref:typename:const struct cpu_dep *
80 if (dep_call->cpu_clrf)
81 (*dep_call->cpu_clrf)();
135 for (devp = dep_call->cpu_devs; *devp != NULL; devp++) {
179 if (dep_call->cpu_attach_cpu != NULL)
180 (*dep_call->cpu_attach_cpu)(self);
autoconf.c 65 const struct cpu_dep *dep_call; variable in typeref:typename:const struct cpu_dep *
80 if (dep_call->cpu_clrf)
81 (*dep_call->cpu_clrf)();
135 for (devp = dep_call->cpu_devs; *devp != NULL; devp++) {
179 if (dep_call->cpu_attach_cpu != NULL)
180 (*dep_call->cpu_attach_cpu)(self);

Completed in 24 milliseconds