Searched refs:howlong (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/ia64/stand/common/
H A Dboot.c123 int howlong; local
127 howlong = -1;
133 howlong = strtol(argv[1], &cp, 0);
140 return(autoboot(howlong, prompt));
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmcopro.c1195 ARMword howlong; local
1197 howlong = ValReg[BITS (0, 3)];
1200 finish = ARMul_Time (state) + howlong;
1202 return howlong == 0 ? ARMul_DONE : ARMul_BUSY;
1235 ARMword howlong; local
1237 howlong = ValReg[BITS (0, 3)];
1245 finish = ARMul_Time (state) + howlong;
1247 return howlong == 0 ? ARMul_DONE : ARMul_BUSY;
1259 if (howlong == 0)
1262 ARMul_ScheduleEvent (state, howlong, DoAFI
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmcopro.c1198 ARMword howlong; local
1200 howlong = ValReg[BITS (0, 3)];
1203 finish = ARMul_Time (state) + howlong;
1205 return howlong == 0 ? ARMul_DONE : ARMul_BUSY;
1238 ARMword howlong; local
1240 howlong = ValReg[BITS (0, 3)];
1248 finish = ARMul_Time (state) + howlong;
1250 return howlong == 0 ? ARMul_DONE : ARMul_BUSY;
1262 if (howlong == 0)
1265 ARMul_ScheduleEvent (state, howlong, DoAFI
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devthread-internal.h320 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, howlong) EVUTIL_NIL_STMT_
/netbsd-current/external/bsd/libevent/dist/
H A Devthread-internal.h332 #define EVTHREAD_COND_WAIT_TIMED(cond, lock, howlong) EVUTIL_NIL_STMT_
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dwindows-nat.c434 wait_for_single (HANDLE handle, DWORD howlong) argument
438 DWORD r = WaitForSingleObject (handle, howlong);

Completed in 202 milliseconds