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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c9677 struct scsi_vpd_block_limits *bl_ptr; local
9680 ctsio->kern_data_ptr = malloc(sizeof(*bl_ptr), M_CTL, M_WAITOK | M_ZERO);
9681 bl_ptr = (struct scsi_vpd_block_limits *)ctsio->kern_data_ptr;
9685 ctsio->kern_data_len = min(sizeof(*bl_ptr), alloc_len);
9694 bl_ptr->device = (SID_QUAL_LU_CONNECTED << 5) |
9697 bl_ptr->device = (SID_QUAL_LU_OFFLINE << 5) | T_DIRECT;
9699 bl_ptr->page_code = SVPD_BLOCK_LIMITS;
9700 scsi_ulto2b(sizeof(*bl_ptr) - 4, bl_ptr->page_length);
9701 bl_ptr
[all...]

Completed in 81 milliseconds