update_results    152 arch/powerpc/kernel/rtas_flash.c 	unsigned int update_results;	/* Update results token */
update_results    448 arch/powerpc/kernel/rtas_flash.c 	int update_results;
update_results    455 arch/powerpc/kernel/rtas_flash.c 		rc = rtas_call(token, 2, 2, &update_results, 
update_results    462 arch/powerpc/kernel/rtas_flash.c 	args_buf->update_results = update_results;
update_results    471 arch/powerpc/kernel/rtas_flash.c 		n = sprintf(msg, "%d\n", args_buf->update_results);
update_results    472 arch/powerpc/kernel/rtas_flash.c 		if ((args_buf->update_results >= VALIDATE_CUR_UNKNOWN) ||
update_results    473 arch/powerpc/kernel/rtas_flash.c 		    (args_buf->update_results == VALIDATE_TMP_UPDATE))