Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_spt.h103 int segspt_shmattach(struct seg **, void *);
H A Dseg_spt.c1820 segspt_shmattach(struct seg **segpp, void *argsp) in segspt_shmattach() function
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c481 error = as_map(as, addr, size, segspt_shmattach, &ssd); in shmat()