Home
last modified time | relevance | path

Searched refs:shm_atime (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c56 time_t shm_atime; member
88 n_buf.shm_atime = buf->shm_atime; in shmctl()
102 buf->shm_atime = n_buf.shm_atime; in shmctl()
/titanic_44/usr/src/uts/common/sys/
H A Dshm.h102 time_t shm_atime; /* last shmat time */ member
107 time_t shm_atime; /* last shmat time */ member
H A Dshm_impl.h68 time_t shm_atime; /* last shmat time */ member
122 time32_t shm_atime; /* last shmat time */ member
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dshm.h76 time_t shm_atime; /* last shmat time */ member
/titanic_44/usr/src/uts/common/os/
H A Dshm.c559 sp->shm_atime = gethrestime_sec(); in shmat()
681 STRUCT_FSET(ds, shm_atime, sp->shm_atime); in shmctl()
708 ds64.shmx_atime = sp->shm_atime; in shmctl()
905 sp->shm_atime = sp->shm_dtime = 0; in shmget()
/titanic_44/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c227 printtime_nice("atime: ", shmid->shm_atime); in shm_print()
/titanic_44/usr/src/cmd/truss/
H A Dexpound.c2576 prtime(pri, " at = ", shmds.shm_atime); in show_shmctl()
2601 prtime(pri, " at = ", shmds.shm_atime); in show_shmctl32()