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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_addr.c855 s1394_addr_space_blk_t *next_blk; local
883 next_blk = addr_blk->asb_parent;
889 if (next_blk != NULL) {
890 if (next_blk->asb_left != NULL)
891 next_blk->asb_left = NULL;
893 next_blk->asb_right = NULL;
896 addr_blk = next_blk;
910 next_blk = addr_blk->asb_right;
914 addr_blk = next_blk;
H A Ds1394_csr.c1783 s1394_config_rom_t *next_blk; local
1793 next_blk = curr_blk->cfgrom_next;
1795 curr_blk = next_blk;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c305 blkptr_t blk, next_blk; local
327 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) {
343 error = zil_read_log_block(zilog, &blk, &next_blk, lrbuf, &end);

Completed in 78 milliseconds