Searched defs:shm (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | shm.c | 13 SM_RCSID("@(#)$Id: shm.c,v 1.19 2005/07/14 22:34:28 ca Exp $") 20 # include <sm/shm.h> 50 void *shm = SM_SHM_NULL; local 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); 81 ** shm -- pointer to shared memory. 95 sm_shmstop(shm, shmi [all...] |
H A D | t-shm.c | 13 SM_RCSID("@(#)$Id: t-shm.c,v 1.22 2005/01/14 02:14:10 ca Exp $") 25 # include <sm/shm.h> 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; 117 int *shm, shmid; local 160 int *shm, shmid; local [all...] |
/illumos-gate/usr/src/cmd/avs/sdbc/ |
H A D | sd_diag.c | 36 #include <sys/shm.h> 565 } *shm; variable in typeref:struct:shm_struct 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, sizeo [all...] |
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 72 shm.h.3head \ 161 shm.3head \ 250 shm.3head := LINKSRC = shm.h.3head
|
/illumos-gate/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, 1187 zone->zsz_shm = shm; 1199 sys->zss_shm += shm; 2204 uint64_t *lwps_cap, uint64_t *lwps, uint64_t *shm_cap, uint64_t *shm, 2234 *shm = 0; 2291 vals[i++] = zsd_get_zone_rctl_limit("zone.max-shm-memory"); 2292 vals[i++] = zsd_get_zone_rctl_usage("zone.max-shm-memory"); 2293 vals[i++] = zsd_get_zone_rctl_limit("zone.max-shm-ids"); 2294 vals[i++] = zsd_get_zone_rctl_usage("zone.max-shm-ids"); 2336 *shm 1134 zsd_mark_zone_found(zsd_ctl_t *ctl, zsd_zone_t *zone, uint64_t cpu_shares, uint64_t cpu_cap, uint64_t ram_cap, uint64_t locked_cap, uint64_t vm_cap, uint64_t processes_cap, uint64_t processes, uint64_t lwps_cap, uint64_t lwps, uint64_t shm_cap, uint64_t shm, uint64_t shmids_cap, uint64_t shmids, uint64_t semids_cap, uint64_t semids, uint64_t msgids_cap, uint64_t msgids, uint64_t lofi_cap, uint64_t lofi, char *poolname, char *psetname, uint_t sched, uint_t cputype, uint_t iptype) argument 2201 zsd_get_zone_caps(zsd_ctl_t *ctl, zsd_zone_t *zone, uint64_t *cpu_shares, uint64_t *cpu_cap, uint64_t *ram_cap, uint64_t *locked_cap, uint64_t *vm_cap, uint64_t *processes_cap, uint64_t *processes, uint64_t *lwps_cap, uint64_t *lwps, uint64_t *shm_cap, uint64_t *shm, uint64_t *shmids_cap, uint64_t *shmids, uint64_t *semids_cap, uint64_t *semids, uint64_t *msgids_cap, uint64_t *msgids, uint64_t *lofi_cap, uint64_t *lofi, uint_t *sched) argument 2393 uint64_t shm; local [all...] |
Completed in 54 milliseconds