Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Diosram.c127 static iosram_chunk_t *iosram_find_chunk(uint32_t key);
690 chunkp = iosram_find_chunk(key); in iosram_rd()
888 chunkp = iosram_find_chunk(key); in _iosram_write()
1091 chunkp = iosram_find_chunk(key); in iosram_register()
1129 chunkp = iosram_find_chunk(key); in iosram_unregister()
1171 chunkp = iosram_find_chunk(key); in iosram_get_flag()
1224 chunkp = iosram_find_chunk(key); in iosram_set_flag()
1268 chunkp = iosram_find_chunk(key); in iosram_ctrl()
2838 ((old_chunkp = iosram_find_chunk(chunkp->toc_data.key)) != in iosram_read_toc()
2959 iosram_find_chunk(uint32_t key) in iosram_find_chunk() function