Searched refs:corrupt (Results 1 – 5 of 5) sorted by relevance
/xen/xen/common/ |
A D | multicall.c | 82 struct multicall_entry corrupt; in do_multicall() local 83 memset(&corrupt, 0xAA, sizeof(corrupt)); in do_multicall() 84 (void)__copy_to_guest(call_list, &corrupt, 1); in do_multicall()
|
/xen/tools/xenstore/ |
A D | xenstored_core.h | 172 void corrupt(struct connection *conn, const char *fmt, ...);
|
A D | xenstored_core.c | 464 corrupt(conn, "Write of %s failed", key->dptr); in write_node_raw() 544 corrupt(conn, "No permissions file at root"); in ask_parents() 910 corrupt(conn, "Could not delete '%s'", node->name); in delete_node_single() 986 corrupt(NULL, "Destroying root node!"); in destroy_node() 1117 corrupt(conn, "Can't update parent node '%s'", node->name); in remove_child_entry() 1131 corrupt(conn, "Can't find child '%s' in %s", childname, node->name); in delete_child() 1867 void corrupt(struct connection *conn, const char *fmt, ...) in corrupt() function
|
A D | xenstored_transaction.c | 407 corrupt(conn, "Partial transaction"); in finalize_transaction()
|
/xen/stubdom/grub.patches/ |
A D | 61btrfs.diff | 2120 + goto corrupt; 2123 + goto corrupt; 2126 +corrupt:
|
Completed in 17 milliseconds