Home
last modified time | relevance | path

Searched refs:funcp (Results 1 – 2 of 2) sorted by relevance

/src/contrib/tzcode/
H A Dlocaltime.c2600 struct tm *funcp(struct state const *, time_t const *, in time2sub()
2718 if (! funcp(sp, &t, offset, &mytm)) { in time2sub()
2774 if (funcp(sp, &altt, offset, &alttm) in time2sub()
2808 if (! funcp(sp, &newt, offset, &mytm)) in time2sub()
2826 if (funcp(sp, &t, offset, tmp)) in time2sub()
2833 struct tm *funcp(struct state const *, time_t const *, in time2()
2846 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2()
2847 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()
2852 struct tm *funcp(struct state const *, time_t const *, in time1()
2872 t = time2(tmp, funcp, sp, offset, &okay); in time1()
[all …]
/src/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c738 pool_scan_func_t *funcp = arg; in dsl_errorscrub_setup_sync() local
744 ASSERT(*funcp > POOL_SCAN_NONE && *funcp < POOL_SCAN_FUNCS); in dsl_errorscrub_setup_sync()
747 scn->errorscrub_phys.dep_func = *funcp; in dsl_errorscrub_setup_sync()
765 *funcp, 0, (u_longlong_t)tx->tx_txg); in dsl_errorscrub_setup_sync()