Home
last modified time | relevance | path

Searched refs:STA_INS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h167 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c674 if (time_status & STA_INS) in clock()
703 if (!(time_status & (STA_INS | STA_DEL))) in clock()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4079 if (val & STA_INS) in get_timex_status()