Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h161 } iosram_toc_entry_t; typedef
195 iosram_toc_entry_t toc_data; /* Data from TOC entry */
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Diosram.c147 static int iosram_get_keys(iosram_toc_entry_t *buf, uint32_t *len);
1833 req.retval = iosram_get_keys((iosram_toc_entry_t *)bufp, in iosram_ioctl()
2754 iosram_toc_entry_t index; in iosram_read_toc()
2783 sizeof (iosram_toc_entry_t), DDI_DEV_AUTOINCR); in iosram_read_toc()
2800 toc_entryp += sizeof (iosram_toc_entry_t); in iosram_read_toc()
2802 toc_entryp, sizeof (iosram_toc_entry_t), DDI_DEV_AUTOINCR); in iosram_read_toc()
3298 iosram_get_keys(iosram_toc_entry_t *bufp, uint32_t *len) in iosram_get_keys()
3303 int cnt = (*len) / sizeof (iosram_toc_entry_t); in iosram_get_keys()
3324 *len = i * sizeof (iosram_toc_entry_t); in iosram_get_keys()