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

  /src/sys/arch/powerpc/powerpc/
rtas.c 46 } rtas_function_token[RTAS_FUNC_number]; variable in typeref:struct:__anon2e0518f10108[]
156 rtas_function_token[index].token = of_decode_int(buf);
157 rtas_function_token[index].exists = 1;
219 if (!rtas_function_token[token].exists)
228 args.token = rtas_function_token[token].token;
256 return rtas_function_token[token].exists;
268 if (!rtas_function_token[RTAS_FUNC_GET_TIME_OF_DAY].exists)
290 if (!rtas_function_token[RTAS_FUNC_SET_TIME_OF_DAY].exists)

Completed in 129 milliseconds