Searched refs:shm_ctime (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | shm.h | 104 time_t shm_ctime; /* last change time */ member 111 time_t shm_ctime; /* last change time */ member
|
H A D | shm_impl.h | 68 time_t shm_ctime; /* last change time */ member 124 time32_t shm_ctime; /* last change time */ member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | shm.c | 664 sp->shm_ctime = gethrestime_sec(); in shmctl() 683 STRUCT_FSET(ds, shm_ctime, sp->shm_ctime); in shmctl() 695 sp->shm_ctime = gethrestime_sec(); in shmctl() 710 ds64.shmx_ctime = sp->shm_ctime; in shmctl() 906 sp->shm_ctime = gethrestime_sec(); in shmget()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/ |
H A D | ipc.c | 228 printtime_nice("ctime: ", shmid->shm_ctime); in shm_print()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 2481 prtime(pri, " ct = ", shmds.shm_ctime); in show_shmctl() 2505 prtime(pri, " ct = ", shmds.shm_ctime); in show_shmctl32()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 451 …64_ds)->shm_atime, (struct shmid64_ds)->shm_dtime, (struct shmid64_ds)->shm_ctime, (struct shmid64… 456 …64_ds)->shm_atime, (struct shmid64_ds)->shm_dtime, (struct shmid64_ds)->shm_ctime, (struct shmid64…
|