Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg.c485 int len, c, nc; in xlu__cfgl_dequote() local
503 nc= *p++; in xlu__cfgl_dequote()
504 if (nc=='"' || nc=='\'' || nc=='\\') { in xlu__cfgl_dequote()
505 *q++= nc; in xlu__cfgl_dequote()
506 } else if (nc=='a') { *q++= '\007'; in xlu__cfgl_dequote()
507 } else if (nc=='b') { *q++= '\010'; in xlu__cfgl_dequote()
509 } else if (nc=='n') { *q++= '\n'; in xlu__cfgl_dequote()
510 } else if (nc=='r') { *q++= '\r'; in xlu__cfgl_dequote()
511 } else if (nc=='t') { *q++= '\t'; in xlu__cfgl_dequote()
513 } else if (nc=='x') { in xlu__cfgl_dequote()
[all …]
A Dlibxl_usb.c821 unsigned int nc = 0; in get_assigned_devices() local
827 libxl_vusbs_path, &nc); in get_assigned_devices()
829 for (j = 0; j < nc; j++) { in get_assigned_devices()
957 unsigned int nc = 0; in libxl_device_usbdev_list() local
964 usbctrls = libxl__xs_directory(gc, XBT_NULL, libxl_vusbs_path, &nc); in libxl_device_usbdev_list()
966 for (i = 0; i < nc; i++) { in libxl_device_usbdev_list()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dstore.ml165 let nc = lookup_modify c l fct in
166 Node.replace_child n c nc
288 let nc = Node.set_perms c perms in
289 Node.replace_child node c nc
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c643 typeof(pg->linear_pt_count) nc = read_atomic(&pg->linear_pt_count), oc; in inc_linear_entries()
654 BUILD_BUG_ON(sizeof(nc) >= sizeof(int)); in inc_linear_entries()
655 oc = nc++; in inc_linear_entries()
656 if ( nc <= 0 ) in inc_linear_entries()
658 nc = cmpxchg(&pg->linear_pt_count, oc, nc); in inc_linear_entries()
659 } while ( oc != nc ); in inc_linear_entries()
678 BUILD_BUG_ON(sizeof(nc) >= sizeof(int)); in inc_linear_uses()
679 oc = nc--; in inc_linear_uses()
680 if ( nc >= 0 ) in inc_linear_uses()
682 nc = cmpxchg(&pg->linear_pt_count, oc, nc); in inc_linear_uses()
[all …]
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in1754 apicidsize brandid clflush family localapicid maxleaf maxhvleaf model nc

Completed in 43 milliseconds