Searched refs:zoff (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/geom/bde/ |
| H A D | g_bde_crypt.c | 272 u_int zone, zoff, u, len; in g_bde_map_sector() local 282 zoff = wp->offset % kp->zone_cont; in g_bde_map_sector() 285 wp->ko = (zoff / kp->sectorsize) * G_BDE_SKEYLEN; in g_bde_map_sector() 288 len = kp->zone_cont - zoff; in g_bde_map_sector() 298 wp->so = zone * kp->zone_width + zoff; in g_bde_map_sector()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libutil/ |
| H A D | t_parsedate.c | 57 parsecheck(const char *datestr, const time_t *reftime, const int *zoff, in parsecheck() argument 81 (zoff ? "" : "NULL"), in parsecheck() 82 (zoff ? 1 : 0), in parsecheck() 83 (zoff ? *zoff : 0)); in parsecheck() 85 ATF_CHECK_MSG((t = parsedate(datestr, reftime, zoff)) != -1, in parsecheck()
|