Home
last modified time | relevance | path

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

/xen/tools/misc/
A Dxen-lowmemd.c38 #define BUFSZ 512 macro
44 char data[BUFSZ], error[BUFSZ]; in handle_low_mem()
76 snprintf(data, BUFSZ, "%llu", dom0_target); in handle_low_mem()
80 snprintf(error, BUFSZ,"Failed to write target %.24s to xenstore", data); in handle_low_mem()
132 char data[BUFSZ]; in main()
133 snprintf(data, BUFSZ, "Wrong port, got %d expected %d", port, virq_port); in main()

Completed in 1 milliseconds