Home
last modified time | relevance | path

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

/external/bcc/src/lua/bpf/
Dbpf.lua1497 local function trace_bpf(ptype, pname, pdef, retprobe, prog, pid, cpu, group_fd)
1505 local tp, err = S.perf_probe(ptype, pname, pdef, retprobe)
1602 local pname, pdef = tp:match('([^:]+):(.+)')
1603 return trace_bpf('kprobe', pname, pdef, retprobe, prog, pid, cpu, group_fd)
1619 local pdef = obj..':0x'..sym_addr
1620 return trace_bpf('uprobe', pname, pdef, retprobe, prog, pid, cpu, group_fd)
/external/libxml2/
Drelaxng.c391 xmlRelaxNGDefinePtr pdef; /* the non-streamable definition */ member
8224 ctxt->pdef = define; in xmlRelaxNGValidateProgressiveCallback()
8340 ctxt->pdef = define; in xmlRelaxNGValidatePushElement()
8488 if ((ctxt == NULL) || (ctxt->pdef == NULL) || (elem == NULL)) in xmlRelaxNGValidateFullElement()
8500 ret = xmlRelaxNGValidateDefinition(ctxt, ctxt->pdef); in xmlRelaxNGValidateFullElement()