Home
last modified time | relevance | path

Searched refs:test_ops (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetmask.c220 fpsetmask_masked(const struct ops *test_ops) in fpsetmask_masked() argument
240 for (t = test_ops; t->op != NULL; t++) { in fpsetmask_masked()
257 fpsetmask_unmasked(const struct ops *test_ops) in fpsetmask_unmasked() argument
277 for (t = test_ops; t->op != NULL; t++) { in fpsetmask_unmasked()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/
H A Dmixed_create_failure.ksh69 function test_ops function
129 test_ops $obj_type $TESTDIR
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-proc-operations.m420 const struct proc_ops test_ops __attribute__ ((unused)) = {
29 proc_create_data("test", 0444, NULL, &test_ops, NULL);
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.c345 err = dev->test_ops->set_state(phy, state); in __mt76_testmode_set_state()
418 if (!dev->test_ops) in mt76_testmode_cmd()
515 if (dev->test_ops->set_params) { in mt76_testmode_cmd()
516 err = dev->test_ops->set_params(phy, tb, state); in mt76_testmode_cmd()
545 if (dev->test_ops->dump_stats) { in mt76_testmode_dump_stats()
548 ret = dev->test_ops->dump_stats(phy, msg); in mt76_testmode_dump_stats()
581 if (!dev->test_ops) in mt76_testmode_dump()
H A Dmt76.h862 const struct mt76_testmode_ops *test_ops; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c650 dev->mt76.test_ops = &mt7615_testmode_ops; in mt7615_init_device()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c1237 dev->mt76.test_ops = &mt7915_testmode_ops; in mt7915_register_device()
/freebsd/sys/security/mac_test/
H A Dmac_test.c3050 static struct mac_policy_ops test_ops = variable
3330 MAC_POLICY_SET(&test_ops, mac_test, "TrustedBSD MAC/Test",