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

/freebsd-12-stable/sys/cam/ctl/
H A Dctl_ioctl.h190 CTL_LUN_PAT_MASK = 0x0ff, enumerator in enum:__anon9609
H A Dctl.c12312 if ((pattern & CTL_LUN_PAT_MASK) == CTL_LUN_PAT_ANY)
12327 if ((filtered_pattern & ~CTL_LUN_PAT_MASK) !=
12328 (pattern & ~CTL_LUN_PAT_MASK))
12372 if ((pattern & CTL_LUN_PAT_MASK) == CTL_LUN_PAT_NONE)

Completed in 78 milliseconds