Displaying 2 results from an estimated 2 matches for "action_table".
2010 Aug 20
0
[PATCH 1/2] Implement APEI ERST feature to Xen
...+ * INJection) interpreter framework.
+ */
+
+#define APEI_EXEC_PRESERVE_REGISTER 0x1
+
+int apei_exec_ctx_init(struct apei_exec_context *ctx,
+ struct apei_exec_ins_type *ins_table,
+ u32 instructions,
+ struct acpi_whea_header *action_table,
+ u32 entries)
+{
+ if (!ctx)
+ return -EINVAL;
+
+ ctx->ins_table = ins_table;
+ ctx->instructions = instructions;
+ ctx->action_table = action_table;
+ ctx->entries = entries;
+ return 0;
+}
+
+int __apei_exec_re...
2002 Oct 05
2
ogg123 remote interface
Hi,
I've been working on ogg123 to see if i could add a remote interface
compatible with the one in mpg123. This remote interface is used mainly by
mp3 players which use mpg123 as their backend.
The reason i did this was that i have recently encoded some of my cd's in
ogg vorbis format but wanted to keep using my favourite player (playmp3list,