Searched refs:tspec (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_timeout.c | 179 struct timespec tspec; in sip_timeout() local 188 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timeout() 190 now = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + tspec.tv_nsec; in sip_timeout() 245 struct timespec tspec; in sip_schedule_to_functions() local 252 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_schedule_to_functions() 254 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + in sip_schedule_to_functions() 255 tspec.tv_nsec; in sip_schedule_to_functions() 310 struct timespec tspec; in sip_timer_thr() local 332 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_timer_thr() 334 current_time = (hrtime_t)tspec.tv_sec * (hrtime_t)NANOSEC + in sip_timer_thr() [all …]
|
H A D | sip_gids.c | 141 struct timespec tspec; in sip_guid() local 153 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_guid() 155 time = (uint32_t)tspec.tv_nsec; in sip_guid()
|
H A D | sip_itf.c | 586 struct timespec tspec; in sip_stack_init() local 680 if (clock_gettime(CLOCK_REALTIME, &tspec) != 0) in sip_stack_init() 682 sip_hash_salt = tspec.tv_nsec; in sip_stack_init()
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vgrind.ksh | 42 tspec=0 107 tspec=1 143 if [ $filter -eq 1 -a $tspec -eq 1 ] ; then 148 if [ $tspec -eq 1 -a \( $twospec -eq 1 -o $pspec -eq 1 \) ] ; then
|
/illumos-gate/usr/src/cmd/newform/ |
H A D | newform.c | 322 int tspec = 0; /* Tab spec pointer */ in cnvtspec() local 543 tspec = sitabspec; in cnvtspec() 547 tspec = readspec(siline); in cnvtspec() 548 sitabspec = tspec; in cnvtspec() 560 tspec = readspec(work); in cnvtspec() 563 return (tspec); in cnvtspec()
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 72 struct timespec tspec; in nsleep() local 74 tspec.tv_sec = seconds; in nsleep() 75 tspec.tv_nsec = 0; in nsleep() 77 return (nanosleep(&tspec, NULL)); in nsleep()
|
/illumos-gate/usr/src/tools/cw/ |
H A D | cw.c | 1261 char *tspec, *token; in parse_compiler() local 1263 if ((tspec = strdup(spec)) == NULL) in parse_compiler() 1266 if ((token = strsep(&tspec, ",")) == NULL) in parse_compiler() 1270 if ((token = strsep(&tspec, ",")) == NULL) in parse_compiler() 1274 if ((token = strsep(&tspec, ",")) == NULL) in parse_compiler() 1289 if (tspec != NULL) in parse_compiler()
|