Home
last modified time | relevance | path

Searched refs:BLK_IS_NIL (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/geom/uzip/
H A Dg_uzip.c213 #define BLK_IS_NIL(sc, bi) ((sc)->toc[(bi)].blen == 0) macro
244 for (; BLK_IS_NIL(sc, start_blk) && start_blk < end_blk; start_blk++) { in g_uzip_request()
590 !BLK_IS_NIL(sc, j)) { in g_uzip_parse_toc()