| /freebsd-13-stable/contrib/wpa/wpa_supplicant/ |
| HD | ctrl_iface_named_pipe.c | 62 OVERLAPPED overlap; member 90 LPOVERLAPPED overlap); 97 LPOVERLAPPED overlap); 147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe() 148 if (dst->overlap.hEvent == NULL) { in ctrl_open_pipe() 154 eloop_register_event(dst->overlap.hEvent, in ctrl_open_pipe() 155 sizeof(dst->overlap.hEvent), in ctrl_open_pipe() 181 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) { in ctrl_open_pipe() 198 if (SetEvent(dst->overlap.hEvent)) in ctrl_open_pipe() 226 if (dst->overlap.hEvent) { in ctrl_close_pipe() [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| HD | zpool_import_missing_003_pos.ksh | 174 typeset -i overlap=1 178 while (( overlap <= $GROUP_NUM )); do 180 (( begin = $GROUP_NUM - overlap )) 181 (( end = 2 * $GROUP_NUM - overlap - 1 )) 204 'mirror') (( overlap == $GROUP_NUM )) && \ 207 'raidz') (( overlap > 1 )) && \ 210 'draid') (( overlap > 1 )) && \ 230 (( overlap = overlap + 1 ))
|
| /freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| HD | zpool_import_missing_003_pos.ksh | 174 typeset -i overlap=1 178 while (( overlap <= $GROUP_NUM )); do 180 (( begin = $GROUP_NUM - overlap )) 181 (( end = 2 * $GROUP_NUM - overlap - 1 )) 204 'mirror') (( overlap == $GROUP_NUM )) && \ 207 'raidz') (( overlap > 1 )) && \ 227 (( overlap = overlap + 1 ))
|
| /freebsd-13-stable/contrib/libfido2/src/ |
| HD | hid_win.c | 38 OVERLAPPED overlap; member 431 if ((ctx->overlap.hEvent = CreateEventA(NULL, FALSE, FALSE, in fido_hid_open() 453 if (ctx->overlap.hEvent != NULL) { in fido_hid_close() 456 if (CancelIoEx(ctx->dev, &ctx->overlap) == 0) in fido_hid_close() 460 CloseHandle(ctx->overlap.hEvent); in fido_hid_close() 490 ResetEvent(ctx->overlap.hEvent); in fido_hid_read() 492 &ctx->overlap) == 0 && GetLastError() != ERROR_IO_PENDING) { in fido_hid_read() 500 if (ms > -1 && WaitForSingleObject(ctx->overlap.hEvent, in fido_hid_read() 506 if (GetOverlappedResult(ctx->dev, &ctx->overlap, &n, TRUE) == 0) { in fido_hid_read() 527 OVERLAPPED overlap; in fido_hid_write() local [all …]
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_lockf.c | 978 struct lockf_entry *overlap; in lf_add_outgoing() local 981 LIST_FOREACH(overlap, &state->ls_active, lf_link) { in lf_add_outgoing() 986 if (overlap->lf_start > lock->lf_end) in lf_add_outgoing() 988 if (!lf_blocks(lock, overlap)) in lf_add_outgoing() 996 error = lf_add_edge(lock, overlap); in lf_add_outgoing() 1016 LIST_FOREACH(overlap, &state->ls_pending, lf_link) { in lf_add_outgoing() 1017 if (!lf_blocks(lock, overlap)) in lf_add_outgoing() 1024 error = lf_add_edge(lock, overlap); in lf_add_outgoing() 1046 struct lockf_entry *overlap; in lf_add_incoming() local 1055 LIST_FOREACH(overlap, &state->ls_pending, lf_link) { in lf_add_incoming() [all …]
|
| /freebsd-13-stable/usr.sbin/bhyve/ |
| HD | mem.c | 103 struct mmio_rb_range *overlap; in mmio_rb_add() local 105 overlap = RB_INSERT(mmio_rb_tree, rbt, new); in mmio_rb_add() 107 if (overlap != NULL) { in mmio_rb_add() 112 overlap->mr_base, overlap->mr_end, in mmio_rb_add() 113 new->mr_param.name, overlap->mr_param.name); in mmio_rb_add()
|
| /freebsd-13-stable/lib/libc/amd64/string/ |
| HD | memmove.S | 52 .macro MEMMOVE erms overlap begin end 62 .if \overlap == 1 191 .if \overlap == 1 300 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END 304 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END
|
| /freebsd-13-stable/usr.bin/gprof/ |
| HD | gprof.c | 490 unsigned long overlap; in asgnsamples() local 526 overlap = min(pch, svalue1) - max(pcl, svalue0); in asgnsamples() 527 if (overlap > 0) { in asgnsamples() 533 overlap * thetime / scale, overlap); in asgnsamples() 536 nl[j].time += overlap * thetime / scale; in asgnsamples()
|
| /freebsd-13-stable/usr.bin/bsdiff/bsdiff/ |
| HD | bsdiff.c | 125 off_t overlap,Ss,lens; in main() local 246 overlap=(lastscan+lenf)-(scan-lenb); in main() 248 for(i=0;i<overlap;i++) { in main() 249 if(new[lastscan+lenf-overlap+i]== in main() 250 old[lastpos+lenf-overlap+i]) s++; in main() 256 lenf+=lens-overlap; in main()
|
| /freebsd-13-stable/contrib/ncurses/ncurses/base/ |
| HD | lib_overlay.c | 47 overlap(const WINDOW *const src, WINDOW *const dst, int const flag) in overlap() function 113 returnCode(overlap(win1, win2, TRUE)); in overlay() 130 returnCode(overlap(win1, win2, FALSE)); in overwrite()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrFormats.td | 68 // cannot overlap the source mask register (v0), unless the destination vector 73 // EMUL is at least 1. The destination vector register group cannot overlap 78 // destination vector register group cannot overlap with the source vector 82 // * vmsbf.m/vmsif.m/vmsof.m: The destination register cannot overlap the 83 // source register and, if masked, cannot overlap the mask register ('v0'). 85 // * viota: The destination register cannot overlap the source register and, 86 // if masked, cannot overlap the mask register ('v0'). 89 // overlap the source vector register group. 91 // * vrgather: The destination vector register group cannot overlap with the 94 // * vcompress: The destination vector register group cannot overlap the [all …]
|
| /freebsd-13-stable/tests/sys/netpfil/pf/ |
| HD | frag6.py | 92 overlap = sp.IPv6(src="2001:db8::1", dst="2001:db8::2") \ 95 frags = [ frags[0], frags[1], overlap, frags[2] ]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/ |
| HD | atmel-classd.txt | 31 - atmel,non-overlap-time 54 atmel,non-overlap-time = <10>;
|
| /freebsd-13-stable/lib/libvgl/ |
| HD | mouse.c | 384 int overlap; in VGLMouseOverlap() local 389 overlap = (VGLMouseXpos + VGLMouseAndMask->VXsize) - x; in VGLMouseOverlap() 391 overlap = (x + width) - VGLMouseXpos; in VGLMouseOverlap() 392 if (overlap <= 0) in VGLMouseOverlap() 395 overlap = (VGLMouseYpos + VGLMouseAndMask->VYsize) - y; in VGLMouseOverlap() 397 overlap = (y + hight) - VGLMouseYpos; in VGLMouseOverlap() 398 return overlap > 0; in VGLMouseOverlap()
|
| /freebsd-13-stable/usr.bin/diff3/ |
| HD | diff3.c | 117 static char *overlap; variable 500 overlap[j] = !dup; in edit() 519 if (!oflag || !overlap[n]) { in edscript() 551 if (!oflag || !overlap[n]) in edscript() 590 q = reallocarray(overlap, newsz, sizeof(char)); in increase() 594 overlap = q; in increase()
|
| /freebsd-13-stable/sys/geom/vinum/ |
| HD | geom_vinum_raid5.c | 151 int overlap; in gv_stripe_active() local 157 overlap = 0; in gv_stripe_active() 163 overlap++; in gv_stripe_active() 168 overlap++; in gv_stripe_active() 173 return (overlap); in gv_stripe_active()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| HD | MemoryTagManagerAArch64MTE.cpp | 168 MemoryRegionInfos::const_iterator overlap = std::adjacent_find( in MakeTaggedRanges() local 173 UNUSED_IF_ASSERT_DISABLED(overlap); in MakeTaggedRanges() 174 assert(overlap == memory_regions.end()); in MakeTaggedRanges()
|
| /freebsd-13-stable/sys/amd64/amd64/ |
| HD | support.S | 285 .macro MEMMOVE erms overlap begin end 295 .if \overlap == 1 424 .if \overlap == 1 533 MEMMOVE erms=0 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END 537 MEMMOVE erms=1 overlap=1 begin=MEMMOVE_BEGIN end=MEMMOVE_END 547 MEMMOVE erms=0 overlap=0 begin=MEMMOVE_BEGIN end=MEMMOVE_END 551 MEMMOVE erms=1 overlap=0 begin=MEMMOVE_BEGIN end=MEMMOVE_END 837 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_SMAP_END 839 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_END 888 MEMMOVE erms=\erms overlap=0 begin=COPYINOUT_BEGIN end=COPYINOUT_SMAP_END [all …]
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/ |
| HD | text_delta.c | 636 const apr_size_t overlap = target - source; in patterning_copy() local 637 while (len > overlap) in patterning_copy() 639 memcpy(target, source, overlap); in patterning_copy() 640 target += overlap; in patterning_copy() 641 len -= overlap; in patterning_copy()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | DiagnosticRefactoringKinds.td | 22 "not overlap with the AST nodes of interest">;
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | armada-xp-matrix.dts | 25 * RAM are not usable due to the overlap with the MBus
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | RSA_public_encrypt.pod | 60 B<to> and B<from> may overlap. 72 B<to> and B<from> may overlap.
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/net/ |
| HD | hisilicon-hip04-net.txt | 24 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
|
| /freebsd-13-stable/crypto/openssl/crypto/bn/asm/ |
| HD | bn-c64xplus.asm | 126 SPKERNEL 2,0 ; fully overlap BNOP RA,5 150 SPKERNEL 0,0 ; fully overlap BNOP RA,5
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| HD | MinidumpParser.cpp | 511 const size_t overlap = std::min(size, range->range_ref.size() - offset); in GetMemory() local 512 return range->range_ref.slice(offset, overlap); in GetMemory()
|