Lines Matching refs:token
53 static int rcall(int token, char *buf, s32 scope)
60 rc = rtas_call(token, 2, 1, NULL, rtas_data_buf, scope);
113 int token;
117 token = rtas_token("ibm,update-properties");
118 if (token == RTAS_UNKNOWN_SERVICE)
134 rc = rcall(token, buf, scope);
177 int token, rc, i;
181 token = rtas_token("ibm,update-nodes");
182 if (token == RTAS_UNKNOWN_SERVICE)
192 rc = rcall(token, buf, scope);
304 pr_devel("%s (op: %i, need header: %i, entries: %i, token: %#llx)\n",