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

/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dlcnalloc.c106 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; local
152 * zone_start and zone_end are the current search range. search_zone
157 zone_start = start_lcn;
158 if (zone_start < 0) {
160 zone_start = vol->data1_zone_pos;
162 zone_start = vol->mft_zone_pos;
163 if (!zone_start) {
170 } else if (zone == DATA_ZONE && zone_start >= vol->mft_zone_start &&
171 zone_start < vol->mft_zone_end) {
172 zone_start
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c1550 time_t t, ref_t, t1, t2, zone_start; local
1574 * fall back. zone_start will hold the time when it happens
1580 zone_start = get_switching_time(tmp.tm_isdst, t);
1617 t = zone_start;
1693 t = zone_start;
1874 zone_start = get_switching_time(tmp2.tm_isdst,
1876 if (zone_start == (time_t)-1) {
1879 t = zone_start;

Completed in 154 milliseconds