Searched refs:nc (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_cfg.c | 603 int len, c, nc; in xlu__cfgl_dequote() local 621 nc= *p++; in xlu__cfgl_dequote() 622 if (nc=='"' || nc=='\'' || nc=='\\') { in xlu__cfgl_dequote() 623 *q++= nc; in xlu__cfgl_dequote() 624 } else if (nc=='a') { *q++= '\007'; in xlu__cfgl_dequote() 625 } else if (nc=='b') { *q++= '\010'; in xlu__cfgl_dequote() 627 } else if (nc=='n') { *q++= '\n'; in xlu__cfgl_dequote() 628 } else if (nc=='r') { *q++= '\r'; in xlu__cfgl_dequote() 629 } else if (nc=='t') { *q++= '\t'; in xlu__cfgl_dequote() 631 } else if (nc=='x') { in xlu__cfgl_dequote() [all …]
|
A D | libxl_usb.c | 914 unsigned int nc = 0; in get_assigned_devices() local 921 libxl_vusbs_path, &nc); in get_assigned_devices() 923 for (j = 0; j < nc; j++) { in get_assigned_devices() 1051 unsigned int nc = 0; in libxl_device_usbdev_list() local 1060 usbctrls = libxl__xs_directory(gc, XBT_NULL, libxl_vusbs_path, &nc); in libxl_device_usbdev_list() 1062 for (i = 0; i < nc; i++) { in libxl_device_usbdev_list()
|
/xen/tools/libxc/ |
A D | xc_cpuid_x86.c | 617 if ( p->extd.nc < 0x7f ) in xc_cpuid_apply_policy() 622 p->extd.nc = (p->extd.nc << 1) | 1; in xc_cpuid_apply_policy()
|
/xen/tools/ocaml/xenstored/ |
A D | store.ml | 172 let nc = lookup_modify c l fct in 173 Node.replace_child n c nc 303 let nc = Node.set_perms c perms in 304 Node.replace_child node c nc
|
/xen/xen/arch/x86/ |
A D | mm.c | 612 typeof(pg->linear_pt_count) nc = read_atomic(&pg->linear_pt_count), oc; in inc_linear_entries() 623 BUILD_BUG_ON(sizeof(nc) >= sizeof(int)); in inc_linear_entries() 624 oc = nc++; in inc_linear_entries() 625 if ( nc <= 0 ) in inc_linear_entries() 627 nc = cmpxchg(&pg->linear_pt_count, oc, nc); in inc_linear_entries() 628 } while ( oc != nc ); in inc_linear_entries() 647 BUILD_BUG_ON(sizeof(nc) >= sizeof(int)); in inc_linear_uses() 648 oc = nc--; in inc_linear_uses() 649 if ( nc >= 0 ) in inc_linear_uses() 651 nc = cmpxchg(&pg->linear_pt_count, oc, nc); in inc_linear_uses() [all …]
|
/xen/xen/include/xen/lib/x86/ |
A D | cpuid.h | 265 uint32_t nc:8, :4, apic_id_size:4, :16; member
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 2007 apicidsize brandid clflush family localapicid maxleaf maxhvleaf model nc
|
Completed in 236 milliseconds