Searched refs:segmap_data (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c186 &(((struct segmap_data *)((seg)->s_data))->smd_sm[MAP_PAGE(seg, addr)])
302 struct segmap_data *smd;
321 smd = kmem_zalloc(sizeof (struct segmap_data), KM_SLEEP);
590 struct segmap_data *smd = (struct segmap_data *)seg->s_data;
839 struct segmap_data *smd = (struct segmap_data *)seg->s_data;
853 struct segmap_data *smd = (struct segmap_data *)seg->s_data;
869 struct segmap_data *sm
[all...]
H A Dseg_map.h138 * All fields in segmap_data are read-only after the segment is created.
142 struct segmap_data { struct
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1717 char *segmap_data; local
1777 segmap_data = segmap->base;
1780 mp = uri_desb_chop(&segmap_data, &segmap_sz,
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1663 struct segmap_data sd;
1679 mdb_warn("failed to read segmap_data at %p", seg.s_data);

Completed in 58 milliseconds