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

/freebsd-10-stable/sys/powerpc/ofw/
H A Dofw_machdep.c380 struct ofw_rv_args *rv_args = xargs; local
388 rv_args->retval = openfirmware_core(rv_args->args);
389 rv_args->in_progress = 0;
395 while (rv_args->in_progress)
406 struct ofw_rv_args rv_args; local
408 rv_args.args = args;
409 rv_args.in_progress = 1;
411 smp_no_rendevous_barrier, &rv_args);
412 result = rv_args
[all...]

Completed in 103 milliseconds