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

/illumos-gate/usr/src/uts/sparc/os/
H A Discsi_boot.c45 ib_boot_prop_t boot_property; variable
83 (uchar_t *)&boot_property.boot_tgt.tgt_ip_u) ==
85 boot_property.boot_tgt.sin_family = AF_INET;
102 boot_property.boot_tgt.tgt_port =
109 boot_property.boot_tgt.tgt_port = 3260;
120 (&boot_property.boot_tgt.tgt_boot_lun[0]))
127 bzero((void *)boot_property.boot_tgt.tgt_boot_lun, 8);
138 boot_property.boot_tgt.tgt_tpgt =
145 boot_property.boot_tgt.tgt_tpgt = 1;
150 boot_property
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dibft.c195 ib_boot_prop_t boot_property; /* static allocated */ variable
371 boot_property.boot_init.ini_name =
374 boot_property.boot_init.ini_name_len =
377 (char *)boot_property.boot_init.ini_name,
481 &boot_property.boot_nic.nic_ip_u, &af);
486 boot_property.boot_nic.sin_family = af;
489 &boot_property.boot_nic.nic_gw_u, NULL);
495 &boot_property.boot_nic.nic_dhcp_u, NULL);
500 bcopy(nicp->mac, boot_property.boot_nic.nic_mac, 6);
501 boot_property
[all...]

Completed in 54 milliseconds