Definitions for vdevs
All the functions that vdev-core.h provides are thread safe.
Function | When used | Notes |
---|---|---|
guest_cpu_to_vrs() | Running | |
vdev_get_vdevpeer() | Startup | |
vdev_path() | Startup | |
vdev_pulse() | Startup, running | |
vdev_register_factory() | Startup | Constructor. |
vdev_register_for_system_pulse() | Startup | |
vdev_string() | Startup, running (see notes) | Do not malloc() at runtime. |
vdev_thread_create() | Running | |
vdev_thread_setname() | Running | |
vdev_verify_unique() | Startup |