Searched refs:unload (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.0-release/share/examples/kld/cdev/
H A DMakefile5 load unload: _SUBDIR
/freebsd-10.0-release/share/examples/kld/syscall/
H A DMakefile5 load unload: _SUBDIR
/freebsd-10.0-release/share/examples/kld/cdev/test/
H A DMakefile86 unload:
88 @echo "has been successfully unloaded by building 'unload' in"
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh28 unload() function
32 # it would be possible to unload the fasttrap provider while USDT
92 echo $tst: could not unload dtrace
156 unload
179 unload
/freebsd-10.0-release/contrib/ipfilter/
H A Dml_ipl.c126 return unload(vdp, vdi);
136 static unload(vdp, vdi) function
H A Dmls_ipl.c57 static int unload __P((void));
169 return unload();
179 unload() function
/freebsd-10.0-release/sys/dev/drm/
H A Dsavage_drv.c53 dev->driver->unload = savage_driver_unload;
H A Dvia_drv.c52 dev->driver->unload = via_driver_unload;
H A Di915_drv.c84 dev->driver->unload = i915_driver_unload;
H A Dmga_drv.c98 dev->driver->unload = mga_driver_unload;
H A Dradeon_drv.c56 dev->driver->unload = radeon_driver_unload;
H A Ddrm_drv.c551 * lastclose and firstopen or unload) because these aren't actually
567 if (dev->driver->unload != NULL) {
569 dev->driver->unload(dev);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsomsolib.c194 addr_and_unwind_t unload; member in struct:__anon1333
1191 error ("Must have an unload event to use this query");
1239 dld_cache.unload.address = SYMBOL_VALUE (dld_msymbol);
1240 dld_cache.unload.unwind = find_unwind_entry (dld_cache.unload.address);
1249 if (dld_cache.unload.unwind != NULL)
1251 u = find_unwind_entry (dld_cache.unload.unwind->region_end + 4);
1278 && (dld_cache.unload.address != 0)
1327 || (u_pc == dld_cache.unload.unwind)
1546 dld_cache.unload
[all...]
/freebsd-10.0-release/sys/conf/
H A Dkmod.mk29 # KMODUNLOAD Command to unload a kernel module [/sbin/kldunload]
59 # unload:
313 .if !target(unload)
314 unload:
/freebsd-10.0-release/sys/dev/ata/
H A Data-dma.c79 if (ch->dma.unload == NULL)
80 ch->dma.unload = ata_dmaunload;
H A Data-lowlevel.c224 if (ch->dma.unload) {
225 ch->dma.unload(request);
343 ch->dma.unload(request);
453 ch->dma.unload(request);
H A Data-all.c299 if (ch->dma.unload)
300 ch->dma.unload(request);
642 if (ch->dma.unload)
643 ch->dma.unload(request);
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_drv.c241 .unload = radeon_driver_unload,
362 .unload = radeon_driver_unload_kms,
/freebsd-10.0-release/sys/powerpc/powermac/
H A Data_dbdma.c253 ch->dma.unload(request);
/freebsd-10.0-release/sys/arm/mv/
H A Dmv_sata.c619 ch->dma.unload(request);
689 ch->dma.unload(request);
/freebsd-10.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-10.0-release/sys/dev/drm2/
H A Ddrm_drv.c660 * lastclose and firstopen or unload) because these aren't actually
676 if (dev->driver->unload != NULL) {
678 dev->driver->unload(dev);
/freebsd-10.0-release/share/examples/drivers/
H A Dmake_device_driver.sh537 * Detach the driver (e.g. module unload),
/freebsd-10.0-release/sys/boot/common/
H A Dmodule.c195 COMMAND_SET(unload, "unload", "unload all modules", command_unload);

Completed in 306 milliseconds

12