Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_transaction.c431 char id_str[20]; in do_transaction_start() local
463 snprintf(id_str, sizeof(id_str), "%u", trans->id); in do_transaction_start()
464 send_reply(conn, XS_TRANSACTION_START, id_str, strlen(id_str)+1); in do_transaction_start()
A Dxs.c1026 char *id_str; in xs_transaction_start() local
1029 id_str = xs_single(h, XBT_NULL, XS_TRANSACTION_START, "", NULL); in xs_transaction_start()
1030 if (id_str == NULL) in xs_transaction_start()
1033 id = strtoul(id_str, NULL, 0); in xs_transaction_start()
1034 free(id_str); in xs_transaction_start()

Completed in 7 milliseconds