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

/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c198 struct tm * (*funcp)(const time_t *,
202 struct tm * (*funcp)(const time_t *,
206 struct tm * (*funcp)(const time_t *,
1822 struct tm *(*const funcp)(const time_t *, long, struct tm *),
1932 if ((*funcp)(&t, offset, &mytm) == NULL) {
1968 ((funcp == localsub) ? lclptr : gmtptr);
1981 if ((*funcp)(&newt, offset, &mytm) == NULL)
2001 if ((*funcp)(&t, offset, tmp))
2008 struct tm * (*const funcp)(const time_t *, long, struct tm *),
2019 t = time2sub(tmp, funcp, offse
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c720 pool_scan_func_t *funcp = arg; local
726 ASSERT(*funcp > POOL_SCAN_NONE && *funcp < POOL_SCAN_FUNCS);
728 scn->scn_phys.scn_func = *funcp;
809 *funcp, (u_longlong_t)scn->scn_phys.scn_min_txg,

Completed in 87 milliseconds