Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstored_transaction.c453 char id_str[20]; in do_transaction_start() local
485 snprintf(id_str, sizeof(id_str), "%u", trans->id); in do_transaction_start()
486 send_reply(conn, XS_TRANSACTION_START, id_str, strlen(id_str)+1); in do_transaction_start()
A Dxs.c1052 char *id_str; in xs_transaction_start() local
1055 id_str = xs_single(h, XBT_NULL, XS_TRANSACTION_START, "", NULL); in xs_transaction_start()
1056 if (id_str == NULL) in xs_transaction_start()
1059 id = strtoul(id_str, NULL, 0); in xs_transaction_start()
1060 free(id_str); in xs_transaction_start()

Completed in 6 milliseconds