Symbol: CTL_PRIV_FRONTEND
sys/cam/ctl/ctl_frontend_cam_sim.c
292
ccb = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
sys/cam/ctl/ctl_frontend_cam_sim.c
406
io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = NULL;
sys/cam/ctl/ctl_frontend_cam_sim.c
423
ccb = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
sys/cam/ctl/ctl_frontend_cam_sim.c
527
io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb;
sys/cam/ctl/ctl_frontend_cam_sim.c
621
io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb;
sys/cam/ctl/ctl_frontend_cam_sim.c
717
io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = ccb;
sys/cam/ctl/ctl_frontend_ioctl.c
484
io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
sys/cam/ctl/ctl_frontend_ioctl.c
498
io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
sys/cam/ctl/ctl_frontend_ioctl.c
519
io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = &params;
sys/cam/ctl/ctl_frontend_iscsi.c
150
((struct cfiscsi_priv *)&(io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND])
sys/cam/ctl/ctl_tpc.c
1027
tio->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tio;
sys/cam/ctl/ctl_tpc.c
1093
tio->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tio;
sys/cam/ctl/ctl_tpc.c
1291
tior->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tior;
sys/cam/ctl/ctl_tpc.c
1310
tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow;
sys/cam/ctl/ctl_tpc.c
1394
tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow;
sys/cam/ctl/ctl_tpc.c
1610
tio = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
sys/cam/ctl/ctl_tpc.c
931
tior->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tior;
sys/cam/ctl/ctl_tpc.c
952
tiow->io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = tiow;
sys/cam/ctl/scsi_ctl.c
170
#define PRIV_CCB(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[0])
sys/cam/ctl/scsi_ctl.c
171
#define PRIV_INFO(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[1])
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
45
#define NVMFT_NC(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[0])
sys/dev/nvmf/controller/ctl_frontend_nvmf.c
46
#define NVMFT_QP(io) ((io)->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptrs[1])
sys/dev/usb/storage/cfumass.c
663
io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr = sc;
sys/dev/usb/storage/cfumass.c
848
sc = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;
sys/dev/usb/storage/cfumass.c
894
sc = io->io_hdr.ctl_private[CTL_PRIV_FRONTEND].ptr;