Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstore_client.c134 static int max_width = 80; variable
185 (int) (max_width - TAG_LEN - linewid), e[i]); in do_ls()
203 if (max_width < (linewid + len + TAG_LEN)) { in do_ls()
205 (int)(max_width - TAG_LEN - linewid), in do_ls()
214 linewid < MIN(desired_width, max_width); in do_ls()
589 max_width = INT_MAX/2; in main()
675 max_width = ws.ws_col - 2; in main()
/xen/xen/tools/kconfig/
A Dutil.c37 gs.max_width = 0; in str_new()
A Dlkc.h101 int max_width; member
A Dmconf.c788 help.max_width = getmaxx(stdscr) - 10; in show_help()
A Dexpr.c1242 if (gs->max_width) { in expr_print_gstr_helper()
1255 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()
/xen/xen/include/xen/
A Dmm.h204 unsigned int node, unsigned int min_width, unsigned int max_width);
/xen/xen/common/
A Dpage_alloc.c2459 unsigned int node, unsigned int min_width, unsigned int max_width) in avail_domheap_pages_region() argument
2466 zone_hi = max_width ? bits_to_zone(max_width) : (NR_ZONES - 1); in avail_domheap_pages_region()
/xen/tools/libxc/
A Dxc_domain.c1354 int max_width, in xc_availheap() argument
1363 sysctl.u.availheap.max_bitwidth = max_width; in xc_availheap()
/xen/tools/libxc/include/
A Dxenctrl.h1536 int xc_availheap(xc_interface *xch, int min_width, int max_width, int node,

Completed in 23 milliseconds