Home
last modified time | relevance | path

Searched defs:segmap_data (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dseg_map.h142 struct segmap_data { struct
143 struct smap *smd_sm; /* array of smap structures */
144 long smd_npages; /* size of smap array */
145 struct smfree *smd_free; /* ptr to freelist header array */
146 struct smaphash *smd_hash; /* ptr to hash header array */
147 int smd_nfree; /* number of free lists */
148 uchar_t smd_prot; /* protections for all smap's */
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1717 char *segmap_data; in uri_rd_response() local