Searched refs:nr_res (Results 1 – 2 of 2) sorted by relevance
47 int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res, in __olpc_ofw() argument54 BUG_ON(nr_args + nr_res > MAXARGS); in __olpc_ofw()61 ofw_args[2] = nr_res; in __olpc_ofw()73 for (i = 0; i < nr_res; i++, p++) in __olpc_ofw()
18 extern int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res,
Completed in 5 milliseconds