| /src/sys/arch/alpha/common/ |
| bus_dma.c | 448 * chipset-specific DMA map unload functions. 465 DMA_COUNT_DECL(unload); variable 471 DMA_COUNT(unload);
|
| sgmap_typedep.c | 591 DMA_COUNT_DECL(unload); variable 598 DMA_COUNT(unload);
|
| /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 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/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| sym-file-loader.c | 183 /* Unload/unmap a segment. */ 186 unload (struct segment *seg) function 200 unload (seg);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| sym-file-loader.c | 183 /* Unload/unmap a segment. */ 186 unload (struct segment *seg) function 200 unload (seg);
|
| /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 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
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Experiment.cc | 2474 // Not a duplicate; implicitly unload the old one 2503 case MapRecord::UNLOAD: 6440 fprintf (outfile, GTXT ("Address Size (hex) Load time Unload time Checksum Name\n")); 6444 timestruc_t unload; local 6453 unload.tv_sec = 0; 6454 unload.tv_nsec = 0; 6457 hr2timestruc (&unload, (s->unload_time - exp_start_time)); 6467 (long long) unload.tv_sec, (long long) unload.tv_nsec,
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Experiment.cc | 2474 // Not a duplicate; implicitly unload the old one 2503 case MapRecord::UNLOAD: 6440 fprintf (outfile, GTXT ("Address Size (hex) Load time Unload time Checksum Name\n")); 6444 timestruc_t unload; local 6453 unload.tv_sec = 0; 6454 unload.tv_nsec = 0; 6457 hr2timestruc (&unload, (s->unload_time - exp_start_time)); 6467 (long long) unload.tv_sec, (long long) unload.tv_nsec,
|