Searched refs:shm_atime (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dshm.h105 time_t shm_atime; /* time of last shmat() */ member in struct:shmid_ds
150 time_t shm_atime; member in struct:shmid_ds_sysctl
185 (dst).shm_atime = (src).shm_atime; \
/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dshm.h49 int32_t shm_atime; /* time of last shmat() */ member in struct:shmid_ds14
61 int32_t shm_atime; /* time of last shmat() */ member in struct:shmid_ds13
78 int32_t shm_atime; member in struct:shmid_ds_sysctl50
104 CVT(shm_atime);
122 CVTI(shm_atime);
140 CVT(shm_atime);
158 CVTI(shm_atime);
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_ipc.h124 svr4_time_t shm_atime; member in struct:svr4_shmid_ds
H A Dsvr4_ipc.c433 sds->shm_atime = bds->shm_atime;
450 bds->shm_atime = sds->shm_atime;
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_ipc.h103 svr4_32_time_t shm_atime; member in struct:svr4_32_shmid_ds
H A Dsvr4_32_ipc.c466 sds->shm_atime = bds->shm_atime;
483 bds->shm_atime = sds->shm_atime;
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_ipc.c371 ibcs2_time_t shm_atime; member in struct:ibcs2_shmid_ds
385 ibp->shm_atime = bp->shm_atime;
398 bp->shm_atime = ibp->shm_atime;
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_compat_14.c184 CVT(shm_atime);
201 CVT(shm_atime);
H A Dnetbsd32_conv.h580 dsp->shm_atime = (time_t)ds32p->shm_atime;
596 dsp->shm_atime = (long)ds32p->shm_atime;
612 ds32p->shm_atime = (int32_t)dsp->shm_atime;
628 ds32p->shm_atime = (netbsd32_long)dsp->shm_atime;
H A Dnetbsd32.h561 netbsd32_time_t shm_atime; /* time of last shmat() */ member in struct:netbsd32_shmid_ds
574 int32_t shm_atime; /* time of last shmat() */ member in struct:netbsd32_shmid_ds50
587 int32_t shm_atime; /* time of last shmat() */ member in struct:netbsd32_shmid_ds14
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_ipc.c504 bsp->shm_atime = lsp->l_shm_atime;
519 bsp->shm_atime = lsp->l_shm_atime;
534 lsp->l_shm_atime = bsp->shm_atime;
548 lsp->l_shm_atime = bsp->shm_atime;
/netbsd-6-1-5-RELEASE/regress/sys/kern/sysvshm/
H A Dshmtest.c246 printf("atime: %s", ctime(&sp->shm_atime));
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_ipccall.c555 lsp->l_shm_atime = bsp->shm_atime;
569 bsp->shm_atime = lsp->l_shm_atime;
583 lsp->l_shm_atime = bsp->shm_atime;
597 bsp->shm_atime = lsp->l_shm_atime;
/netbsd-6-1-5-RELEASE/usr.bin/ipcs/
H A Dipcs.c592 show_shminfo(shmptr->shm_atime,
816 show_shminfo(shmptr->shm_atime,
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsysv_shm.c472 shmseg->shm_atime = time_second;
761 shmseg->shm_atime = shmseg->shm_dtime = 0;

Completed in 298 milliseconds