Searched refs:boot_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c4017 emlxs_get_boot_config(emlxs_hba_t *hba, uint8_t *boot_state) argument
4066 *boot_state = boot_cfg->params.response.boot_status;
4074 emlxs_set_boot_config(emlxs_hba_t *hba, uint8_t boot_state) argument
4113 boot_cfg->params.request.boot_status = boot_state;
5719 uint8_t boot_state = 0; local
5729 if (emlxs_get_boot_config(hba, &boot_state)) {
5737 if (! boot_state) {
5742 boot_state = 0;
5743 if (emlxs_set_boot_config(hba, boot_state)) {
5751 if (emlxs_get_boot_config(hba, &boot_state)) {
5813 uint8_t boot_state = 0; local
5927 uint8_t boot_state = 0; local
[all...]

Completed in 66 milliseconds