| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | removal_nopwrite.ksh | 36 origin="$TESTPOOL/$TESTFS" 38 log_must zfs set compress=on $origin 39 log_must zfs set checksum=skein $origin 41 log_must zfs set copies=1 $origin 42 log_must zfs set recordsize=8k $origin 45 log_must zfs set copies=3 $origin 49 log_must zfs set copies=1 $origin 50 log_must zfs set recordsize=128k $origin 53 log_must zfs set copies=3 $origin 58 zfs snapshot $origin@a || log_fail "zfs snap failed" [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
| H A D | nopwrite_negative.ksh | 35 origin="$TESTPOOL/$TESTFS" 40 datasetexists $origin && destroy_dataset $origin -R 41 log_must zfs create -o mountpoint=$TESTDIR $origin 49 zfs snapshot $origin@a || log_fail "zfs snap failed" 50 log_must zfs clone -o compress=on $origin@a $origin/clone 51 log_must zfs set checksum=sha256 $origin/clone 54 log_mustnot verify_nopwrite $origin $origin@a $origin/clone 55 zfs destroy -R $origin@a || log_fail "zfs destroy failed" 59 log_must zfs set compress=on $origin 62 log_must zfs set checksum=sha256 $origin [all …]
|
| H A D | nopwrite_copies.ksh | 33 origin="$TESTPOOL/$TESTFS" 38 datasetexists $origin && destroy_dataset $origin -R 39 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 $origin/clone 51 zfs set copies=3 $origin/clone 54 log_mustnot verify_nopwrite $origin $origin@a $origin/clone 57 zfs destroy -R $origin || log_fail "Couldn't destroy $origin" [all …]
|
| H A D | nopwrite_varying_compression.ksh | 40 origin="$TESTPOOL/$TESTFS" 45 datasetexists $origin && destroy_dataset $origin -R 46 log_must zfs create -o mountpoint=$TESTDIR $origin 51 log_must zfs set compress=on $origin 52 log_must zfs set checksum=sha256 $origin 58 zfs snapshot $origin@a || log_fail "zfs snap failed" 59 log_must zfs clone -o compress=$i $origin@a $origin/clone 62 log_must verify_nopwrite $origin $origin@a $origin/clone 63 zfs destroy -R $origin@a || log_fail "zfs destroy failed"
|
| H A D | nopwrite_recsize.ksh | 33 origin="$TESTPOOL/$TESTFS" 38 datasetexists $origin && destroy_dataset $origin -R 39 log_must zfs create -o mountpoint=$TESTDIR $origin 44 log_must zfs set compress=on $origin 45 log_must zfs set checksum=sha256 $origin 48 zfs snapshot $origin@a || log_fail "zfs snap failed" 49 log_must zfs clone $origin@a $origin/clone 52 log_must zfs set recsize=$rs $origin/clone 55 log_must verify_nopwrite $origin $origin@a $origin/clone
|
| H A D | nopwrite_sync.ksh | 33 origin="$TESTPOOL/$TESTFS" 38 datasetexists $origin && destroy_dataset $origin -R 39 log_must zfs create -o mountpoint=$TESTDIR $origin 44 log_must zfs set compress=on $origin 45 log_must zfs set checksum=sha256 $origin 48 zfs snapshot $origin@a || log_fail "zfs snap failed" 49 log_must zfs clone $origin@a $origin/clone 54 log_must verify_nopwrite $origin $origin@a $origin/clone
|
| H A D | nopwrite_volume.ksh | 33 origin="$TESTPOOL/$TESTVOL" 35 vol="${ZVOL_RDEVDIR}/$origin" 41 datasetexists $origin && destroy_dataset $origin -R 47 log_must zfs set compress=on $origin 48 log_must zfs set checksum=sha256 $origin 50 2>&1 || log_fail "dd into $origin failed." 51 zfs snapshot $origin@a || log_fail "zfs snap failed" 52 log_must zfs clone $origin@a $clone 58 log_must verify_nopwrite $origin $origin@a $clone
|
| H A D | nopwrite_mtime.ksh | 33 origin="$TESTPOOL/$TESTFS" 38 datasetexists $origin && destroy_dataset $origin -R 39 log_must zfs create -o mountpoint=$TESTDIR $origin 44 log_must zfs set compress=on $origin 45 log_must zfs set checksum=sha256 $origin 48 zfs snapshot $origin@a || log_fail "zfs snap failed" 49 log_must zfs clone $origin@a $origin/clone 88 log_must verify_nopwrite $origin $origin@a $origin/clone
|
| H A D | nopwrite_promoted_clone.ksh | 35 origin="$TESTPOOL/$TESTFS" 40 datasetexists $origin && destroy_dataset $TESTPOOL/clone -R 41 log_must zfs create -o mountpoint=$TESTDIR $origin 46 log_must zfs set compress=on $origin 47 log_must zfs set checksum=sha256 $origin 50 zfs snapshot $origin@a || log_fail "zfs snap failed" 51 log_must zfs clone $origin@a $TESTPOOL/clone 57 log_must verify_nopwrite $TESTPOOL/clone $TESTPOOL/clone@a $origin
|
| /freebsd/sys/sys/ |
| H A D | random.h | 121 random_harvest_queue(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue() argument 124 if (hc_source_mask & (1 << origin)) in random_harvest_queue() 125 random_harvest_queue_(entropy, size, origin); in random_harvest_queue() 129 random_harvest_fast(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_fast() argument 132 if (hc_source_mask & (1 << origin)) in random_harvest_fast() 137 random_harvest_direct(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct() argument 140 if (hc_source_mask & (1 << origin)) in random_harvest_direct() 141 random_harvest_direct_(entropy, size, origin); in random_harvest_direct()
|
| /freebsd/sys/dev/fb/ |
| H A D | splash_pcx.c | 204 int banksize, origin; in pcx_draw() local 219 for (origin = 0; origin < sheight*sbpsl; origin += banksize) { in pcx_draw() 220 vidd_set_win_org(adp, origin); in pcx_draw() 226 origin = 0; in pcx_draw() 230 origin += banksize; in pcx_draw() 232 vidd_set_win_org(adp, origin); in pcx_draw() 250 origin += banksize; in pcx_draw() 252 vidd_set_win_org(adp, origin); in pcx_draw() 259 origin += banksize; in pcx_draw() 261 vidd_set_win_org(adp, origin); in pcx_draw()
|
| /freebsd/crypto/openssl/doc/internal/man7/ |
| H A D | EVP_PKEY.pod | 23 as its "internal key" or "origin" (the reason for "origin" is 29 =item legacy origin 43 =item provider-native origin 60 confusing which one of the two is the origin. 95 For provider native origin keys, this doesn't require any help from 99 For legacy origin keys, this requires the associated 121 the key data that the cached keys came from is the "origin", and since 122 there are two forms of the latter, we have the "legacy origin" and the 123 "provider native origin".> 126 what form the origin has. [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/rsend/ |
| H A D | rsend_008_pos.ksh | 66 typeset origin 69 origin=$(get_prop origin ${dtst[$i]}) 71 if [[ $origin != "-" ]]; then 78 origin=$(get_prop origin $POOL2) 79 if [[ $origin != "-" ]]; then
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_008_pos.ksh | 61 typeset origin 64 origin=$(get_prop origin ${dtst[$i]}) 66 if [[ $origin != "-" ]]; then 73 origin=$(get_prop origin $POOL2) 74 if [[ $origin != "-" ]]; then
|
| H A D | send-c_props.ksh | 67 typeset origin= 69 origin=noorigin 71 log_must cmp_ds_prop $POOL$ds $POOL2$ds nosource $origin
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan.cpp | 357 static void SetOrigin(const void *dst, uptr size, u32 origin) { in SetOrigin() argument 367 u64 origin64 = ((u64)origin << 32) | origin; in SetOrigin() 371 if (*(u32 *)beg != origin) in SetOrigin() 372 *(u32 *)beg = origin; in SetOrigin() 381 if (*(u32 *)(end - kOriginAlign) != origin) in SetOrigin() 382 *(u32 *)(end - kOriginAlign) = origin; in SetOrigin() 548 void SetShadow(dfsan_label label, void *addr, uptr size, dfsan_origin origin) { in SetShadow() argument 553 SetOrigin(addr, size, origin); in SetShadow() 578 dfsan_label label, dfsan_origin origin, void *addr, uptr size) { in __dfsan_set_label() argument 579 __dfsan::SetShadow(label, addr, size, origin); in __dfsan_set_label() [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/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 131 def lzc_clone(name, origin, props=None): argument 162 ret = _lib.lzc_clone(name, origin, nvlist) 163 errors.lzc_clone_translate_error(ret, name, origin, props) 704 def lzc_receive(snapname, fd, force=False, raw=False, origin=None, props=None): argument 798 if origin is not None: 799 c_origin = origin 807 ret, snapname, fd, force, raw, False, False, origin, None 993 snapname, fd, force=False, raw=False, origin=None, props=None argument 1054 if origin is not None: 1055 c_origin = origin [all …]
|
| /freebsd/lib/libc/nameser/ |
| H A D | ns_print.c | 53 static size_t prune_origin(const char *name, const char *origin); 57 const u_char **p, const char *origin, 86 const char *name_ctx, const char *origin, in ns_sprintrr() argument 94 name_ctx, origin, buf, buflen); in ns_sprintrr() 108 const char *name_ctx, const char *origin, in ns_sprintrrf() argument 125 len = prune_origin(name, origin); in ns_sprintrrf() 133 if (((origin == NULL || origin[0] == '\0') || in ns_sprintrrf() 134 (origin[0] != '.' && origin[1] != '\0' && in ns_sprintrrf() 171 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() 198 T(addname(msg, msglen, &rdata, origin, &buf, &buflen)); in ns_sprintrrf() [all …]
|
| /freebsd/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/contrib/tcpdump/ |
| H A D | print-dvmrp.c | 149 uint32_t mask, origin; in print_report() local 176 origin = 0; in print_report() 178 origin = origin << 8 | GET_U_1(bp); in print_report() 182 origin <<= 8; in print_report() 188 ND_PRINT("\n\t %s metric %u", intoa(htonl(origin)), in print_report()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 237 void PrintWarningWithOrigin(uptr pc, uptr bp, u32 origin) { in PrintWarningWithOrigin() argument 240 __msan_origin_tls = origin; in PrintWarningWithOrigin() 250 (__msan_get_track_origins() && Origin::isValidId(origin)) ? origin : 0; in PrintWarningWithOrigin() 253 if (__msan_get_track_origins() && !Origin::isValidId(origin)) { in PrintWarningWithOrigin() 257 origin); in PrintWarningWithOrigin() 409 void __msan_warning_with_origin(u32 origin) { in __msan_warning_with_origin() argument 411 PrintWarningWithOrigin(pc, bp, origin); in __msan_warning_with_origin() 420 void __msan_warning_with_origin_noreturn(u32 origin) { in __msan_warning_with_origin_noreturn() argument 422 PrintWarningWithOrigin(pc, bp, origin); in __msan_warning_with_origin_noreturn() 600 void __msan_set_origin(const void *a, uptr size, u32 origin) { in __msan_set_origin() argument [all …]
|
| /freebsd/sys/dev/random/ |
| H A D | random_harvestq.c | 847 random_harvest_queue_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_queue_() argument 853 KASSERT(origin >= RANDOM_START && origin < ENTROPYSOURCE, in random_harvest_queue_() 854 ("%s: origin %d invalid", __func__, origin)); in random_harvest_queue_() 862 event->he_source = origin; in random_harvest_queue_() 863 event->he_destination = hc->hc_destination[origin]++; in random_harvest_queue_() 900 random_harvest_direct_(const void *entropy, u_int size, enum random_entropy_source origin) in random_harvest_direct_() argument 904 …KASSERT(origin >= RANDOM_START && origin < ENTROPYSOURCE, ("%s: origin %d invalid\n", __func__, or… in random_harvest_direct_() 908 event.he_source = origin; in random_harvest_direct_() 909 event.he_destination = harvest_context.hc_destination[origin]++; in random_harvest_direct_()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | delegate_common.kshlib | 1011 typeset fs_orig=$(get_prop origin $fs) 1012 typeset clone_orig=$(get_prop origin $clone) 1017 if [[ $fs_orig != $(get_prop origin $fs) || \ 1018 $clone_orig != $(get_prop origin $clone) ]]; then 1025 if [[ $fs_orig != $(get_prop origin $fs) || \ 1026 $clone_orig != $(get_prop origin $clone) ]]; then 1033 if [[ $fs_orig != $(get_prop origin $fs) || \ 1034 $clone_orig != $(get_prop origin $clone) ]]; then 1043 if [[ $snap != $(get_prop origin $clone) || \ 1044 $clone_orig != $(get_prop origin $fs) ]]; then [all …]
|
| /freebsd/contrib/ldns/ |
| H A D | zone.c | 188 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 190 return ldns_zone_new_frm_fp_l(z, fp, origin, ttl, c, NULL); in ldns_zone_new_frm_fp() 195 ldns_zone_new_frm_fp_l(ldns_zone **z, FILE *fp, const ldns_rdf *origin, in ldns_zone_new_frm_fp_l() argument 221 if (origin) { in ldns_zone_new_frm_fp_l() 222 my_origin = ldns_rdf_clone(origin); in ldns_zone_new_frm_fp_l() 225 my_prev = ldns_rdf_clone(origin); in ldns_zone_new_frm_fp_l()
|