Lines Matching refs:boot_kobj
630 struct iscsi_boot_kobj *boot_kobj = NULL;
650 boot_kobj = iscsi_boot_create_initiator(boot_kset, hdr->index,
655 if (!boot_kobj) {
666 boot_kobj = iscsi_boot_create_ethernet(boot_kset, hdr->index,
671 if (!boot_kobj) {
682 boot_kobj = iscsi_boot_create_target(boot_kset, hdr->index,
687 if (!boot_kobj) {
723 rc = sysfs_create_link(&boot_kobj->kobj,
743 struct iscsi_boot_kobj *boot_kobj;
782 boot_kobj = iscsi_boot_create_acpitbl(boot_kset, 0,
787 if (!boot_kobj) {
797 struct iscsi_boot_kobj *boot_kobj, *tmp_kobj;
800 list_for_each_entry_safe(boot_kobj, tmp_kobj,
802 ibft_kobj = boot_kobj->data;
804 sysfs_remove_link(&boot_kobj->kobj, "device");