Home
last modified time | relevance | path

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

/tools/python/xen/lowlevel/xs/
A Dxs.c139 static char *arg_spec = "sss#"; in xspy_write() local
150 if (!PyArg_ParseTuple(args, arg_spec, &thstr, &path, &data, &data_n)) in xspy_write()
274 static char *arg_spec = "ss"; in xspy_get_permissions() local
287 if (!PyArg_ParseTuple(args, arg_spec, &thstr, &path)) in xspy_get_permissions()
621 static char *arg_spec = "s|i"; in xspy_transaction_end() local
632 if (!PyArg_ParseTupleAndKeywords(args, kwds, arg_spec, kwd_spec, in xspy_transaction_end()
982 static char *arg_spec = "|i"; in xshandle_init() local
985 if (!PyArg_ParseTupleAndKeywords(args, kwds, arg_spec, kwd_spec, in xshandle_init()

Completed in 4 milliseconds