Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c2545 struct tm *funcp(struct state const *, time_t const *, in time2sub()
2663 if (! funcp(sp, &t, offset, &mytm, NULL)) { in time2sub()
2719 if (funcp(sp, &altt, offset, &alttm, NULL) in time2sub()
2753 if (! funcp(sp, &newt, offset, &mytm, NULL)) in time2sub()
2771 if (funcp(sp, &t, offset, tmp, NULL)) in time2sub()
2778 struct tm *funcp(struct state const *, time_t const *, in time2()
2791 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2()
2792 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()
2797 struct tm *funcp(struct state const *, time_t const *, in time1()
2817 t = time2(tmp, funcp, sp, offset, &okay); in time1()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c835 pool_scan_func_t *funcp = arg; in dsl_errorscrub_setup_sync() local
841 ASSERT(*funcp > POOL_SCAN_NONE && *funcp < POOL_SCAN_FUNCS); in dsl_errorscrub_setup_sync()
844 scn->errorscrub_phys.dep_func = *funcp; in dsl_errorscrub_setup_sync()
862 *funcp, 0, (u_longlong_t)tx->tx_txg); in dsl_errorscrub_setup_sync()