/freebsd/sys/dev/drm2/ |
H A D | drm_fixed.h | 30 u32 full; member 38 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) 39 #define dfixed_init(A) { .full = dfixed_const((A)) } 40 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } 41 #define dfixed_trunc(A) ((A).full >> 12) 42 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) 55 if (A.full > dfixed_const(non_frac)) in dfixed_ceil() 63 u64 tmp = ((u64)A.full << 13); in dfixed_div() 65 do_div(tmp, B.full); in dfixed_div()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send-c_mixed_compression.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 27 # 2. Receive a full compressed send, and verify the data and compression ratios 46 log_must zfs snapshot $send_ds@full 47 log_must eval "zfs send -c $send_ds@full >$BACKDIR/full" 48 log_must eval "zfs recv $recv_ds <$BACKDIR/full" 50 verify_stream_size $BACKDIR/full $send_ds 51 verify_stream_size $BACKDIR/full $recv_ds
|
H A D | send-c_lz4_disabled.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 61 log_must zfs snapshot $send_ds@full 63 log_must eval "zfs send -c $send_ds@full >$BACKDIR/full-c" 64 log_must eval "zfs recv $recv_ds <$BACKDIR/full-c" 68 log_must eval "zfs send $send_ds@full >$BACKDIR/full" 69 log_must eval "zfs recv $recv_ds <$BACKDIR/full"
|
H A D | send-c_recv_lz4_disabled.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 59 log_must zfs snapshot $send_ds@full 61 log_must eval "zfs send -c $send_ds@full >$BACKDIR/full-c" 62 log_mustnot eval "zfs recv $recv_ds <$BACKDIR/full-c" 64 log_must eval "zfs send $send_ds@full >$BACKDIR/full" 65 log_must eval "zfs recv $recv_ds <$BACKDIR/full"
|
H A D | send-c_zstreamdump.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 27 # 1. Create a full compressed send stream 48 log_must zfs snapshot $sendfs@full 50 log_must eval "zfs send -c $sendfs@full >$BACKDIR/full" 51 log_must stream_has_features $BACKDIR/full lz4 compressed 52 zstream dump -v $BACKDIR/full > $BACKDIR/dump.out 66 get_resume_token "zfs send -c $sendfs@full" $streamfs $recvfs
|
H A D | rsend_030_pos.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 22 # Verify resumability of full ZFS send/receive on existing dataset 25 # 1. Start a full ZFS send with redirect output to a file 41 log_assert "Verify resumability of full ZFS send/receive on existing dataset" 46 # Full send/recv on existing dataset 66 log_pass "Verify resumability of full ZFS send/receive on existing dataset"
|
H A D | rsend_020_pos.ksh | 9 # A full copy of the text of the CDDL should have accompanied this 23 # Verify resumability of a full ZFS send/receive with the -D (dedup) flag in 27 # 1. Start a full ZFS send with the -D flag (dedup), redirect output to a file 36 log_assert "Verify resumability of full ZFS send/receive with the -D " \ 49 log_pass "Verify resumability of full ZFS send/receive with the -D " \
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
H A D | zvol_misc_volmode.ksh | 39 # 3. Verify "volmode=full" exposes a fully functional device 140 # 3. Verify "volmode=full" exposes a fully functional device 143 set_volmode full $ZVOL 147 # 3.1 Verify "volmode=geom" is an alias for "volmode=full" 150 if [[ "$(get_prop 'volmode' $ZVOL)" != "full" ]]; then 151 log_fail " Volmode value 'geom' is not an alias for 'full'" 167 # 5.1 Verify sysctl "volmode=full" 195 # 6.1 Check volmode=full case 196 set_volmode full $TESTPOOL 197 verify_inherited 'volmode' 'full' $ZVOL $TESTPOOL [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_-e.ksh | 10 # A full copy of the text of the CDDL should have accompanied this 62 log_must zfs snapshot -r "$poolname@full" 68 log_must eval "zfs send $poolname/fs@full > $streamfile" 80 log_must eval "zfs send $poolname@full > $streamfile" 83 log_must snapexists "$recvfs_rootds/$poolname@full" 90 log_must eval "zfs send -R $poolname/fs/a@full > $streamfile" 94 log_must snapexists "$recvfs_fs/a@full" 95 log_must snapexists "$recvfs_fs/a/b@full" 100 log_must eval "zfs send -R -i full $poolname/fs/a@incr > $streamfile"
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_07.X.out | 1 …full-time="honest & for true">full</benefits></employee><employee><first-name>Terry</first-nam…
|
H A D | test_07.XP.out | 20 <benefits full-time="honest & for true">full</benefits> 29 <benefits full-time="honest & for true">full</benefits> 38 <benefits full-time="honest & for true">full</benefits> 63 <benefits full-time="honest & for true">full</benefits>
|
H A D | test_07.E.out | 24 op attr: [full-time] [honest & for true] [0] 25 op string: [benefits] [full] [0x8] 34 op attr: [full-time] [honest & for true] [0] 35 op string: [benefits] [full] [0x8] 44 op attr: [full-time] [honest & for true] [0] 45 op string: [benefits] [full] [0x8] 70 op attr: [full-time] [honest & for true] [0] 71 op string: [benefits] [full] [0x8]
|
H A D | test_05.XP.out | 38 <benefits full-time="honest & for true">full</benefits> 46 <benefits full-time="honest & for true">full</benefits> 54 <benefits full-time="honest & for true">full</benefits> 76 <benefits full-time="honest & for true">full</benefits>
|
H A D | test_05.X.out | 1 …full-time="honest & for true">full</benefits></employee><employee><first-name>Terry</first-nam…
|
/freebsd/contrib/tcsh/ |
H A D | tw.help.c | 88 struct Strbuf full = Strbuf_INIT; in do_help() local 99 cleanup_push(&full, Strbuf_cleanup); in do_help() 113 * now make the full path name - try first /bar/foo.help, then in do_help() 117 full.len = 0; in do_help() 118 Strbuf_append(&full, curdir); in do_help() 119 Strbuf_append(&full, STRslash); in do_help() 120 Strbuf_append(&full, name); in do_help() 121 ep = full.len; in do_help() 123 full.len = ep; in do_help() 124 Strbuf_append(&full, str2short(*sp)); in do_help() [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | generate-ci-type.py | 10 - all commit messages do not contain 'ZFS-CI-Type: full' 12 Otherwise prints "full". 20 Patterns of files that are not considered to trigger full CI. 29 Patterns of files that are considered to trigger full CI. 85 if line.strip().lower() == 'zfs-ci-type: full': 86 output_type('full', f'explicitly requested by commit {commit_ref}') 102 'full', 107 output_type('quick', 'no changed file matches full CI patterns')
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | TpiHashing.h | 21 explicit TagRecordHash(codeview::ClassRecord CR, uint32_t Full, in TagRecordHash() 23 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { in TagRecordHash() 27 explicit TagRecordHash(codeview::EnumRecord ER, uint32_t Full, in TagRecordHash() 29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash() 33 explicit TagRecordHash(codeview::UnionRecord UR, uint32_t Full, in TagRecordHash() 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash() 65 /// the hash of its forward decl and full decl.
|
/freebsd/share/man/man4/ |
H A D | ure.4 | 82 .Cm full-duplex 91 .Cm full-duplex 98 .Cm full-duplex 103 .Cm full-duplex 110 .Bl -tag -width "full-duplex" 111 .It Cm full-duplex 112 Force full-duplex operation.
|
H A D | full.4 | 29 .Nm full 30 .Nd the full device 35 However, it will always be full when writing to it. 37 .Bl -tag -width /dev/full 38 .It Pa /dev/full
|
H A D | genet.4 | 53 10/100/1000Mbps operation in full-duplex mode 77 .Cm full-duplex 87 .Cm full-duplex 94 .Cm full-duplex 105 .Bl -tag -width ".Cm full-duplex" 106 .It Cm full-duplex 107 Force full duplex operation.
|
H A D | nge.4 | 68 full or half duplex. 93 .Cm full-duplex 103 .Cm full-duplex 109 .Cm full-duplex 116 .Cm full-duplex 125 .Bl -tag -width full-duplex 126 .It Cm full-duplex 127 Force full duplex operation.
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 3.t | 198 Fragments of adjoining blocks cannot be used as a full block, 201 fragments 6\-9 cannot be allocated as a full block; 202 only fragments 12\-15 can be coalesced into a full block. 214 This file would uses two full size blocks and one 218 a full size block is split yielding the necessary 243 a full block of data, a full block is allocated and 244 the first full block of new data is written there. 245 This process is repeated until less than a full block 248 fit in less than a full block, 250 otherwise a full block is located. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
H A D | voltage-divider.yaml | 14 interesting voltage is often the voltage over the full resistance 44 Resistance Rout over which the output voltage is measured. See full-ohms. 46 full-ohms: 48 Resistance R + Rout for the full divider. The io-channel is scaled by 55 - full-ohms 84 full-ohms = <222>; /* 200 + 22 */
|
H A D | voltage-divider.txt | 5 interesting voltage is often the voltage over the full resistance 27 See full-ohms. 28 - full-ohms : Resistance R + Rout for the full divider. The io-channel 41 full-ohms = <222>; /* 200 + 22 */
|
/freebsd/tools/test/stress2/misc/ |
H A D | fs.sh | 29 # Run a simple test on different FS variations, with and without disk full. 36 ftest () { # option, disk full 38 [ $2 -eq 1 ] && df=", disk full" || df="" 79 ftest "-O 1" 1 # ufs1, disk full 81 ftest "-O 2" 1 # ufs2, disk full 83 ftest "-U" 1 # ufs2 + soft update, disk full 85 ftest "-j" 1 # ufs2 + SU+J, disk full
|