Lines Matching refs:boot_kobj
628 struct iscsi_boot_kobj *boot_kobj = NULL;
648 boot_kobj = iscsi_boot_create_initiator(boot_kset, hdr->index,
653 if (!boot_kobj) {
664 boot_kobj = iscsi_boot_create_ethernet(boot_kset, hdr->index,
669 if (!boot_kobj) {
680 boot_kobj = iscsi_boot_create_target(boot_kset, hdr->index,
685 if (!boot_kobj) {
721 rc = sysfs_create_link(&boot_kobj->kobj,
741 struct iscsi_boot_kobj *boot_kobj;
780 boot_kobj = iscsi_boot_create_acpitbl(boot_kset, 0,
785 if (!boot_kobj) {
795 struct iscsi_boot_kobj *boot_kobj, *tmp_kobj;
798 list_for_each_entry_safe(boot_kobj, tmp_kobj,
800 ibft_kobj = boot_kobj->data;
802 sysfs_remove_link(&boot_kobj->kobj, "device");