| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_fence.c | 67 static void radeon_fence_write(struct radeon_device *rdev, u32 seq, int ring) in radeon_fence_write() 91 u32 seq = 0; in radeon_fence_read() local 137 u64 seq; in radeon_fence_emit() local 169 u64 seq; in radeon_fence_check_signaled() local 199 uint64_t seq, last_seq, last_emitted; in radeon_fence_activity() local 340 u64 seq, unsigned int ring) in radeon_fence_seq_signaled() 358 u64 seq = fence->seq; in radeon_fence_is_signaled() local 449 static bool radeon_fence_any_seq_signaled(struct radeon_device *rdev, u64 *seq) in radeon_fence_any_seq_signaled() 535 uint64_t seq[RADEON_NUM_RINGS] = {}; in radeon_fence_wait_timeout() local 594 uint64_t seq[RADEON_NUM_RINGS]; in radeon_fence_wait_any() local [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_fence.c | 108 static void amdgpu_fence_write(struct amdgpu_ring *ring, u32 seq) in amdgpu_fence_write() 127 u32 seq = 0; in amdgpu_fence_read() local 155 uint32_t seq; in amdgpu_fence_emit() local 239 uint32_t seq; in amdgpu_fence_emit_polling() local 288 uint32_t seq, last_seq; in amdgpu_fence_process() local 354 uint64_t seq = READ_ONCE(ring->fence_drv.sync_seq); in amdgpu_fence_wait_empty() local 456 void amdgpu_fence_update_start_timestamp(struct amdgpu_ring *ring, uint32_t seq, ktime_t timestamp) in amdgpu_fence_update_start_timestamp()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | ifcvt.c | 694 rtx seq, insn, target; in noce_emit_move_insn() local 797 rtx seq = get_insns (); in end_ifcvt_sequence() local 824 rtx y, seq; in noce_try_move() local 871 rtx target, seq; in noce_try_store_flag() local 914 rtx target, seq; in noce_try_store_flag_constants() local 1044 rtx target, seq; in noce_try_addcc() local 1135 rtx target, seq; in noce_try_store_flag_mask() local 1241 rtx target, seq; in noce_try_cmove() local 1627 rtx cond, earliest, target, seq; in noce_try_minmax() local 1724 rtx cond, earliest, target, seq, a, b, c; in noce_try_abs() local [all …]
|
| D | loop-unswitch.c | 95 rtx seq, jump, cond; in compare_and_jump_seq() local 409 rtx seq; in unswitch_loop() local
|
| /openbsd/src/sys/net/ |
| D | pf_syncookies.c | 218 uint32_t hash, ack, seq; in pf_syncookie_validate() local 301 pf_syncookie_mac(struct pf_pdesc *pd, union pf_syncookie cookie, uint32_t seq) in pf_syncookie_mac() 375 uint32_t ack, seq; in pf_syncookie_recreate_syn() local
|
| /openbsd/src/usr.sbin/traceroute/ |
| D | worker.c | 307 build_probe4(struct tr_conf *conf, int seq, u_int8_t ttl) in build_probe4() 370 build_probe6(struct tr_conf *conf, int seq, u_int8_t hops, in build_probe6() 406 send_probe(struct tr_conf *conf, int seq, u_int8_t ttl, struct sockaddr *to) in send_probe() 479 packet_ok(struct tr_conf *conf, int af, struct msghdr *mhdr, int cc, int *seq) in packet_ok() 495 packet_ok4(struct tr_conf *conf, struct msghdr *mhdr, int cc, int *seq) in packet_ok4() 572 packet_ok6(struct tr_conf *conf, struct msghdr *mhdr, int cc, int *seq) in packet_ok6()
|
| /openbsd/src/usr.bin/ssh/ |
| D | kexgexs.c | 64 input_kex_dh_gex_request(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_request() 120 input_kex_dh_gex_init(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_init()
|
| D | kexgexc.c | 88 input_kex_dh_gex_group(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_group() 138 input_kex_dh_gex_reply(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_reply()
|
| D | dispatch.c | 38 dispatch_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in dispatch_protocol_error() 52 dispatch_protocol_ignore(int type, u_int32_t seq, struct ssh *ssh) in dispatch_protocol_ignore()
|
| D | serverloop.c | 374 server_input_keep_alive(int type, u_int32_t seq, struct ssh *ssh) in server_input_keep_alive() 575 server_input_channel_open(int type, u_int32_t seq, struct ssh *ssh) in server_input_channel_open() 719 server_input_global_request(int type, u_int32_t seq, struct ssh *ssh) in server_input_global_request() 824 server_input_channel_req(int type, u_int32_t seq, struct ssh *ssh) in server_input_channel_req()
|
| D | kexgen.c | 139 input_kex_gen_reply(int type, u_int32_t seq, struct ssh *ssh) in input_kex_gen_reply() 272 input_kex_gen_init(int type, u_int32_t seq, struct ssh *ssh) in input_kex_gen_init()
|
| D | kex.c | 231 kex_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in kex_protocol_error() 472 kex_input_ext_info(int type, u_int32_t seq, struct ssh *ssh) in kex_input_ext_info() 519 kex_input_newkeys(int type, u_int32_t seq, struct ssh *ssh) in kex_input_newkeys() 605 kex_input_kexinit(int type, u_int32_t seq, struct ssh *ssh) in kex_input_kexinit() 919 kex_choose_conf(struct ssh *ssh, uint32_t seq) in kex_choose_conf()
|
| /openbsd/src/usr.sbin/sasyncd/ |
| D | pfkey.c | 97 static u_int32_t seq = 1; in pfkey_set_promisc() local 115 static u_int32_t seq = 1; in pfkey_send_flush() local 413 static u_int32_t seq = 1; in pfkey_queue_message() local
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | protector.c | 1044 rtx seq; in copy_args_for_protection() local 1527 rtx temp, seq; local 1564 rtx seq = XEXP (x, i); local 1614 rtx seq; local 1747 rtx seq = XEXP (x, i); local 1845 rtx x, temp, seq; local 1917 rtx seq = XEXP (x, i); local
|
| D | ifcvt.c | 693 rtx target, seq; local 735 rtx target, seq; local 868 rtx target, seq; local 931 rtx target, seq; local 1042 rtx target, seq; local 1417 rtx cond, earliest, target, seq; local 1517 rtx cond, earliest, target, seq, a, b, c; local 2514 rtx trap, jump, cond, cond_earliest, seq; local
|
| D | function.c | 1631 rtx seq = RTL_EXPR_SEQUENCE (TREE_VALUE (pending)); local 1702 rtx seq = XEXP (PATTERN (insn), i); local 1883 rtx seq; local 1973 rtx seq, new_insn; local 2598 rtx result, seq; local 2705 rtx temp, seq; local 2753 rtx seq = 0; local 3227 rtx val, seq; local 3851 rtx seq; local 6502 rtx tmp, seq; in expand_main_function() local [all …]
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_vblank.c | 950 unsigned int seq; in drm_vblank_count_and_time() local 1030 u64 seq, ktime_t now) in send_vblank_event() 1131 u64 seq; in drm_crtc_send_vblank_event() local 1362 u64 seq; in drm_crtc_vblank_off() local 1631 u64 seq; in drm_queue_vblank_event() local 1757 u64 req_seq, seq; in drm_wait_vblank_ioctl() local 1898 u64 seq; in drm_handle_vblank_events() local 2089 u64 seq; in drm_crtc_queue_sequence_ioctl() local
|
| /openbsd/src/regress/lib/libc/sys/ |
| D | t_sendrecv.c | 53 uintmax_t seq; member 87 uintmax_t seq = 0; in receiver() local
|
| /openbsd/src/lib/libfido2/src/ |
| D | io.c | 97 tx_frame(fido_dev_t *d, uint8_t seq, const void *buf, size_t count, int *ms) in tx_frame() 131 for (uint8_t seq = 0; sent < count; sent += n) { in tx() local 264 for (int seq = 0; r < payload_len; seq++) { in rx() local
|
| /openbsd/src/usr.sbin/npppd/l2tp/ |
| D | l2tp_ctrl.c | 519 uint16_t seq; in l2tp_ctrl_resend_una_packets() local 1053 l2tp_ctrl_in_peer_window(l2tp_ctrl *_this, uint16_t seq) in l2tp_ctrl_in_peer_window() 1065 l2tp_ctrl_in_our_window(l2tp_ctrl *_this, uint16_t seq) in l2tp_ctrl_in_our_window() 1080 uint16_t seq; in l2tp_ctrl_send_packet() local
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/osf-share/ |
| D | cma_sequence.h | 41 cma_t_natural seq; /* Sequence number for object */ member
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| D | eb81.C | 34 xSequence seq; in bar() local
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | seqlock.h | 88 unsigned int seq; member 152 seqcount_t seq; member
|
| /openbsd/src/gnu/llvm/lldb/source/Symbol/ |
| D | LineTable.cpp | 30 LineSequenceImpl *seq = static_cast<LineSequenceImpl *>(sequence.get()); in LineTable() local 75 LineSequenceImpl *seq = reinterpret_cast<LineSequenceImpl *>(sequence); in AppendLineEntryToSequence() local 107 LineSequenceImpl *seq = reinterpret_cast<LineSequenceImpl *>(sequence); in InsertSequence() local
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_deadlock_detector2.cpp | 33 u32 seq; member 43 u32 seq; member 78 u32 seq; member
|