Symbol: fcp_lun
usr/src/cmd/mdb/common/modules/fcp/fcp.c
199
if (mdb_vread(&lun, sizeof (struct fcp_lun), wsp->walk_addr) !=
usr/src/cmd/mdb/common/modules/fcp/fcp.c
200
sizeof (struct fcp_lun)) {
usr/src/cmd/mdb/common/modules/fcp/fcp.c
268
wsp->walk_data = mdb_alloc(sizeof (struct fcp_lun), UM_SLEEP);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
281
if (mdb_vread(wsp->walk_data, sizeof (struct fcp_lun),
usr/src/cmd/mdb/common/modules/fcp/fcp.c
291
(uintptr_t)(((struct fcp_lun *)wsp->walk_data)->lun_next);
usr/src/cmd/mdb/common/modules/fcp/fcp.c
302
mdb_free(wsp->walk_data, sizeof (struct fcp_lun));
usr/src/cmd/mdb/common/modules/fcp/fcp.c
39
static struct fcp_lun lun;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1013
pkt24->fcp_lun[2] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1015
pkt24->fcp_lun[3] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1017
pkt24->fcp_lun[0] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1019
pkt24->fcp_lun[1] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1021
pkt24->fcp_lun[6] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1023
pkt24->fcp_lun[7] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1025
pkt24->fcp_lun[4] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1027
pkt24->fcp_lun[5] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
712
pkt->fcp_lun[2] = lobyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
713
pkt->fcp_lun[3] = hibyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
714
pkt->fcp_lun[0] = lobyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
715
pkt->fcp_lun[1] = hibyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
716
pkt->fcp_lun[6] = lobyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
717
pkt->fcp_lun[7] = hibyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
718
pkt->fcp_lun[4] = lobyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
719
pkt->fcp_lun[5] = hibyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
851
pkt->fcp_lun[2] = cdma->cmd.fcp_lun[2] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
853
pkt->fcp_lun[3] = cdma->cmd.fcp_lun[3] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
855
pkt->fcp_lun[0] = cdma->cmd.fcp_lun[0] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
857
pkt->fcp_lun[1] = cdma->cmd.fcp_lun[1] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
859
pkt->fcp_lun[6] = cdma->cmd.fcp_lun[6] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
861
pkt->fcp_lun[7] = cdma->cmd.fcp_lun[7] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
863
pkt->fcp_lun[4] = cdma->cmd.fcp_lun[4] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
865
pkt->fcp_lun[5] = cdma->cmd.fcp_lun[5] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1364
pkt->mgmt.fcp_lun[2] = lobyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1365
pkt->mgmt.fcp_lun[3] = hibyte(fcp_ent_addr->ent_addr_0);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1366
pkt->mgmt.fcp_lun[0] = lobyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1367
pkt->mgmt.fcp_lun[1] = hibyte(fcp_ent_addr->ent_addr_1);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1368
pkt->mgmt.fcp_lun[6] = lobyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1369
pkt->mgmt.fcp_lun[7] = hibyte(fcp_ent_addr->ent_addr_2);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1370
pkt->mgmt.fcp_lun[4] = lobyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1371
pkt->mgmt.fcp_lun[5] = hibyte(fcp_ent_addr->ent_addr_3);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2320
pkt->cmd24.fcp_lun[2] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2322
pkt->cmd24.fcp_lun[3] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2324
pkt->cmd24.fcp_lun[0] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2326
pkt->cmd24.fcp_lun[1] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2328
pkt->cmd24.fcp_lun[6] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2330
pkt->cmd24.fcp_lun[7] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2332
pkt->cmd24.fcp_lun[4] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2334
pkt->cmd24.fcp_lun[5] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4509
pkt->cmd24.fcp_lun[2] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4511
pkt->cmd24.fcp_lun[3] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4513
pkt->cmd24.fcp_lun[0] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4515
pkt->cmd24.fcp_lun[1] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4517
pkt->cmd24.fcp_lun[6] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4519
pkt->cmd24.fcp_lun[7] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4521
pkt->cmd24.fcp_lun[4] =
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4523
pkt->cmd24.fcp_lun[5] =
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10821
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10907
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11026
struct fcp_lun *plun = scsi_device_hba_private_get(sd);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11070
struct fcp_lun *plun = ADDR2LUN(ap);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11277
struct fcp_lun *plun = ADDR2LUN(ap);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11301
struct fcp_lun *plun = ADDR2LUN(ap);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11381
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11491
struct fcp_lun *plun = ADDR2LUN(&pkt->pkt_address);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11624
struct fcp_lun *plun = ADDR2LUN(ap);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11813
struct fcp_lun *plun = ADDR2LUN(ap);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11966
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12072
struct fcp_lun *plun = ADDR2LUN(&sd->sd_address);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12105
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12376
struct fcp_lun *plun = elem->lun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12406
fcp_get_cip(struct fcp_lun *plun, child_info_t *cip, int lcount,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12437
fcp_is_dip_present(struct fcp_lun *plun, dev_info_t *cdip)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12470
fcp_is_child_present(struct fcp_lun *plun, child_info_t *cip)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12502
fcp_create_dip(struct fcp_lun *plun, int link_cnt, int tgt_cnt)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12697
fcp_create_pip(struct fcp_lun *plun, int lcount, int tcount)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12907
fcp_find_existing_dip(struct fcp_lun *plun, dev_info_t *pdip, caddr_t name)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13032
fcp_is_pip_present(struct fcp_lun *plun, mdi_pathinfo_t *pip)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13087
fcp_find_existing_pip(struct fcp_lun *plun, dev_info_t *pdip)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13107
fcp_online_child(struct fcp_lun *plun, child_info_t *cip, int lcount,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13284
fcp_offline_child(struct fcp_lun *plun, child_info_t *cip, int lcount,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13408
fcp_remove_child(struct fcp_lun *plun)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13601
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13798
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13872
struct fcp_lun *rlun, int tgt_cnt)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13875
struct fcp_lun *tlun, *nlun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
13882
struct fcp_lun *plun = ADDR2LUN(&cmd->cmd_pkt->pkt_address);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14105
static struct fcp_lun *
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14110
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14151
struct fcp_lun *plun)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14333
struct fcp_lun *
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14337
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14375
fcp_pass_to_hp_and_wait(struct fcp_port *pptr, struct fcp_lun *plun,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14421
fcp_pass_to_hp(struct fcp_port *pptr, struct fcp_lun *plun,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
1446
struct fcp_lun *plun = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14481
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14838
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14861
struct fcp_lun *next_lun = plun->lun_next;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14921
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15224
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15484
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15577
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15608
fcp_update_mpxio_path(struct fcp_lun *plun, child_info_t *cip, int what)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15643
fcp_get_lun_path(struct fcp_lun *plun)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15794
fcp_copy_guid_2_lun_block(struct fcp_lun *plun, char *guidp)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
1751
struct fcp_lun *plun = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2293
struct fcp_lun *plun = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2874
struct fcp_lun *plun = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
2993
fcp_symmetric_device_probe(struct fcp_lun *plun)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3845
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3848
struct fcp_lun *tplun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3924
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3982
struct fcp_lun *plun = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4129
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
457
static int fcp_send_scsi(struct fcp_lun *plun, uchar_t opcode,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
464
static struct fcp_lun *fcp_get_lun(struct fcp_tgt *ptgt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
471
static int fcp_trigger_lun(struct fcp_lun *plun, child_info_t *cip,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
479
static void fcp_offline_lun(struct fcp_lun *plun, int link_cnt, int tgt_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
481
static void fcp_prepare_offline_lun(struct fcp_lun *plun, int link_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
483
static void fcp_offline_lun_now(struct fcp_lun *plun, int link_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4862
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
487
static void fcp_update_offline_flags(struct fcp_lun *plun);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
488
static struct fcp_pkt *fcp_scan_commands(struct fcp_lun *plun);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4944
struct fcp_lun *pseq_lun = NULL;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
497
static struct fcp_lun *fcp_alloc_lun(struct fcp_tgt *ptgt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
498
static void fcp_dealloc_lun(struct fcp_lun *plun);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
529
static child_info_t *fcp_get_cip(struct fcp_lun *plun, child_info_t *cip,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
531
static int fcp_is_dip_present(struct fcp_lun *plun, dev_info_t *cdip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
532
static int fcp_is_child_present(struct fcp_lun *plun, child_info_t *cip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
533
static dev_info_t *fcp_create_dip(struct fcp_lun *plun, int link_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
535
static dev_info_t *fcp_find_existing_dip(struct fcp_lun *plun,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
537
static int fcp_online_child(struct fcp_lun *plun, child_info_t *cip,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
539
static int fcp_offline_child(struct fcp_lun *plun, child_info_t *cip,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
541
static void fcp_remove_child(struct fcp_lun *plun);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5448
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
545
struct fcp_lun *rlun, int tgt_cnt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
547
static struct fcp_lun *fcp_lookup_lun(struct fcp_port *pptr,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5494
fcp_update_lun_state(struct fcp_lun *plun, int flag, uint32_t state)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
550
struct fcp_lun *plun);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
554
struct fcp_lun *fcp_get_lun_from_cip(struct fcp_port *pptr,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
557
struct fcp_lun *plun, child_info_t *cip, int what, int link_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
560
struct fcp_lun *plun, child_info_t *cip, int what, int link_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
590
static char *fcp_get_lun_path(struct fcp_lun *plun);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
595
static char *fcp_get_lun_path(struct fcp_lun *plun);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
605
static mdi_pathinfo_t *fcp_create_pip(struct fcp_lun *plun, int lcount,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
607
static mdi_pathinfo_t *fcp_find_existing_pip(struct fcp_lun *plun,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
609
static int fcp_is_pip_present(struct fcp_lun *plun, mdi_pathinfo_t *pip);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
612
static int fcp_copy_guid_2_lun_block(struct fcp_lun *plun, char *guidp);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
613
static int fcp_update_mpxio_path(struct fcp_lun *plun, child_info_t *cip,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
617
static int fcp_symmetric_device_probe(struct fcp_lun *plun);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6209
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6518
fcp_send_scsi(struct fcp_lun *plun, uchar_t opcode, int alloc_len,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6907
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7241
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7444
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7585
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7645
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7920
static struct fcp_lun *
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7923
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8062
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8151
fcp_trigger_lun(struct fcp_lun *plun, child_info_t *cip, int old_mpxio,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8358
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8379
fcp_offline_lun(struct fcp_lun *plun, int link_cnt, int tgt_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8411
fcp_prepare_offline_lun(struct fcp_lun *plun, int link_cnt, int tgt_cnt)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8447
fcp_offline_lun_now(struct fcp_lun *plun, int link_cnt, int tgt_cnt,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8582
fcp_update_offline_flags(struct fcp_lun *plun)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8624
fcp_scan_commands(struct fcp_lun *plun)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8639
struct fcp_lun *tlun =
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
8780
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9336
static struct fcp_lun *
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9339
struct fcp_lun *plun;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9341
plun = kmem_zalloc(sizeof (struct fcp_lun), KM_NOSLEEP);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
9373
fcp_dealloc_lun(struct fcp_lun *plun)
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
111
uint8_t fcp_lun[8]; /* SCSI LUN ID. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
138
uint8_t fcp_lun[8]; /* SCSI LUN ID. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
150
uint8_t fcp_lun[8]; /* SCSI LUN ID. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
457
uint8_t fcp_lun[8]; /* SCSI LUN ID. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
591
uint8_t fcp_lun[8]; /* SCSI LUN ID. */
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1027
struct fcp_lun *lun_next;
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1158
struct fcp_lun *lun;
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1212
struct fcp_lun *lun;
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1263
struct fcp_lun *plun;
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1307
#define ADDR2LUN(ap) ((struct fcp_lun *) \
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1339
fcp_tgt::tgt_statec_cause fcp_lun::lun_next fcp_lun::lun_state))
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1342
_NOTE(LOCK_ORDER(fcp_tgt::tgt_mutex fcp_lun::lun_mutex))
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1344
_NOTE(MUTEX_PROTECTS_DATA(fcp_lun::lun_mutex,
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1345
fcp_lun::lun_pkt_head fcp_lun::lun_pkt_tail
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1346
fcp_lun::lun_cip fcp_lun::lun_mpxio))
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1365
fcp_tgt::tgt_port fcp_lun::lun_num fcp_lun::lun_tgt
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1366
fcp_lun::lun_type
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
1367
fcp_lun::lun_guid_size fcp_lun::lun_guid
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
668
struct fcp_lun *ipkt_lun;
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
768
struct fcp_lun *tgt_lun;