Searched refs:sem_otime (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sem.h | 84 time_t sem_otime; /* last semop time */ member 87 time_t sem_otime; /* last semop time */ member
|
H A D | sem_impl.h | 65 time_t sem_otime; /* last semop time */ member 104 time32_t sem_otime; /* last semop time */ member
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sem.c | 428 STRUCT_FSET(sid, sem_otime, sp->sem_otime); in semctl() 452 ds64.semx_otime = sp->sem_otime; in semctl() 709 sp->sem_otime = 0; in semget() 1159 sp->sem_otime = gethrestime_sec(); in semop()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/ |
H A D | aso-sem.c | 142 if (ds.sem_otime)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/ |
H A D | ipc.c | 241 printtime_nice("otime: ", semid->sem_otime); in sem_print()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 2333 prtime(pri, " ot = ", semds.sem_otime); in show_semctl() 2351 prtime(pri, " ot = ", semds.sem_otime); in show_semctl32()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 447 …_perm)->__unused1, (struct ipc64_perm)->__unused2, (struct semid64_ds)->sem_otime, (struct semid64… 448 …_perm)->__unused1, (struct ipc64_perm)->__unused2, (struct semid64_ds)->sem_otime, (struct semid64… 453 …sem_otime, (struct semid64_ds)->__unused1, (struct semid64_ds)->sem_ctime, (struct semid64_ds)->__… 454 …_global_lock, (struct sem)->semval, (struct sem)->sempid, (struct sem)->sem_otime, (struct sem_que…
|