Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c2153 struct tm *(*funcp)(struct state const *, time_t const *, in time2sub()
2255 if (! funcp(sp, &t, offset, &mytm)) { in time2sub()
2301 if (funcp(sp, &altt, offset, &alttm) in time2sub()
2331 if (! funcp(sp, &newt, offset, &mytm)) in time2sub()
2351 if (funcp(sp, &t, offset, tmp)) in time2sub()
2358 struct tm *(*funcp)(struct state const *, time_t const *, in time2()
2371 t = time2sub(tmp, funcp, sp, offset, okayp, false); in time2()
2372 return *okayp ? t : time2sub(tmp, funcp, sp, offset, okayp, true); in time2()
2377 struct tm *(*funcp)(struct state const *, time_t const *, in time1()
2398 t = time2(tmp, funcp, sp, offset, &okay); in time1()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c721 pool_scan_func_t *funcp = arg; in dsl_errorscrub_setup_sync() local
727 ASSERT(*funcp > POOL_SCAN_NONE && *funcp < POOL_SCAN_FUNCS); in dsl_errorscrub_setup_sync()
730 scn->errorscrub_phys.dep_func = *funcp; in dsl_errorscrub_setup_sync()
748 *funcp, 0, (u_longlong_t)tx->tx_txg); in dsl_errorscrub_setup_sync()
854 pool_scan_func_t *funcp = arg; in dsl_scan_setup_sync() local
860 ASSERT(*funcp > POOL_SCAN_NONE && *funcp < POOL_SCAN_FUNCS); in dsl_scan_setup_sync()
870 scn->scn_phys.scn_func = *funcp; in dsl_scan_setup_sync()
958 *funcp, (u_longlong_t)scn->scn_phys.scn_min_txg, in dsl_scan_setup_sync()