Searched defs:xargs (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_provider.c239 dt_node_t *xargs, *nargs; local
280 xargs = dt_probe_alloc_args(pvp, xc);
283 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL))
296 nargs, nc, xargs, xc)) == NULL) {
395 dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc)
408 * and xargs be specified but set to NULL, indicating a void prototype.
411 assert(xargs == NULL);
413 xargs = nargs;
430 prp->pr_xargs = xargs;
446 for (i = 0; i < xargc; i++, xargs
394 dt_probe_create(dtrace_hdl_t *dtp, dt_ident_t *idp, int protoc, dt_node_t *nargs, uint_t nargc, dt_node_t *xargs, uint_t xargc) argument
[all...]
H A Ddt_parser.c2450 dt_node_probe(char *s, int protoc, dt_node_t *nargs, dt_node_t *xargs) argument
2482 xargc = dt_decl_prototype(xargs, nargs,
2496 dnp->dn_ident, protoc, nargs, nargc, xargs, xargc) == NULL)

Completed in 349 milliseconds