/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | t-shm.c | 49 int *shm, shmid; local 52 shm = (int *) sm_shmstart(T_SHMKEY, SHMSIZE, 0, &shmid, owner); 53 if (shm == (int *) 0) 64 *shm = 0; 67 ++*shm; 70 --*shm; 76 t = *shm; 79 ++*shm; 81 if (*shm != SHM_MAX + t) 83 *shm, SHM_MAX + t); [all …]
|
H A D | shm.c | 50 void *shm = SM_SHM_NULL; variable 61 shm = shmat(*shmid, (void *) 0, 0); 62 if (shm == SM_SHM_NULL) 65 return shm; 69 if (shm != SM_SHM_NULL || *shmid >= 0) 70 sm_shmstop(shm, *shmid, owner); 95 sm_shmstop(shm, shmid, owner) in sm_shmstop() argument 96 void *shm; in sm_shmstop() 102 if (shm != SM_SHM_NULL && (r = shmdt(shm)) < 0)
|
H A D | Makefile | 44 sem.o shm.o signal.o smstdio.o snprintf.o sscanf.o stdio.o \ 52 t-fopen t-strl t-strrevcmp t-path t-float t-scanf t-sem t-shm \
|
/titanic_41/usr/src/cmd/avs/sdbc/ |
H A D | sd_diag.c | 565 } *shm; variable 567 #define WRITEBUF (shm->writebuf) 568 #define WRITEPOS (shm->writepos) 570 #define QUIT (shm->quit) 571 #define ERR (shm->err) 572 #define ERRMUTEX (shm->err_mutex) 573 #define RD_DONE (shm->rd_done) 574 #define RD_DONE_MASK (shm->rd_done_mask) 700 bzero(shm, sizeof (struct shm_struct)); in init_shm() 726 shm = (struct shm_struct *)shmat(shmid, NULL, 0); in do_sdtest7() [all …]
|
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg_lex.l | 284 <TSTATE>max-shm-memory { return MAXSHMMEM; } 285 <CSTATE>max-shm-memory { return MAXSHMMEM; } 287 <TSTATE>max-shm-ids { return MAXSHMIDS; } 288 <CSTATE>max-shm-ids { return MAXSHMIDS; }
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 484 [ 0, 0, { "allowunits" => 1 }, "rctl22:184::::project.max-shm-memory=(priv,1000mb,deny)" ], 485 [ 0, 0, { "allowunits" => 1 }, "rctl23:185::::project.max-shm-ids=(priv,1k,deny,signal=SIGSTOP)" ], 491 [ 0, 0, { "allowunits" => 1 }, "rctl29:191::::project.max-shm-memory=(priv,200G,deny)" ], 492 [ 0, 0, { "allowunits" => 1 }, "rctl30:192::::project.max-shm-memory=(priv,200Gb,deny)" ], 493 [ 0, 0, { "allowunits" => 1 }, "rctl31:193::::project.max-shm-memory=(priv,2000B,deny)" ], 494 [ 0, 0, {}, "rctl32:194::::project.max-shm-memory=(priv,2000,deny)" ], 662 [ 1, 0, { "allowunits" => 1 }, "rctl44:242::::project.max-shm-memory=(priv,200Ts,deny)" ], 663 [ 1, 0, { "allowunits" => 1 }, "rctl45:243::::project.max-shm-memory=(priv,200s,deny)" ], 682 [ 0, 1, {}, "rctl22:184::::project.max-shm-memory=(priv,1000mb,deny)" ], 683 [ 0, 1, {}, "rctl23:185::::project.max-shm-ids=(priv,1k,deny,signal=SIGSTOP)" ], [all …]
|
/titanic_41/usr/src/man/man3head/ |
H A D | Makefile | 71 shm.h.3head \ 160 shm.3head \ 249 shm.3head := LINKSRC = shm.h.3head
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1137 uint64_t lwps_cap, uint64_t lwps, uint64_t shm_cap, uint64_t shm, in zsd_mark_zone_found() argument 1187 zone->zsz_shm = shm; in zsd_mark_zone_found() 1199 sys->zss_shm += shm; in zsd_mark_zone_found() 2204 uint64_t *lwps_cap, uint64_t *lwps, uint64_t *shm_cap, uint64_t *shm, in zsd_get_zone_caps() argument 2234 *shm = 0; in zsd_get_zone_caps() 2336 *shm = vals[i++]; in zsd_get_zone_caps() 2393 uint64_t shm; in zsd_refresh_zones() local 2453 &lwps_cap, &lwps, &shm_cap, &shm, &shmids_cap, &shmids, in zsd_refresh_zones() 2460 lwps, shm_cap, shm, shmids_cap, shmids, semids_cap, in zsd_refresh_zones()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | SYSCALL.README | 291 shmsys os/shm.c common/syscall/shm.c
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1829 comment=1, shared memory ID, "shm ID": 1830 comment=2, shared mem addr, "shm addr" 1836 comment=1, shared memory ID, "shm ID" 1842 comment=1, shared memory ID, "shm ID" 1849 comment=1, shared memory ID, "shm ID" 1856 comment=1, shared memory ID, "shm ID" 1863 comment=1, shared memory address, "shm adr" 1867 comment=0, shared memory key, "shm key"
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 809 shm.o \
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | Makefile | 504 shm.h \
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 853 shm.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 826 shm.o \
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 881 shm.o \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-header.mf | 1425 file path=usr/include/sys/shm.h 1899 file path=usr/share/man/man3head/shm.h.3head 2080 link path=usr/share/man/man3head/shm.3head target=shm.h.3head
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 1543 IPCSHM_OBJS += shm.o
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 120 #include <sys/shm.h>
|
/titanic_41/ |
H A D | .gitignore | 6335 usr/src/man/man3head/shm.3head
|