Lines Matching refs:devs
771 char **kinds = NULL, **devs = NULL; in libxl__devices_destroy() local
795 devs = libxl__xs_directory(gc, XBT_NULL, path, &num_dev_xsentries); in libxl__devices_destroy()
796 if (!devs) in libxl__devices_destroy()
800 domid, kinds[i], devs[j]); in libxl__devices_destroy()
806 dev->devid = atoi(devs[j]); in libxl__devices_destroy()
1743 char **kinds = NULL, **domains = NULL, **devs = NULL; in libxl_device_events_handler() local
1776 devs = libxl__xs_directory(gc, XBT_NULL, in libxl_device_events_handler()
1778 if (!devs) in libxl_device_events_handler()
1782 be_path, kinds[i], domains[j], devs[k]); in libxl_device_events_handler()
1818 void **devs = libxl__device_type_get_ptr(dt, d_config); in device_add_domain_config() local
1819 *devs = libxl__realloc(NOGC, *devs, in device_add_domain_config()