Home
last modified time | relevance | path

Searched refs:bootproto (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dzimage.c102 int bootproto; in load_zimage() local
128 bootproto = get_boot_protocol(hdr); in load_zimage()
131 (bootproto & 0xff00) >> 8, bootproto & 0xff); in load_zimage()
133 if (bootproto >= 0x0200) { in load_zimage()
145 big_image = (bootproto >= 0x0200) && in load_zimage()
158 if (bootproto >= 0x0204) in load_zimage()
163 if (bootproto == 0x0100) { in load_zimage()
211 int bootproto = get_boot_protocol(hdr); in setup_zimage() local
216 if (bootproto == 0x0100) { in setup_zimage()
220 if (bootproto >= 0x0200) { in setup_zimage()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_iscsi.c336 iscsi_iface_net_attr(ipv4_iface, bootproto, ISCSI_NET_PARAM_IPV4_BOOTPROTO);