Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Drtas.c122 int *tokp; in rtas_token() local
127 tokp = (int *) get_property(rtas.dev, service, NULL); in rtas_token()
128 return tokp ? *tokp : RTAS_UNKNOWN_SERVICE; in rtas_token()
/linux-2.4.37.9/arch/ppc/kernel/
Dprom.c1209 int *tokp; in call_rtas() local
1218 tokp = (int *) get_property(rtas, service, NULL); in call_rtas()
1219 if (tokp == NULL) { in call_rtas()
1223 u.words[0] = *tokp; in call_rtas()