Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c86 } section_desc_t; typedef
139 static section_desc_t data_sections[] = {
158 (sizeof (data_sections) / sizeof (section_desc_t))
213 section_desc_t *sect; in objfs_data_init()
256 sect_addr(section_desc_t *sp, struct module *mp) in sect_addr()
291 sect_size(section_desc_t *sp, struct module *mp) in sect_size()
335 sect_valid(section_desc_t *sp, struct module *mp) in sect_valid()
349 data_offset(section_desc_t *sp, struct module *mp) in data_offset()
353 section_desc_t *cp; in data_offset()
572 section_desc_t *sp; in objfs_data_read()