OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xtime
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/time/
Makefile
8
SRCS= time.c
xtime
.c
/src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c
400
unsigned short
xtime
;
local
414
xtime
= hsotg->frame_usecs[i];
417
* if we add this frame remaining time to
xtime
we may
420
if (
xtime
+ hsotg->frame_usecs[j] < utime) {
425
if (
xtime
>= utime) {
443
xtime
+= hsotg->frame_usecs[j];
445
if (
xtime
< utime &&
/src/sys/fs/cd9660/
iso.h
165
char
xtime
[ISODCL (45, 61)]; /* 8.4.26.1 */
member in struct:iso_extended_attributes
/src/sys/dev/ic/
wdc.c
1210
int
xtime
= 0;
local
1225
if (++
xtime
> timeout) {
1228
xtime
, status,
1238
if (
xtime
> 0 && (atadebug_mask & DEBUG_DELAY))
1239
printf("__wdcwait: did busy-wait, time=%d\n",
xtime
);
1246
if (!cold &&
xtime
> WDCNDELAY_DEBUG) {
1253
chp->ch_channel, WDCDELAY *
xtime
);
1258
WDCDELAY *
xtime
);
1321
int
xtime
;
local
1323
for (
xtime
= 0; xtime < timeout * 1000 / WDCDELAY; xtime++)
[
all
...]
mvsata.c
2845
int
xtime
;
local
2847
for (
xtime
= 0;
xtime
< timeout * 10;
xtime
++) {
Completed in 35 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026