Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c2094 struct tm *(*funcp)(struct state const *, time_t const *,
2196 if (! funcp(sp, &t, offset, &mytm)) { in time2sub()
2242 if (funcp(sp, &altt, offset, &alttm) in time2sub()
2272 if (! funcp(sp, &newt, offset, &mytm)) in time2sub()
2292 if (funcp(sp, &t, offset, tmp)) in time2sub()
2299 struct tm *(*funcp)(struct state const *, time_t const *, in time2sub()
2312 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2sub()
2313 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2sub()
2318 struct tm *(*funcp)(struct state const *, time_t const *, in time2sub()
2339 t = time2(tmp, funcp, s in time2sub()
[all...]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c730 pool_scan_func_t *funcp = arg; in dsl_errorscrub_setup_sync() local
736 ASSERT(*funcp > POOL_SCAN_NONE && *funcp < POOL_SCAN_FUNCS); in dsl_errorscrub_setup_sync()
739 scn->errorscrub_phys.dep_func = *funcp; in dsl_errorscrub_setup_sync()
757 *funcp, 0, (u_longlong_t)tx->tx_txg); in dsl_errorscrub_setup_sync()