| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
| H A D | nopwrite_copies.ksh | 32 origin="$TESTPOOL/$TESTFS" 37 datasetexists $origin && destroy_dataset $origin -R 44 log_must zfs set compress=on $origin 49 log_must zfs clone $origin@a $origin/clone 50 zfs set copies=3 $origin/clone 53 log_mustnot verify_nopwrite $origin $origin@a $origin/clone 56 zfs destroy -R $origin || log_fail "Couldn't destroy $origin" 60 log_must zfs set copies=3 $origin 65 log_must zfs clone $origin@a $origin/clone 66 zfs set copies=1 $origin/clone [all …]
|
| H A D | nopwrite_negative.ksh | 34 origin="$TESTPOOL/$TESTFS" 39 datasetexists $origin && destroy_dataset $origin -R 49 log_must zfs clone -o compress=on $origin@a $origin/clone 53 log_mustnot verify_nopwrite $origin $origin@a $origin/clone 58 log_must zfs set compress=on $origin 63 log_must zfs clone $origin@a $origin/clone 66 log_mustnot verify_nopwrite $origin $origin@a $origin/clone 74 log_must zfs clone -o compress=off $origin@a $origin/clone 77 log_mustnot verify_nopwrite $origin $origin@a $origin/clone 85 log_must zfs clone -o checksum=fletcher4 $origin@a $origin/clone [all …]
|
| H A D | nopwrite_varying_compression.ksh | 39 origin="$TESTPOOL/$TESTFS" 44 datasetexists $origin && destroy_dataset $origin -R 45 log_must zfs create -o mountpoint=$TESTDIR $origin 50 log_must zfs set compress=on $origin 51 log_must zfs set checksum=sha256 $origin 57 zfs snapshot $origin@a || log_fail "zfs snap failed" 58 log_must zfs clone -o compress=$i $origin@a $origin/clone 61 log_must verify_nopwrite $origin $origin@a $origin/clone 62 zfs destroy -R $origin@a || log_fail "zfs destroy failed"
|
| H A D | nopwrite_recsize.ksh | 32 origin="$TESTPOOL/$TESTFS" 37 datasetexists $origin && destroy_dataset $origin -R 38 log_must zfs create -o mountpoint=$TESTDIR $origin 43 log_must zfs set compress=on $origin 44 log_must zfs set checksum=sha256 $origin 47 zfs snapshot $origin@a || log_fail "zfs snap failed" 48 log_must zfs clone $origin@a $origin/clone 51 log_must zfs set recsize=$rs $origin/clone 54 log_must verify_nopwrite $origin $origin@a $origin/clone
|
| H A D | nopwrite_sync.ksh | 32 origin="$TESTPOOL/$TESTFS" 37 datasetexists $origin && destroy_dataset $origin -R 38 log_must zfs create -o mountpoint=$TESTDIR $origin 43 log_must zfs set compress=on $origin 44 log_must zfs set checksum=sha256 $origin 47 zfs snapshot $origin@a || log_fail "zfs snap failed" 48 log_must zfs clone $origin@a $origin/clone 53 log_must verify_nopwrite $origin $origin@a $origin/clone
|
| H A D | nopwrite_volume.ksh | 32 origin="$TESTPOOL/$TESTVOL" 34 vol="${ZVOL_RDEVDIR}/$origin" 40 datasetexists $origin && destroy_dataset $origin -R 46 log_must zfs set compress=on $origin 47 log_must zfs set checksum=sha256 $origin 49 2>&1 || log_fail "dd into $origin failed." 50 zfs snapshot $origin@a || log_fail "zfs snap failed" 51 log_must zfs clone $origin@a $clone 57 log_must verify_nopwrite $origin $origin@a $clone
|
| H A D | nopwrite_mtime.ksh | 32 origin="$TESTPOOL/$TESTFS" 37 datasetexists $origin && destroy_dataset $origin -R 38 log_must zfs create -o mountpoint=$TESTDIR $origin 43 log_must zfs set compress=on $origin 44 log_must zfs set checksum=sha256 $origin 47 zfs snapshot $origin@a || log_fail "zfs snap failed" 48 log_must zfs clone $origin@a $origin/clone 87 log_must verify_nopwrite $origin $origin@a $origin/clone
|
| H A D | nopwrite_promoted_clone.ksh | 34 origin="$TESTPOOL/$TESTFS" 39 datasetexists $origin && destroy_dataset $TESTPOOL/clone -R 40 log_must zfs create -o mountpoint=$TESTDIR $origin 45 log_must zfs set compress=on $origin 46 log_must zfs set checksum=sha256 $origin 49 zfs snapshot $origin@a || log_fail "zfs snap failed" 50 log_must zfs clone $origin@a $TESTPOOL/clone 56 log_must verify_nopwrite $TESTPOOL/clone $TESTPOOL/clone@a $origin
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | removal_nopwrite.ksh | 29 origin="$TESTPOOL/$TESTFS" 31 log_must zfs set compress=on $origin 32 log_must zfs set checksum=skein $origin 34 log_must zfs set recordsize=8k $origin 37 log_must zfs set recordsize=128k $origin 42 log_must zfs clone $origin@a $origin/clone 47 log_must zfs set recordsize=8k $origin/clone 50 log_must verify_nopwrite $origin $origin@a $origin/clone 55 log_must verify_nopwrite $origin $origin@a $origin/clone 77 log_mustnot verify_nopwrite $origin $origin@a $origin/clone [all …]
|
| /freebsd-13.1/sys/sys/ |
| H A D | random.h | 119 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue() argument 122 if (hc_source_mask & (1 << origin)) in random_harvest_queue() 123 random_harvest_queue_(entropy, size, origin); in random_harvest_queue() 127 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast() argument 130 if (hc_source_mask & (1 << origin)) in random_harvest_fast() 135 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct() argument 138 if (hc_source_mask & (1 << origin)) in random_harvest_direct() 139 random_harvest_direct_(entropy, size, origin); in random_harvest_direct()
|
| /freebsd-13.1/sys/dev/fb/ |
| H A D | splash_pcx.c | 206 int banksize, origin; in pcx_draw() local 223 for (origin = 0; origin < sheight*sbpsl; origin += banksize) { in pcx_draw() 224 vidd_set_win_org(adp, origin); in pcx_draw() 230 origin = 0; in pcx_draw() 234 origin += banksize; in pcx_draw() 236 vidd_set_win_org(adp, origin); in pcx_draw() 254 origin += banksize; in pcx_draw() 256 vidd_set_win_org(adp, origin); in pcx_draw() 263 origin += banksize; in pcx_draw() 265 vidd_set_win_org(adp, origin); in pcx_draw()
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/rsend/ |
| H A D | rsend_008_pos.ksh | 71 typeset origin 74 origin=$(get_prop origin ${dtst[$i]}) 76 if [[ $origin != "-" ]]; then 83 origin=$(get_prop origin $POOL2) 84 if [[ $origin != "-" ]]; then
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_008_pos.ksh | 60 typeset origin 63 origin=$(get_prop origin ${dtst[$i]}) 65 if [[ $origin != "-" ]]; then 72 origin=$(get_prop origin $POOL2) 73 if [[ $origin != "-" ]]; then
|
| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | drop2rpz | 17 my $origin = 'drop.spamhaus.org.rpz.local.'; 26 print "$origin SOA $mname $rname 1 43200 7200 2419200 3600\n"; 27 print "$origin NS $ns\n"; 30 print "$m.$o4.$o3.$o2.$o1.rpz-ip.$origin CNAME $rpz_action\n";
|
| /freebsd-13.1/lib/libc/nameser/ |
| H A D | ns_print.c | 63 const u_char **p, const char *origin, 92 const char *name_ctx, const char *origin, in ns_sprintrr() argument 100 name_ctx, origin, buf, buflen); in ns_sprintrr() 131 len = prune_origin(name, origin); in ns_sprintrrf() 139 if (((origin == NULL || origin[0] == '\0') || in ns_sprintrrf() 140 (origin[0] != '.' && origin[1] != '\0' && in ns_sprintrrf() 1109 if (origin != NULL && ns_samename(name, origin) == 1) in prune_origin() 1174 const u_char **pp, const char *origin, in addname() argument 1184 newlen = prune_origin(*buf, origin); in addname() 1194 if (((origin == NULL || origin[0] == '\0') || in addname() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 797 if origin is not None: 798 c_origin = origin 1053 if origin is not None: 1054 c_origin = origin 1068 origin=None, props=None argument 1140 if origin is not None: 1141 c_origin = origin 1284 if origin is not None: 1285 c_origin = origin 1397 if origin is not None: [all …]
|
| /freebsd-13.1/sys/dev/random/ |
| H A D | random_harvestq.c | 535 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue_() argument 540 …KASSERT(origin >= RANDOM_START && origin < ENTROPYSOURCE, ("%s: origin %d invalid\n", __func__, or… in random_harvest_queue_() 547 event->he_source = origin; in random_harvest_queue_() 548 event->he_destination = harvest_context.hc_destination[origin]++; in random_harvest_queue_() 586 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct_() argument 590 …KASSERT(origin >= RANDOM_START && origin < ENTROPYSOURCE, ("%s: origin %d invalid\n", __func__, or… in random_harvest_direct_() 594 event.he_source = origin; in random_harvest_direct_() 595 event.he_destination = harvest_context.hc_destination[origin]++; in random_harvest_direct_()
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | zone.c | 187 ldns_zone_new_frm_fp(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, ldns_rr_class c) in ldns_zone_new_frm_fp() argument 189 return ldns_zone_new_frm_fp_l(z, fp, origin, ttl, c, NULL); in ldns_zone_new_frm_fp() 194 ldns_zone_new_frm_fp_l(ldns_zone **z, FILE *fp, const ldns_rdf *origin, uint32_t ttl, in ldns_zone_new_frm_fp_l() argument 215 if (origin) { in ldns_zone_new_frm_fp_l() 216 my_origin = ldns_rdf_clone(origin); in ldns_zone_new_frm_fp_l() 219 my_prev = ldns_rdf_clone(origin); in ldns_zone_new_frm_fp_l()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cpp | 354 u64 origin64 = ((u64)origin << 32) | origin; in SetOrigin() 358 if (*(u32 *)beg != origin) in SetOrigin() 359 *(u32 *)beg = origin; in SetOrigin() 368 if (*(u32 *)(end - kOriginAlign) != origin) in SetOrigin() 369 *(u32 *)(end - kOriginAlign) = origin; in SetOrigin() 519 SetOrigin(addr, size, origin); in SetShadow() 531 SetShadow(label, addr, size, origin); in __dfsan_set_label() 611 __dfsan_set_label(label, origin, addr, size); in dfsan_set_label_origin() 658 const dfsan_origin origin = *__dfsan::origin_for(addr); in PrintOriginTraceToStr() local 664 Origin o = Origin::FromRawId(origin); in PrintOriginTraceToStr() [all …]
|
| H A D | dfsan_flags.inc | 31 "The limit of origin chain length. Non-positive values mean unlimited.") 34 "The limit of origin node's references count. " 37 "The depth limit of origin tracking stack traces.") 39 "Whether to check if the origin invariant holds.")
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 228 void PrintWarningWithOrigin(uptr pc, uptr bp, u32 origin) { in PrintWarningWithOrigin() argument 231 __msan_origin_tls = origin; in PrintWarningWithOrigin() 241 (__msan_get_track_origins() && Origin::isValidId(origin)) ? origin : 0; in PrintWarningWithOrigin() 244 if (__msan_get_track_origins() && !Origin::isValidId(origin)) { in PrintWarningWithOrigin() 248 origin); in PrintWarningWithOrigin() 382 void __msan_warning_with_origin(u32 origin) { in __msan_warning_with_origin() argument 385 PrintWarningWithOrigin(pc, bp, origin); in __msan_warning_with_origin() 394 void __msan_warning_with_origin_noreturn(u32 origin) { in __msan_warning_with_origin_noreturn() argument 397 PrintWarningWithOrigin(pc, bp, origin); in __msan_warning_with_origin_noreturn() 574 void __msan_set_origin(const void *a, uptr size, u32 origin) { in __msan_set_origin() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DiagnosticManager.h | 59 DiagnosticOrigin origin, uint32_t compiler_id) in Diagnostic() argument 60 : m_message(message), m_severity(severity), m_origin(origin), in Diagnostic() 110 DiagnosticOrigin origin, 113 std::make_unique<Diagnostic>(message, severity, origin, compiler_id));
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | delegate_common.kshlib | 1017 typeset fs_orig=$(get_prop origin $fs) 1018 typeset clone_orig=$(get_prop origin $clone) 1023 if [[ $fs_orig != $(get_prop origin $fs) || \ 1031 if [[ $fs_orig != $(get_prop origin $fs) || \ 1039 if [[ $fs_orig != $(get_prop origin $fs) || \ 1049 if [[ $snap != $(get_prop origin $clone) || \ 1537 typeset vol_orig=$(get_prop origin $vol) 1538 typeset clone_orig=$(get_prop origin $clone) 1545 $clone_orig != $(get_prop origin $clone) ]]; 1557 $clone_orig != $(get_prop origin $clone) ]]; [all …]
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-dvmrp.c | 168 register uint32_t mask, origin; in print_report() local 199 origin = 0; in print_report() 202 origin = origin << 8 | *bp++; in print_report() 205 origin <<= 8; in print_report() 211 ND_PRINT((ndo, "\n\t %s metric %d", intoa(htonl(origin)), in print_report()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 274 lzc_clone(const char *fsname, const char *origin, nvlist_t *props) in lzc_clone() argument 280 fnvlist_add_string(args, "origin", origin); in lzc_clone() 857 if (origin != NULL && strlen(origin)) in recv_impl() 858 fnvlist_add_string(innvl, "origin", origin); in recv_impl() 913 if (origin != NULL) in recv_impl() 914 (void) strlcpy(zc.zc_string, origin, in recv_impl() 966 lzc_receive(const char *snapname, nvlist_t *props, const char *origin, in lzc_receive() argument 969 return (recv_impl(snapname, props, NULL, NULL, 0, origin, force, in lzc_receive() 983 return (recv_impl(snapname, props, NULL, NULL, 0, origin, force, in lzc_receive_resumable() 1006 return (recv_impl(snapname, props, NULL, NULL, 0, origin, force, in lzc_receive_with_header() [all …]
|