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

/illumos-gate/usr/src/uts/common/os/
H A Discsiboot_prop.c44 extern ib_boot_prop_t *iscsiboot_prop;
173 if (iscsiboot_prop == NULL) {
178 &iscsiboot_prop->boot_init);
180 iscsi_print_nic_property(&iscsiboot_prop->boot_nic);
182 iscsi_print_tgt_property(&iscsiboot_prop->boot_tgt);
252 if (iscsiboot_prop == NULL) {
255 tmp = iscsiboot_prop;
256 iscsiboot_prop = NULL;
299 if (iscsiboot_prop == NULL)
301 if (iscsiboot_prop
[all...]
H A Dswapgeneric.c115 extern ib_boot_prop_t *iscsiboot_prop;
188 if (netboot && iscsiboot_prop) {
194 if (netboot || iscsiboot_prop) {
202 if ((ret == 0) && iscsiboot_prop) {
290 if ((d == NODEV) && (iscsiboot_prop != NULL)) {
H A Dmain.c371 extern ib_boot_prop_t *iscsiboot_prop;
504 if (netboot == 0 && iscsiboot_prop == NULL)
H A Dspace.c384 ib_boot_prop_t *iscsiboot_prop = NULL; variable
H A Ddevcfg.c3654 extern ib_boot_prop_t *iscsiboot_prop;
3858 if ((iscsiboot_prop != NULL) &&
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c77 extern ib_boot_prop_t *iscsiboot_prop;
267 if ((modrootloaded == 0) && (iscsiboot_prop != NULL)) {
271 iscsi_boot_session_create(ihp, iscsiboot_prop);
761 if (!modrootloaded && (iscsiboot_prop != NULL)) {
786 iscsiboot_prop);
809 iscsiboot_prop->boot_tgt.lun_online;
866 if (!modrootloaded && iscsiboot_prop != NULL) {
889 iscsiboot_prop);
912 iscsiboot_prop->boot_tgt.lun_online;
1130 if (iscsiboot_prop
[all...]
H A Discsi_lun.c53 extern ib_boot_prop_t *iscsiboot_prop;
199 if (iscsiboot_prop != NULL && isp->sess_boot == B_TRUE &&
200 iscsiboot_prop->boot_tgt.lun_online == 0) {
202 (uint64_t *)iscsiboot_prop->boot_tgt.tgt_boot_lun;
209 iscsiboot_prop->boot_tgt.lun_online = 1;
570 if (iscsiboot_prop != NULL &&
571 iscsiboot_prop->boot_tgt.lun_online == 0) {
575 (uint64_t *)iscsiboot_prop->boot_tgt.tgt_boot_lun;
582 iscsiboot_prop->boot_tgt.lun_online = 1;
H A Discsi_net.c153 extern ib_boot_prop_t *iscsiboot_prop;
882 if (iscsiboot_prop->boot_nic.sin_family == AF_INET) {
890 iscsiboot_prop->boot_nic.nic_ip_u.u_in4.s_addr;
892 mask_prefix = iscsiboot_prop->boot_nic.sub_mask_prefix;
909 iscsiboot_prop->boot_nic.nic_gw_u.u_in4.s_addr;
943 bcopy(&iscsiboot_prop->boot_nic.nic_ip_u.u_in6.s6_addr,
947 mask_prefix = iscsiboot_prop->boot_nic.sub_mask_prefix;
H A Discsi_sess.c681 extern ib_boot_prop_t *iscsiboot_prop;
815 if (iscsiboot_prop == NULL) {
819 if (iscsiboot_prop->boot_init.ini_chap_sec == NULL) {
824 (void) bcopy(iscsiboot_prop->boot_init.ini_chap_sec,
826 strlen((char *)iscsiboot_prop->boot_init.ini_chap_sec));
832 if (iscsiboot_prop->boot_init.ini_chap_name == NULL) {
836 tmp = iscsiboot_prop->boot_init.ini_chap_name;
842 strlen((char *)iscsiboot_prop->boot_init.ini_chap_sec);
844 if (iscsiboot_prop->boot_tgt.tgt_chap_sec != NULL) {
848 tmp = iscsiboot_prop
[all...]
H A Discsi.c66 extern ib_boot_prop_t *iscsiboot_prop;
432 if (iscsiboot_prop == NULL) {
1180 if ((modrootloaded == 0) && (iscsiboot_prop != NULL)) {
1863 if (iscsiboot_prop) {
2020 if (iscsiboot_prop &&
2083 if (iscsiboot_prop) {
4349 if (iscsiboot_prop) {
4376 if (iscsiboot_prop) {
4410 if (iscsiboot_prop == NULL) {
4419 if (iscsiboot_prop
[all...]
H A Discsi_conn.c32 extern ib_boot_prop_t *iscsiboot_prop;
727 if (iscsiboot_prop && modrootloaded &&
858 if (iscsiboot_prop && (ics->ics_out > 1) && isp->sess_boot &&
880 if (iscsiboot_prop && (idx == ISCSI_MAX_CONFIG_SESSIONS)) {
H A Discsi_ioctl.c41 extern ib_boot_prop_t *iscsiboot_prop;
903 if (iscsiboot_prop &&
964 if (iscsiboot_prop &&
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c69 extern ib_boot_prop_t *iscsiboot_prop;
330 if (iscsiboot_prop != NULL) {
331 af = iscsiboot_prop->boot_nic.sin_family;
522 else if (iscsiboot_prop != NULL) {
574 } else if (iscsiboot_prop != NULL) {
575 bcopy(iscsiboot_prop->boot_nic.nic_mac,
/illumos-gate/usr/src/uts/sparc/os/
H A Discsi_boot.c46 extern ib_boot_prop_t *iscsiboot_prop;
359 * Manully construct iscsiboot_prop table based on
365 if (iscsiboot_prop != NULL)
371 iscsiboot_prop = &boot_property;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dibft.c196 extern ib_boot_prop_t *iscsiboot_prop; /* to be filled */
733 * If there is a valid table then set the iscsiboot_prop
782 iscsiboot_prop = &boot_property;
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c4540 extern ib_boot_prop_t *iscsiboot_prop;
4587 if (netboot && iscsiboot_prop) {
4593 if (netboot || iscsiboot_prop) {
4601 if ((ret == 0) && iscsiboot_prop) {

Completed in 97 milliseconds