Searched refs:boot_kobj (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Discsi_boot_sysfs.c43 struct iscsi_boot_kobj *boot_kobj = local
53 if (boot_kobj->show)
54 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str);
64 struct iscsi_boot_kobj *boot_kobj = local
67 kfree(boot_kobj->data);
68 kfree(boot_kobj);
117 struct iscsi_boot_kobj *boot_kobj = local
121 return boot_kobj->is_visible(boot_kobj
198 struct iscsi_boot_kobj *boot_kobj = local
270 struct iscsi_boot_kobj *boot_kobj = local
310 struct iscsi_boot_kobj *boot_kobj; local
346 iscsi_boot_remove_kobj(struct iscsi_boot_kobj *boot_kobj) argument
473 struct iscsi_boot_kobj *boot_kobj, *tmp_kobj; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Discsi_boot_sysfs.c43 struct iscsi_boot_kobj *boot_kobj = local
53 if (boot_kobj->show)
54 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str);
64 struct iscsi_boot_kobj *boot_kobj = local
67 kfree(boot_kobj->data);
68 kfree(boot_kobj);
117 struct iscsi_boot_kobj *boot_kobj = local
121 return boot_kobj->is_visible(boot_kobj
198 struct iscsi_boot_kobj *boot_kobj = local
270 struct iscsi_boot_kobj *boot_kobj = local
310 struct iscsi_boot_kobj *boot_kobj; local
346 iscsi_boot_remove_kobj(struct iscsi_boot_kobj *boot_kobj) argument
473 struct iscsi_boot_kobj *boot_kobj, *tmp_kobj; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/firmware/
H A Discsi_ibft.c575 struct iscsi_boot_kobj *boot_kobj = NULL; local
595 boot_kobj = iscsi_boot_create_initiator(boot_kset, hdr->index,
599 if (!boot_kobj) {
610 boot_kobj = iscsi_boot_create_ethernet(boot_kset, hdr->index,
614 if (!boot_kobj) {
625 boot_kobj = iscsi_boot_create_target(boot_kset, hdr->index,
629 if (!boot_kobj) {
664 rc = sysfs_create_link(&boot_kobj->kobj,
717 struct iscsi_boot_kobj *boot_kobj, *tmp_kobj; local
720 list_for_each_entry_safe(boot_kobj, tmp_kob
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/firmware/
H A Discsi_ibft.c575 struct iscsi_boot_kobj *boot_kobj = NULL; local
595 boot_kobj = iscsi_boot_create_initiator(boot_kset, hdr->index,
599 if (!boot_kobj) {
610 boot_kobj = iscsi_boot_create_ethernet(boot_kset, hdr->index,
614 if (!boot_kobj) {
625 boot_kobj = iscsi_boot_create_target(boot_kset, hdr->index,
629 if (!boot_kobj) {
664 rc = sysfs_create_link(&boot_kobj->kobj,
717 struct iscsi_boot_kobj *boot_kobj, *tmp_kobj; local
720 list_for_each_entry_safe(boot_kobj, tmp_kob
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/be2iscsi/
H A Dbe_main.c396 struct iscsi_boot_kobj *boot_kobj; local
403 boot_kobj = iscsi_boot_create_target(phba->boot_kset, 0, phba,
406 if (!boot_kobj)
409 boot_kobj = iscsi_boot_create_initiator(phba->boot_kset, 0, phba,
412 if (!boot_kobj)
415 boot_kobj = iscsi_boot_create_ethernet(phba->boot_kset, 0, phba,
418 if (!boot_kobj)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_main.c396 struct iscsi_boot_kobj *boot_kobj; local
403 boot_kobj = iscsi_boot_create_target(phba->boot_kset, 0, phba,
406 if (!boot_kobj)
409 boot_kobj = iscsi_boot_create_initiator(phba->boot_kset, 0, phba,
412 if (!boot_kobj)
415 boot_kobj = iscsi_boot_create_ethernet(phba->boot_kset, 0, phba,
418 if (!boot_kobj)

Completed in 156 milliseconds