HomeSort by: relevance | last modified time | path
    Searched defs:unload (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
priv.h 23 const struct nvkm_acr_hsf_fwif *unload; member in struct:nvkm_acr_func
  /src/tests/modules/
t_modctl.c 58 static int unload(const char *, bool);
314 * printed and no errors will be raised if the unload was unsuccessful.
317 unload(const char *name, bool fatal) function in typeref:typename:int
330 atf_tc_fail("Module unload failed");
336 * A silent version of unload, to be called as part of the cleanup
402 unload("k_helper", true);
422 unload("k_helper", true);
442 unload("k_helper", true);
478 unload("k_helper", true);
479 unload("k_helper2", true)
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_drv.h 248 * @unload:
258 * The unload() hook is called right after unregistering
262 void (*unload) (struct drm_device *); member in struct:drm_driver
  /src/sys/dev/pci/
ld_virtio.c 482 bool unload = false; local in function:ld_virtio_info
520 unload = true;
577 if (unload) {
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 710 int (*unload)(struct drm_device *); member in struct:drm_driver_info

Completed in 14 milliseconds