Searched refs:unload (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt.h198 mpt_unload_handler_t *unload; /* Shutdown personality */ member in struct:mpt_personality
199 #define MPT_PERS_LAST_HANDLER(pers) (&(pers)->unload)
H A Dmpt.c208 .unload = mpt_stdunload
229 .unload = mpt_core_unload,
292 error = pers->unload(pers);
/freebsd-11.0-release/sys/dev/drm/
H A Ddrm_drv.c528 * lastclose and firstopen or unload) because these aren't actually
544 if (dev->driver->unload != NULL) {
546 dev->driver->unload(dev);
H A DdrmP.h550 int (*unload)(struct drm_device *); member in struct:drm_driver_info
/freebsd-11.0-release/sys/dev/ata/
H A Data-all.h374 int (*unload)(struct ata_request *request); member in struct:ata_dma
H A Data-pci.c526 device_printf(dev, "DMA reset calling unload\n");
527 ch->dma.unload(request);
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh537 * Detach the driver (e.g. module unload),
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_drv.c1091 .unload = i915_driver_unload,
/freebsd-11.0-release/sys/dev/drm2/
H A DdrmP.h701 int (*unload) (struct drm_device *); member in struct:drm_driver
/freebsd-11.0-release/sys/net/
H A Diflib.c1958 rxd_frag_to_sd(iflib_rxq_t rxq, if_rxd_frag_t irf, int *cltype, int unload) argument
1981 if (unload)
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.js3883 jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
8055 var // #5280: Internet Explorer will keep connections alive if we don't abort on unload
8248 // and attach the unload handler
8251 jQuery( window ).unload( xhrOnUnloadAbort );

Completed in 127 milliseconds

12