Home
last modified time | relevance | path

Searched refs:rtas_function_token (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/powerpc/powerpc/
H A Drtas.c45 } rtas_function_token[RTAS_FUNC_number]; variable
154 rtas_function_token[index].token = of_decode_int(buf); in rtas_attach()
155 rtas_function_token[index].exists = 1; in rtas_attach()
221 if (!rtas_function_token[token].exists) in rtas_call()
230 args.token = rtas_function_token[token].token; in rtas_call()
258 return rtas_function_token[token].exists; in rtas_has_func()
270 if (!rtas_function_token[RTAS_FUNC_GET_TIME_OF_DAY].exists) in rtas_todr_gettime_ymdhms()
292 if (!rtas_function_token[RTAS_FUNC_SET_TIME_OF_DAY].exists) in rtas_todr_settime_ymdhms()