Home
last modified time | relevance | path

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

/xen/tools/tests/mce-test/tools/
A Dxen-mceinj.c411 unsigned int plen; in xs_get_dom_mem() local
419 memstr = xs_read(xs, XBT_NULL, path, &plen); in xs_get_dom_mem()
422 if (!memstr || !plen) in xs_get_dom_mem()
/xen/tools/xenstore/
A Dtalloc.c916 static void talloc_report_depth_str(const void *ptr, char **pps, ssize_t *plen, size_t *pbuflen, in… in talloc_report_depth_str() argument
931 sprintf_append(NULL, pps, plen, pbuflen, in talloc_report_depth_str()
937 sprintf_append(NULL, pps, plen, pbuflen, in talloc_report_depth_str()
945 talloc_report_depth_str(TC_PTR_FROM_CHUNK(c), pps, plen, pbuflen, depth+1); in talloc_report_depth_str()
A Dxs.c1192 unsigned int plen; in xs_suspend_evtchn_port() local
1200 portstr = xs_read(xs, XBT_NULL, path, &plen); in xs_suspend_evtchn_port()
1203 if (!portstr || !plen) { in xs_suspend_evtchn_port()
/xen/stubdom/grub.patches/
A D10graphics.diff903 int plen;
908 - if (section == 1 && plen + lpos < CMDLINE_WIDTH)
909 + if (section == 1 && plen + lpos < cmdline_width)
944 - if (lpos + plen < CMDLINE_WIDTH)
945 + if (lpos + plen < cmdline_width)
948 - section = ((lpos + plen - CMDLINE_WIDTH)
950 + section = ((lpos + plen - cmdline_width)
964 - + CMDLINE_WIDTH - plen - CMDLINE_MARGIN);
966 + + cmdline_width - plen - CMDLINE_MARGIN);
1024 plen = grub_strlen (prompt);
/xen/tools/python/scripts/
A Dconvert-legacy-stream112 plen = (8 - (length & 7)) & 7
113 record += b'\x00' * plen

Completed in 11 milliseconds