4.4 FJSVwdl Driver
WARNING: FJSVwdl: _init: ddi_soft_state_init failed.
- Meaning
- Failed to incorporate the FJSVwdl driver into the system due to the abnormal termination of ddi_soft_state_init(9F).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: _init: mod_install failed.
- Meaning
- Failed to incorporate the FJSVwdl driver into the system due to the abnormal termination of mod_install(9F) (incorporates the driver into the system).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: wdl_attach: ddi_get_soft_state_zalloc failed.
- Meaning
- Failed to incorporate the FJSVwdl driver into the system due to the abnormal termination of ddi_soft_state_zalloc(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: wdl_attach: ddi_get_soft_state failed.
- Meaning
- Failed to incorporate the FJSVwdl driver into the system due to the abnormal termination of ddi_get_soft_state(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: wdl_detach: ddi_get_soft_state failed.
- Meaning
- Could not detach the FJSVwdl driver due to the abnormal termination of ddi_get_soft_state(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: wdl_ioctl: ddi_get_soft_state failed.
- Meaning
- Could not ioctl the FJSVwdl driver due to the abnormal termination of ddi_get_soft_state(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: wdl_read: ddi_get_softstate failed.
- Meaning
- Could not read the FJSVwdl driver due to the abnormal termination of ddi_get_softstate(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: wdl_mmap: ddi_get_soft_state failed.
- Meaning
- Could not mmap the FJSVwdl driver due to the abnormal termination of ddi_get_soft_state(9F) (allocates an area for the driver).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: wdl_attach: ddi_regs_map_setup failed.
- Meaning
- Failed to incorporate the FJSVwdl driver into the system due to the abnormal termination of ddi_regs_map_setup(9F) (maps register).
- Action
- Allocate memory since there might not be enough kernel resources.
WARNING: FJSVwdl: wdl_attach: ddi_create_minor_node failed.
- Meaning
- Failed to incorporate the FJSVwdl driver into the system because the creation of the device minor node failed.
- Action
- Allocate memory since there might not be enough kernel resources.
All Rights Reserved, Copyright(C) FUJITSU LIMITED 2005