Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2426 struct shmid_ds64 shmds; in show_shmctl64() local
2429 Pread(Proc, &shmds, sizeof (shmds), offset) == sizeof (shmds)) { in show_shmctl64()
2450 struct shmid_ds shmds; in show_shmctl() local
2453 Pread(Proc, &shmds, sizeof (shmds), offset) == sizeof (shmds)) { in show_shmctl()
2462 shmds.shm_nattch, in show_shmctl()
2463 shmds.shm_cnattch); in show_shmctl()
2477 Pread(Proc, &shmds, sizeof (shmds), offset) == sizeof (shmds)) { in show_shmctl32()
2483 shmds.shm_segsz, in show_shmctl32()
2484 shmds.shm_lpid, in show_shmctl32()
2485 shmds.shm_cpid, in show_shmctl32()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c270 struct shmid_ds shmds; local
291 (void)shmctl(mmdc->shmid, IPC_RMID, &shmds);