Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/openbsd/sys/sys/
H A Dtimeout.h37 struct timeout { struct
38 struct circq to_list; /* timeout queue, don't move */ argument
54 #define TIMEOUT_ONQUEUE 0x02 /* on any timeout queue */ argument
/openbsd/regress/sys/kern/nanosleep/
H A Dnanosleep.c71 struct timespec timeout, remainder; in trivial() local
99 struct timespec timeout, remainder; in with_signal() local
145 struct timespec timeout; in time_elapsed() local
180 struct timespec timeout, remainder; in time_elapsed_with_signal() local
245 struct timespec timeout; in short_time() local
285 struct timespec timeout[3] = { {-1, 0}, {0, -1}, {0, 1000000000L} }; in invalid_time() local
/openbsd/sys/dev/atapiscsi/
H A Datapiscsi.c543 int timeout; member
684 int timeout, struct atapi_return_args *ret) in wdc_atapi_real_start()
725 int timeout, struct atapi_return_args *ret) in wdc_atapi_real_start_2()
757 int timeout, struct atapi_return_args *ret) in wdc_atapi_send_packet()
797 int timeout, struct atapi_return_args *ret) in wdc_atapi_intr_command()
949 int timeout, struct atapi_return_args *ret) in wdc_atapi_intr_data()
1036 int timeout, struct atapi_return_args *ret) in wdc_atapi_intr_complete()
1161 int timeout, struct atapi_return_args *ret) in wdc_atapi_pio_intr()
1254 int timeout, struct atapi_return_args *ret) in wdc_atapi_ctrl()
1456 int timeout, struct atapi_return_args *ret) in wdc_atapi_tape_done()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dser-unix.c367 struct timeval timeout; in hardwire_send_break() local
439 wait_for (struct serial *scb, int timeout) in wait_for()
560 do_hardwire_readchar (struct serial *scb, int timeout) in do_hardwire_readchar()
629 hardwire_readchar (struct serial *scb, int timeout) in hardwire_readchar()
897 ser_unix_wait_for (struct serial *scb, int timeout) in ser_unix_wait_for()
942 do_unix_readchar (struct serial *scb, int timeout) in do_unix_readchar()
1034 generic_readchar (struct serial *scb, int timeout, in generic_readchar()
1072 ser_unix_readchar (struct serial *scb, int timeout) in ser_unix_readchar()
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py33 def __init__(self, timeout=60, maxread=2000, searchwindowsize=None, argument
157 def read_nonblocking(self, size=1, timeout=None): argument
240 def expect(self, pattern, timeout=-1, searchwindowsize=-1, async_=False, **kw): argument
343 def expect_list(self, pattern_list, timeout=-1, searchwindowsize=-1, argument
371 def expect_exact(self, pattern_list, timeout=-1, searchwindowsize=-1, argument
420 def expect_loop(self, searcher, timeout=-1, searchwindowsize=-1): argument
H A Dutils.py130 def select_ignore_interrupts(iwtd, owtd, ewtd, timeout=None): argument
159 def poll_ignore_interrupts(fds, timeout=None): argument
H A Drun.py7 def run(command, timeout=30, withexitstatus=False, events=None, argument
150 def runu(command, timeout=30, withexitstatus=False, events=None, argument
H A Dreplwrap.py64 def _expect_prompt(self, timeout=-1): argument
68 def run_command(self, command, timeout=-1): argument
H A Dfdpexpect.py36 def __init__ (self, fd, args=None, timeout=30, maxread=2000, searchwindowsize=None, argument
118 def read_nonblocking(self, size=1, timeout=-1): argument
H A Dpopen_spawn.py21 def __init__(self, cmd, timeout=30, maxread=2000, searchwindowsize=None, argument
65 def read_nonblocking(self, size, timeout): argument
H A Dexpect.py65 def timeout(self, err=None): member in Expecter
91 def expect_loop(self, timeout=-1): argument
/openbsd/regress/sys/fifofs/
H A Dfifotest.c83 runtest(char *fifo, int flags, int timeout) in runtest()
188 eoftest(char *fifo, int flags, int timeout) in eoftest()
282 dopoll(pid_t writer, int fd, int events, char *str, int timeout) in dopoll()
316 doselect(pid_t writer, int rfd, int wfd, int timeout) in doselect()
/openbsd/regress/lib/libc/sys/
H A Dt_pollts.c62 struct timespec timeout; in ATF_TC_BODY() local
130 struct timespec timeout; in ATF_TC_BODY() local
162 struct timespec timeout; in ATF_TC_BODY() local
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_de.h52 u32 mask, u32 value, unsigned int timeout) in intel_de_wait_for_register()
59 u32 mask, u32 value, unsigned int timeout) in intel_de_wait_for_register_fw()
76 u32 mask, unsigned int timeout) in intel_de_wait_for_set()
83 u32 mask, unsigned int timeout) in intel_de_wait_for_clear()
/openbsd/usr.sbin/dhcrelay6/
H A Ddhcpd.h115 struct timeout { struct
116 struct timeout *next; argument
117 time_t when;
118 void (*func)(void *);
119 void *what;
/openbsd/usr.sbin/dhcrelay/
H A Ddhcpd.h118 struct timeout { struct
119 struct timeout *next; argument
120 time_t when;
121 void (*func)(void *);
122 void *what;
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_wait.c20 long timeout) in i915_gem_object_wait_fence()
69 long timeout) in i915_gem_object_wait_reservation()
172 long timeout) in i915_gem_object_wait()
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DFifoFiles.cpp53 Expected<json::Value> FifoFileIO::ReadJSON(std::chrono::milliseconds timeout) { in ReadJSON()
81 std::chrono::milliseconds timeout) { in SendJSON()
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Dscatterlist.c45 unsigned long timeout) in expect_pfn_sg()
83 unsigned long timeout) in expect_pfn_sg_page_iter()
114 unsigned long timeout) in expect_pfn_sgtiter()
146 unsigned long timeout) in expect_pfn_sgtable()
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dcommon_baco.c30 u32 timeout = 5000, data; in baco_wait_register() local
45 u32 shift, u32 value, u32 timeout) in baco_cmd_handler()
H A Dcommon_baco.h41 uint32_t timeout; member
53 uint32_t timeout; member
/openbsd/gnu/llvm/lldb/source/API/
H A DSBListener.cpp135 Timeout<std::micro> timeout(std::nullopt); in WaitForEvent() local
159 Timeout<std::micro> timeout(std::nullopt); in WaitForEventForBroadcaster() local
179 Timeout<std::micro> timeout(std::nullopt); in WaitForEventForBroadcasterWithType() local
/openbsd/usr.sbin/radiusctl/
H A Dradiusctl.c751 struct timespec upt, now, dif, start, timeout; in ipcp_handle_dump() local
770 struct timespec *dif, struct timespec *start, struct timespec *timeout, in ipcp_handle_dump0()
818 struct timespec upt, now, dif, start, timeout; in ipcp_handle_jsons() local
849 struct timespec upt, now, dif, start, timeout; in ipcp_handle_json() local
881 struct timespec *dif, struct timespec *start, struct timespec *timeout, in ipcp_handle_json0()
908 struct timespec upt, now, dif, start, timeout; in ipcp_handle_dumps() local
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dmxgpu_ai.c84 int timeout = AI_MAILBOX_POLL_ACK_TIMEDOUT; in xgpu_ai_poll_ack() local
103 int r, timeout = AI_MAILBOX_POLL_MSG_TIMEDOUT; in xgpu_ai_poll_msg() local
256 int timeout = AI_MAILBOX_POLL_FLR_TIMEDOUT; in xgpu_ai_mailbox_flr_work() local
H A Dmxgpu_nv.c82 int timeout = NV_MAILBOX_POLL_ACK_TIMEDOUT; in xgpu_nv_poll_ack() local
102 uint64_t timeout, now; in xgpu_nv_poll_msg() local
278 int timeout = NV_MAILBOX_POLL_FLR_TIMEDOUT; in xgpu_nv_mailbox_flr_work() local

12345678910>>...22