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

/openbsd-current/sys/isofs/udf/
H A Dudf_vnops.c1272 uint32_t icblen = 0; local
1310 offset -= icblen;
1323 icblen = GETICBLEN(short_ad, icb);
1325 } while(offset >= icblen);
1340 offset -= icblen;
1351 icblen = GETICBLEN(long_ad, icb);
1353 } while(offset >= icblen);

Completed in 167 milliseconds