Searched refs:plugin (Results 1 – 6 of 6) sorted by relevance
3 (** To avoid breaking the plugin interface, this module needs to be6 of this interface and break the plugin system.14 corresponding plugin should be created.
30 | None -> failwith "No plugin loaded"
31 Printf.ksprintf !P.logging_function "Registration of %s plugin started\n%!"34 Printf.ksprintf !P.logging_function "Registration of %s plugin successful\n%!"
2 description = "Xenstored plugin for Xenctrl.domain_getinfo unstable interface - V1"
332 fsig_init(fsi_plugin_t *plugin, fsig_plugin_ops_t *ops) in fsig_init() argument337 plugin->fp_data = ops; in fsig_init()
29 error "ERROR loading plugin '%s': %s\n%!" fname32 | _ -> fail_with "Unknown error while loading plugin"38 debug "Trying to load plugin '%s'\n%!" filepath;
Completed in 33 milliseconds