Searched refs:feature_panic (Results 1 – 1 of 1) sorted by relevance
23 #define feat_detect_panic(a, b) ((a) ? (void)0 : feature_panic(b))30 static inline void feature_panic(char *feat_name) in feature_panic() function