Searched refs:has_features (Results 1 – 3 of 3) sorted by relevance
48 unsigned int has_features; in s390_host_detect_local_cpu() local72 for (has_features = 0, has_processor = 0; in s390_host_detect_local_cpu()73 (has_features == 0 || has_processor == 0) in s390_host_detect_local_cpu()131 if (has_features == 0 && strncmp (buf, "features", 8) == 0) in s390_host_detect_local_cpu()157 has_features = 1; in s390_host_detect_local_cpu()
48 unsigned int has_features; in s390_host_detect_local_cpu() local72 for (has_features = 0, has_processor = 0; in s390_host_detect_local_cpu()73 (has_features == 0 || has_processor == 0) in s390_host_detect_local_cpu()135 if (has_features == 0 && startswith (buf, "features")) in s390_host_detect_local_cpu()161 has_features = 1; in s390_host_detect_local_cpu()
3693 boolean_t has_features; in spa_create() local3719 has_features = B_FALSE; in spa_create()3723 has_features = B_TRUE; in spa_create()3726 if (has_features || nvlist_lookup_uint64(props, in spa_create()