| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | ctrl_iface_named_pipe.c | 62 OVERLAPPED overlap; member 90 LPOVERLAPPED overlap); 97 LPOVERLAPPED overlap); 148 if (dst->overlap.hEvent == NULL) { in ctrl_open_pipe() 226 if (dst->overlap.hEvent) { in ctrl_close_pipe() 255 LPOVERLAPPED overlap) in ctrl_iface_write_completed() argument 346 LPOVERLAPPED overlap) in ctrl_iface_read_completed() argument 363 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_ctrl_iface_receive() 544 OVERLAPPED overlap; member 660 if (dst->overlap.hEvent) { in global_close_pipe() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_missing_003_pos.ksh | 173 typeset -i overlap=1 177 while (( overlap <= $GROUP_NUM )); do 179 (( begin = $GROUP_NUM - overlap )) 180 (( end = 2 * $GROUP_NUM - overlap - 1 )) 203 'mirror') (( overlap == $GROUP_NUM )) && \ 206 'raidz') (( overlap > 1 )) && \ 209 'draid') (( overlap > 1 )) && \ 229 (( overlap = overlap + 1 ))
|
| /freebsd-14.2/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | 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-14.2/tools/test/stress2/misc/ |
| H A D | overlap.sh | 42 sed '1,/^EOF/d' < $0 > /tmp/overlap.c 43 mycc -o /tmp/overlap -Wall -Wextra -O2 /tmp/overlap.c -lpthread || exit 1 44 rm -f /tmp/overlap.c 54 (cd $mntpoint; /tmp/overlap) 61 rm -f /tmp/overlap
|
| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | 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() 500 if (ms > -1 && WaitForSingleObject(ctx->overlap.hEvent, in fido_hid_read() 527 OVERLAPPED overlap; in fido_hid_write() local 530 memset(&overlap, 0, sizeof(overlap)); in fido_hid_write() 537 if (WriteFile(ctx->dev, buf, (DWORD)len, NULL, &overlap) == 0 && in fido_hid_write() [all …]
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_lockf.c | 977 struct lockf_entry *overlap; in lf_add_outgoing() local 1045 struct lockf_entry *overlap; in lf_add_incoming() local 1227 lf_print("", overlap); in lf_activate_lock() 1253 lf_free_lock(overlap); in lf_activate_lock() 1272 lf_free_lock(overlap); in lf_activate_lock() 1273 overlap = lf; in lf_activate_lock() 1283 overlap = LIST_NEXT(overlap, lf_link); in lf_activate_lock() 1545 if (overlap == NOLOCKF) in lf_clearlock() 1659 return (overlap); in lf_getblock() 1706 while (*overlap) { in lf_findoverlap() [all …]
|
| /freebsd-14.2/sys/dev/wdatwd/ |
| H A D | wdatwd.c | 451 int overlap; in wdat_compare_region() local 461 overlap = 0; in wdat_compare_region() 465 overlap |= OVERLAP_NONE; in wdat_compare_region() 468 overlap |= OVERLAP_SUBSET; in wdat_compare_region() 470 overlap |= OVERLAP_START; in wdat_compare_region() 472 overlap |= OVERLAP_END; in wdat_compare_region() 475 return (overlap); in wdat_compare_region() 485 int overlap; in wdat_merge_region() local 492 overlap = OVERLAP_NONE; in wdat_merge_region() 498 if (overlap == OVERLAP_NONE) in wdat_merge_region() [all …]
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | mem.c | 104 struct mmio_rb_range *overlap; in mmio_rb_add() local 106 overlap = RB_INSERT(mmio_rb_tree, rbt, new); in mmio_rb_add() 108 if (overlap != NULL) { in mmio_rb_add() 113 overlap->mr_base, overlap->mr_end, in mmio_rb_add() 114 new->mr_param.name, overlap->mr_param.name); in mmio_rb_add()
|
| /freebsd-14.2/lib/libc/amd64/string/ |
| H A D | 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-14.2/usr.bin/bsdiff/bsdiff/ |
| H A D | 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-14.2/usr.bin/gprof/ |
| H A D | 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-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_aperture.c | 144 static bool overlap(resource_size_t base1, resource_size_t end1, in overlap() function 175 if (overlap(base, end, ap->base, ap->base + ap->size)) { in devm_aperture_acquire() 261 if (!overlap(base, end, ap->base, ap->base + ap->size)) in aperture_detach_devices()
|
| /freebsd-14.2/usr.bin/diff3/ |
| H A D | diff3.c | 129 static char *overlap; variable 543 overlap[j] = !dup; in edit() 601 if (!oflag || !overlap[n]) { in edscript() 608 if (!oflag || !overlap[n]) { in edscript() 645 if (!oflag || !overlap[n]) { in Ascript() 670 if (!oflag || !overlap[n]) { in Ascript() 689 if (!oflag || !overlap[n]) { in Ascript() 740 if (!oflag || !overlap[n]) { in mergescript() 822 q = reallocarray(overlap, newsz, sizeof(char)); in increase() 826 overlap = q; in increase()
|
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | 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-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | 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-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | atmel-classd.txt | 31 - atmel,non-overlap-time 54 atmel,non-overlap-time = <10>;
|
| H A D | atmel,sama5d2-classd.yaml | 56 atmel,non-overlap-time: 99 atmel,non-overlap-time = <10>;
|
| /freebsd-14.2/lib/libvgl/ |
| H A D | mouse.c | 381 int overlap; in VGLMouseOverlap() local 386 overlap = (VGLMouseXpos + VGLMouseAndMask->VXsize) - x; in VGLMouseOverlap() 388 overlap = (x + width) - VGLMouseXpos; in VGLMouseOverlap() 389 if (overlap <= 0) in VGLMouseOverlap() 392 overlap = (VGLMouseYpos + VGLMouseAndMask->VYsize) - y; in VGLMouseOverlap() 394 overlap = (y + hight) - VGLMouseYpos; in VGLMouseOverlap() 395 return overlap > 0; in VGLMouseOverlap()
|
| /freebsd-14.2/sys/geom/vinum/ |
| H A D | 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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | 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-14.2/sys/amd64/amd64/ |
| H A D | 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-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticRefactoringKinds.td | 22 "not overlap with the AST nodes of interest">;
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | armada-xp-matrix.dts | 25 * RAM are not usable due to the overlap with the MBus
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | RSA_public_encrypt.pod | 64 B<to> and B<from> may overlap. 76 B<to> and B<from> may overlap.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | hisilicon-hip04-net.txt | 24 Have 2048 recv channels shared by all ethernet controllers, only if no overlap.
|