Searched refs:ndom (Results 1 – 4 of 4) sorted by relevance
152 INIT_LIST_HEAD(&prv->ndom); in null_init()229 struct null_dom *ndom; in null_alloc_domdata() local233 if ( ndom == NULL ) in null_alloc_domdata()236 ndom->dom = d; in null_alloc_domdata()239 list_add_tail(&ndom->ndom_elem, &null_priv(ops)->ndom); in null_alloc_domdata()242 return (void*)ndom; in null_alloc_domdata()260 struct null_dom *ndom; in null_dom_init() local266 if ( ndom == NULL ) in null_dom_init()269 d->sched_priv = ndom; in null_dom_init()700 if ( ndom ) in null_vcpu_check()[all …]
413 let ndom = Xenctrl.with_intf (fun xc ->415 Connections.add_domain cons ndom;417 ndom
183 let ndom =189 Connections.add_domain cons ndom;
810 unsigned int ndom = 0; in get_assigned_devices() local817 domlist = libxl__xs_directory(gc, XBT_NULL, "/local/domain", &ndom); in get_assigned_devices()818 for (i = 0; i < ndom; i++) { in get_assigned_devices()
Completed in 14 milliseconds