Searched defs:unload (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/sun_fc/common/ |
| H A D | HBAList.cc | 64 HBA_STATUS HBAList::unload() { function in class:HBAList 65 Trace log("HBAList::unload");
|
| /illumos-gate/usr/src/cmd/avs/sv/ |
| H A D | svboot.c | 98 "\t%s -u prepare for sv unload\n"), program); 193 int Cflag, resume, suspend, unload; local 201 Cflag = unload = resume = suspend = 0; 228 unload++; 249 if ((resume + suspend + unload) > 1) { 255 if (!resume && !suspend && !unload) { 283 else if (unload) 509 * if empty then change kernel state to allow unload, 527 error(NULL, gettext("unable to unload"));
|
| /illumos-gate/usr/src/boot/sys/boot/common/ |
| H A D | module.c | 227 unload(void) function 240 COMMAND_SET(unload, "unload", "unload all modules", command_unload); 246 unload();
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | modctl.c | 2376 case MODUNLOAD: /* unload a module */ 2534 case MODUNLOADDRVCONF: /* unload driver.conf file for major */ 2702 * a module unload attempt can occur at any time - it is up to the 2703 * _fini/mod_remove implementation to determine if unload will succeed. 2818 * Try to uninstall and unload a module, removing a reference if caller 2822 modunrload(modid_t id, struct modctl **rmodp, int unload) argument 2842 if (unload) { 2857 * Uninstall and unload a module. 3019 * unload the module. 3516 * to this module. Then you can't unload thi [all...] |
| /illumos-gate/usr/src/uts/common/io/drm/ |
| H A D | drmP.h | 645 int (*unload)(struct drm_device *); member in struct:drm_driver_info
|
Completed in 59 milliseconds