Searched defs:mds (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/ucbcmd/stty/ |
H A D | stty.h | 43 struct mds { struct
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | setmode.c | 37 struct mds { struct 43 static struct mds cmodes[] = { 97 static struct mds imodes[] = { 146 static struct mds lmodes[] = { 203 static struct mds omodes[] = {
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | stty.h | 67 struct mds { struct 74 extern const struct mds lmodes[]; 75 extern const struct mds nlmodes[]; 76 extern const struct mds cmodes[]; 77 extern const struct mds ncmodes[]; 78 extern const struct mds imodes[]; 79 extern const struct mds nimodes[]; 80 extern const struct mds omodes[]; 81 extern const struct mds hmodes[]; 82 extern const struct mds clkmode [all...] |
/illumos-gate/usr/src/cmd/ipcrm/ |
H A D | ipcrm.c | 269 struct shmid_ds64 mds; local 274 if (shmctl64(id, IPC_STAT64, &mds) < 0) { 278 if (mds.shmx_perm.ipcx_zoneid != zoneid) { 298 struct shmid_ds64 mds; local 316 if (shmctl64(id, IPC_STAT64, &mds) < 0) 318 if (IPC_KEYMATCH(mds.shmx_perm, zoneid, k))
|
/illumos-gate/usr/src/cmd/ipcs/ |
H A D | ipcs.c | 269 struct shmid_ds64 mds; local 296 if (shmctl64(id, IPC_STAT64, &mds) < 0) 300 mds.shmx_perm.ipcx_zoneid != zoneid) 302 hp('m', "--rw-rw-rw-", &mds.shmx_perm, id); 304 (void) printf(" %6llu", mds.shmx_nattch); 306 (void) printf(" %10llu", mds.shmx_segsz); 309 (int)mds.shmx_cpid, (int)mds.shmx_lpid); 311 tp(mds.shmx_atime); 312 tp(mds [all...] |
/illumos-gate/usr/src/lib/madv/common/ |
H A D | madv.c | 676 struct shmid_ds mds; local 707 rc = shmctl(shmid, IPC_STAT, &mds); 711 rc = memcntl(result, mds.shm_segsz, MC_ADVISE, 715 result, mds.shm_segsz, advice, rc, errno));
|
Completed in 270 milliseconds