Home
last modified time | relevance | path

Searched refs:dc_func (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/cmd/dtrace/
H A Ddtrace.c58 void (*dc_func)(struct dtrace_cmd *); /* function to compile arg */ member
1562 dcp->dc_func = compile_str;
1579 dcp->dc_func = compile_str;
1596 dcp->dc_func = compile_str;
1603 dcp->dc_func = compile_str;
1610 dcp->dc_func = compile_str;
1626 dcp->dc_func = compile_file;
1727 g_cmdv[i].dc_func(&g_cmdv[i]);
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c208 void (*dc_func)(device_t); member
490 (*dc->dc_func)(dev); in config_interrupts_thread()
525 (*dc->dc_func)(dc->dc_dev); in config_mountroot_thread()
2503 dc->dc_func = func; in config_defer()
2538 dc->dc_func = func; in config_interrupts()
2572 dc->dc_func = func; in config_mountroot()
2594 (*dc->dc_func)(dc->dc_dev); in config_process_deferred()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c1695 int (*dc_func)(dsl_pool_t *, dsl_dataset_t *, void *); member
1779 err = dcp->dc_func(dp, ds, dcp->dc_arg); in dmu_objset_find_dp_impl()
1800 err = dcp->dc_func(dp, ds, dcp->dc_arg); in dmu_objset_find_dp_impl()
1856 dcp->dc_func = func; in dmu_objset_find_dp()