Searched refs:test_mode (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file.c | 592 int test_mode = FALLOC_FL_PUNCH_HOLE | FALLOC_FL_ZERO_RANGE; in zpl_fallocate_common() local 594 if ((mode & ~(FALLOC_FL_KEEP_SIZE | test_mode)) != 0) in zpl_fallocate_common() 605 if (mode & (test_mode)) { in zpl_fallocate_common()
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 2807 int test_mode = 0; in main() local 2827 test_mode = 1; in main() 2878 (test_mode == 0) && (master_exp == NULL)) { in main() 2886 if (test_mode) { in main()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mt7615.h | 520 int mt7615_mcu_set_test_param(struct mt7615_dev *dev, u8 param, bool test_mode,
|
H A D | mcu.c | 2186 int mt7615_mcu_set_test_param(struct mt7615_dev *dev, u8 param, bool test_mode, in mt7615_mcu_set_test_param() argument 2198 .test_mode_en = test_mode, in mt7615_mcu_set_test_param()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 474 int mt7915_mcu_set_test_param(struct mt7915_dev *dev, u8 param, bool test_mode,
|
H A D | mcu.c | 3318 int mt7915_mcu_set_test_param(struct mt7915_dev *dev, u8 param, bool test_mode, in mt7915_mcu_set_test_param() argument 3331 .test_mode_en = test_mode, in mt7915_mcu_set_test_param()
|