| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/ic/ | |
| aic7xxx.c | 5184 int slun = SCB_GET_LUN(scb); local in function:ahc_match_scb 5191 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); |
| aic79xx.c | 6967 int slun = SCB_GET_LUN(scb); local in function:ahd_match_scb 6974 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); |