Home
last modified time | relevance | path

Searched refs:CTL_LUN_PAT_RANGE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl_cmd_table.c804 CTL_LUN_PAT_READ | CTL_LUN_PAT_RANGE,
949 CTL_LUN_PAT_READ | CTL_LUN_PAT_RANGE, 6, {0x1f, 0xff, 0xff, 0xff, 0x07}},
957 CTL_LUN_PAT_WRITE | CTL_LUN_PAT_RANGE, 6, {0x1f, 0xff, 0xff, 0xff, 0x07}},
1092 CTL_LUN_PAT_READ | CTL_LUN_PAT_RANGE,
1100 CTL_LUN_PAT_WRITE | CTL_LUN_PAT_RANGE,
1114 CTL_LUN_PAT_WRITE | CTL_LUN_PAT_RANGE,
1121 CTL_LUN_PAT_READ | CTL_LUN_PAT_RANGE,
1187 CTL_LUN_PAT_WRITE | CTL_LUN_PAT_RANGE,
1447 CTL_LUN_PAT_READ | CTL_LUN_PAT_RANGE,
1453 CTL_LUN_PAT_WRITE | CTL_LUN_PAT_RANGE,
[all...]
H A Dctl_ioctl.h193 CTL_LUN_PAT_RANGE = 0x200 enumerator
H A Dctl.c13175 if (filtered_pattern & CTL_LUN_PAT_RANGE) {
/freebsd/usr.sbin/ctladm/
H A Dctladm.c1038 err_desc.error_pattern |= CTL_LUN_PAT_RANGE; in cctl_error_inject()