Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c88 } section_desc_t; typedef
141 static section_desc_t data_sections[] = {
160 (sizeof (data_sections) / sizeof (section_desc_t))
215 section_desc_t *sect; in objfs_data_init()
258 sect_addr(section_desc_t *sp, struct module *mp) in sect_addr()
293 sect_size(section_desc_t *sp, struct module *mp) in sect_size()
337 sect_valid(section_desc_t *sp, struct module *mp) in sect_valid()
351 data_offset(section_desc_t *sp, struct module *mp) in data_offset()
355 section_desc_t *cp; in data_offset()
574 section_desc_t *sp; in objfs_data_read()