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

12

/freebsd-11.0-release/share/examples/kld/cdev/
H A DMakefile7 load unload: _SUBDIR
/freebsd-11.0-release/share/examples/kld/syscall/
H A DMakefile7 load unload: _SUBDIR
/freebsd-11.0-release/share/examples/kld/cdev/test/
H A DMakefile88 unload:
90 @echo "has been successfully unloaded by building 'unload' in"
/freebsd-11.0-release/sys/modules/dtrace/
H A DMakefile.inc16 unload :
/freebsd-11.0-release/contrib/netbsd-tests/modules/
H A Dt_modctl.c56 static int unload(const char *, bool);
251 * printed and no errors will be raised if the unload was unsuccessful.
254 unload(const char *name, bool fatal) function
267 atf_tc_fail("Module unload failed");
273 * A silent version of unload, to be called as part of the cleanup
339 unload("k_helper", true);
359 unload("k_helper", true);
379 unload("k_helper", true);
415 unload("k_helper", true);
416 unload("k_helper
[all...]
/freebsd-11.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-11.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-11.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.c94 dev->driver->unload = mga_driver_unload;
H A Dradeon_drv.c56 dev->driver->unload = radeon_driver_unload;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsomsolib.c194 addr_and_unwind_t unload; member in struct:__anon1607
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-11.0-release/sys/boot/common/
H A Dinstall.c252 * Point of no return: unload anything that may have been
255 unload();
306 unload();
H A Dbootstrap.h222 void unload(void);
H A Dmodule.c222 unload(void) function
235 COMMAND_SET(unload, "unload", "unload all modules", command_unload);
240 unload();
/freebsd-11.0-release/sys/conf/
H A Dkmod.mk29 # KMODUNLOAD Command to unload a kernel module [/sbin/kldunload]
59 # unload:
338 .if !target(unload)
339 unload: .PHONY
344 reload: unload load .PHONY
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_pci.c389 if (dev->driver->unload)
390 dev->driver->unload(dev);
H A Ddrm_stub.c430 * Called via drm_exit() at module unload time or when pci device is
464 if (dev->driver->unload)
465 dev->driver->unload(dev);
/freebsd-11.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.c231 if (ch->dma.unload) {
232 ch->dma.unload(request);
350 ch->dma.unload(request);
460 ch->dma.unload(request);
H A Data-all.c295 if (ch->dma.unload)
296 ch->dma.unload(request);
719 if (ch->dma.unload)
720 ch->dma.unload(request);
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_drv.c207 .unload = radeon_driver_unload_kms,
/freebsd-11.0-release/sys/powerpc/powermac/
H A Data_dbdma.c253 ch->dma.unload(request);

Completed in 146 milliseconds

12