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

/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1455 * @boot_flag: Indicates if this record used by boot bios.
1462 * record can be used for SAN discovery, the boot_flag will indicate if this FCF
1472 uint32_t *boot_flag, uint32_t *addr_mode,
1497 *boot_flag = 0;
1512 *boot_flag = 0;
1591 *boot_flag = 1;
1593 *boot_flag = 0;
2122 uint32_t boot_flag, addr_mode; local
2152 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2283 if (boot_flag
1470 lpfc_match_fcf_conn_list(struct lpfc_hba *phba, struct fcf_record *new_fcf_record, uint32_t *boot_flag, uint32_t *addr_mode, uint16_t *vlan_id) argument
2497 uint32_t boot_flag, addr_mode; local
2600 uint32_t boot_flag, addr_mode; local
[all...]
/drivers/rtc/
H A Drtc-m41t80.c501 static int boot_flag; variable
636 return put_user(boot_flag, (int __user *)arg);

Completed in 68 milliseconds