Home
last modified time | relevance | path

Searched refs:__cp_can_gettime (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/commpage/common/
H A Dcp_defs.h28 extern uint_t __cp_can_gettime(comm_page_t *);
H A Dcp_main.c24 __cp_can_gettime(comm_page_t *cp) in __cp_can_gettime() function
/illumos-gate/usr/src/lib/libc/i386/sys/
H A D__clock_gettime.c28 if (cp != NULL && __cp_can_gettime(cp) != 0) { in __clock_gettime()
H A Dgettimeofday.c42 if (cp != NULL && __cp_can_gettime(cp) != 0) { in gettimeofday()