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

/freebsd-10.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c197 struct tm * (*funcp)(const time_t *,
201 struct tm * (*funcp)(const time_t *,
205 struct tm * (*funcp)(const time_t *,
1857 time2sub(tmp, funcp, offset, okayp, do_norm_secs)
1859 struct tm * (* const funcp)(const time_t*, long, struct tm*);
1969 if ((*funcp)(&t, offset, &mytm) == NULL) {
2005 ((funcp == localsub) ? lclptr : gmtptr);
2018 if ((*funcp)(&newt, offset, &mytm) == NULL)
2038 if ((*funcp)(&t, offset, tmp))
2044 time2(tmp, funcp, offse
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c222 pool_scan_func_t *funcp = arg; local
228 ASSERT(*funcp > POOL_SCAN_NONE && *funcp < POOL_SCAN_FUNCS);
230 scn->scn_phys.scn_func = *funcp;
284 *funcp, scn->scn_phys.scn_min_txg, scn->scn_phys.scn_max_txg);

Completed in 101 milliseconds