Symbol: get_lun_statep
sys/dev/disk/isp/isp_freebsd.c
1173
tptr = get_lun_statep(isp, bus, lun);
sys/dev/disk/isp/isp_freebsd.c
1323
if ((tptr = get_lun_statep(isp, bus, lun)) == NULL) {
sys/dev/disk/isp/isp_freebsd.c
1464
tptr = get_lun_statep(isp, XS_CHANNEL(ccb), XS_LUN(ccb));
sys/dev/disk/isp/isp_freebsd.c
1466
tptr = get_lun_statep(isp, XS_CHANNEL(ccb), CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
1863
tptr = get_lun_statep(isp, bus, aep->at_lun);
sys/dev/disk/isp/isp_freebsd.c
1865
tptr = get_lun_statep(isp, bus, CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
1985
tptr = get_lun_statep(isp, 0, lun);
sys/dev/disk/isp/isp_freebsd.c
1987
tptr = get_lun_statep(isp, 0, CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
2167
tptr = get_lun_statep(isp, 0, 0);
sys/dev/disk/isp/isp_freebsd.c
2169
tptr = get_lun_statep(isp, 0, CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
2202
tptr = get_lun_statep(isp, chan, lun);
sys/dev/disk/isp/isp_freebsd.c
2204
tptr = get_lun_statep(isp, chan, CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
2370
tptr = get_lun_statep(isp, bus, XS_LUN(ccb));
sys/dev/disk/isp/isp_freebsd.c
2372
tptr = get_lun_statep(isp, bus, CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
2556
tptr = get_lun_statep(isp, 0, lun);
sys/dev/disk/isp/isp_freebsd.c
2558
tptr = get_lun_statep(isp, 0, CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
2862
tptr = get_lun_statep(isp, notify->nt_channel, lun);
sys/dev/disk/isp/isp_freebsd.c
2864
tptr = get_lun_statep(isp, notify->nt_channel, CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
2953
tptr = get_lun_statep(isp, XS_CHANNEL(ccb), XS_LUN(ccb));
sys/dev/disk/isp/isp_freebsd.c
2955
tptr = get_lun_statep(isp, XS_CHANNEL(ccb), CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
4419
tstate_t *tptr = get_lun_statep(isp, XS_CHANNEL(ccb), ccb->ccb_h.target_lun);
sys/dev/disk/isp/isp_freebsd.c
4421
tptr = get_lun_statep(isp, XS_CHANNEL(ccb), CAM_LUN_WILDCARD);
sys/dev/disk/isp/isp_freebsd.c
788
static ISP_INLINE tstate_t *get_lun_statep(ispsoftc_t *, int, lun_id_t);