/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_01.HIPx.out | 3 <div class="data" data-tag="type" data-xpath="/top-level/type">ethernet</div> 5 <div class="data" data-tag="type" data-xpath="/top-level/type">bridge</div> 7 <div class="data" data-tag="type" data-xpath="/top-level/type"> 18u</div> 9 <div class="data" data-tag="type" data-xpath="/top-level/type"> 24</div> 12 <div class="data" data-tag="address" data-xpath="/top-level/address">0x0</div> 14 <div class="data" data-tag="port" data-xpath="/top-level/port">1</div> 19 <div class="data" data-tag="address" data-xpath="/top-level/address">0x0</div> 21 <div class="data" data-tag="port" data-xpath="/top-level/port">1</div> 26 <div class="data" data-tag="address" data-xpath="/top-level/address">0x0</div> 28 <div class="data" data-tag="port" data-xpath="/top-level/port">1</div> [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/ |
H A D | vdev_zaps_004_pos.ksh | 2 # SPDX-License-Identifier: CDDL-1.0 21 # Verify that per-vdev ZAPs are properly transferred on attach/detach. 24 # 1. Create a pool with one disk. Verify that it has a top and leaf ZAP. 26 # 3. Verify that top-level and leaf-level ZAPs were transferred properly. 27 # 4. Verify that the newly-attached disk has a leaf ZAP. 29 # 6. Verify that top-level and leaf-level ZAPs were transferred properly. 35 log_assert "Per-vdev ZAPs are transferred properly on attach/detach" 38 log_must zpool create -f $TESTPOOL $DISK 42 log_must eval "zdb -PC $TESTPOOL > $conf" 47 assert_zap_common $TESTPOOL $DISK "top" $orig_top [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-remove.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 28 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 35 .Nm zpool-remove 49 .Bl -tag -width Ds 58 non-redundant primary top-level vdevs, including dedup and special vdevs. 60 Top-level vdevs can only be removed if the primary pool storage does not contain 61 a top-level raidz vdev, all top-level vdevs have the same sector size, and the 64 Removing a top-level vdev reduces the total amount of space in the storage pool. 76 feature flag must be enabled to remove a top-level vdev, see [all …]
|
/freebsd/contrib/lua/src/ |
H A D | lfunc.c | 30 c->nupvalues = cast_byte(nupvals); in luaF_newCclosure() 38 c->p = NULL; in luaF_newLclosure() 39 c->nupvalues = cast_byte(nupvals); in luaF_newLclosure() 40 while (nupvals--) c->upvals[nupvals] = NULL; in luaF_newLclosure() 50 for (i = 0; i < cl->nupvalues; i++) { in luaF_initupvals() 53 uv->v.p = &uv->u.value; /* make it closed */ in luaF_initupvals() 54 setnilvalue(uv->v.p); in luaF_initupvals() 55 cl->upvals[i] = uv; in luaF_initupvals() 62 ** Create a new upvalue at the given level, and link it to the list of 65 static UpVal *newupval (lua_State *L, StkId level, UpVal **prev) { in newupval() argument [all …]
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | smfi_setdbg.html | 4 <!-- 5 $Id: smfi_setdbg.html,v 1.4 2013-11-22 20:51:39 ca Exp $ 6 --> 10 <!---------- Synopsis -----------> 11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD> 15 int level; 18 Set the debugging (tracing) level for the milter library. 21 <!----------- Description ----------> 22 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD> 24 <TR align="left" valign=top> [all …]
|
H A D | smfi_version.html | 4 <!-- 5 $Id: smfi_version.html,v 1.7 2013-11-22 20:51:39 ca Exp $ 6 --> 10 <!---------- Synopsis -----------> 11 <TR><TH VALIGN="TOP" ALIGN=LEFT WIDTH=100>SYNOPSIS</TH><TD> 23 <!----------- Description ----------> 24 <TR><TH VALIGN="TOP" ALIGN=LEFT>DESCRIPTION</TH><TD> 26 <TR ALIGN="LEFT" VALIGN=TOP> 30 <TR ALIGN="LEFT" VALIGN=TOP> 37 <!----------- Arguments ----------> [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
H A D | state021.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that executing 'zfs inherit' at the top level in the hierarchy 35 # when the top level and bottom level properties are set locally and the 36 # middle dataset has inherited from the top level, results in the top level 37 # properties reverting back to their default values, and the middle level 38 # inheriting the new top level value. 40 # Executing 'zfs inherit' at the bottom level results in it inheriting 41 # the middle level values.
|
H A D | state017.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that executing 'zfs inherit' at the top level in the hierarchy 35 # when the top level and middle level datasets properties are set locally, 36 # and the bottom level has inherited its properties from the middle 37 # level, results in the top level properties reverting back to their 40 # Executing 'zfs inherit' at the middle level results in the middle level 41 # inheriting its value from the top level (which is now default), and passing 42 # the values down to the bottom level. 44 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
|
H A D | state016.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 35 # when the middle level properties are set locally, and the bottom 36 # level has inherited its value from the middle level, results in no change 37 # to the top level properties and the middle and bottom properties changing 38 # to the top level (default) values. 40 # Executing 'zfs inherit -r' at the bottom and middle levels after executing 41 # at the top level is somewhat redundant but ss done for completeness sake. 46 TESTPOOL:inherit -r [all …]
|
H A D | state018.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 35 # when the top level and middle level datasets properties are set locally, 36 # and the bottom level has inherited its properties from the middle 37 # level, results in the top level properties reverting back to their 41 # Executing 'zfs inherit -r' at the middle and bottom levels after executing 42 # it at the top level is somewhat redundant but is done for completeness sake. 47 TESTPOOL:inherit -r 54 TESTPOOL/TESTCTR:inherit -r
|
H A D | state022.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 35 # when the top level and bottom level properties are set locally and the 36 # middle dataset has inherited from the top level, results in the top level 40 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat 45 TESTPOOL:inherit -r 52 TESTPOOL/TESTCTR:inherit -r 59 TESTPOOL/TESTCTR/TESTFS1:inherit -r
|
H A D | state015.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that executing 'zfs inherit' at the top level in the hierarchy 35 # when the middle level properties are set locally, and the bottom 36 # level has inherited its value from the middle level, results in no change 37 # to the top level properties. 39 # Executing 'zfs inherit' at the middle level results in the middle level 40 # inheriting its value from the top level, and passing the values down to 41 # the bottom level. 43 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
|
H A D | state020.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 35 # when the top level properties are set locally and the middle and bottom 36 # datasets have inherited from the top level, results in the top level 40 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat 46 TESTPOOL:inherit -r 53 TESTPOOL/TESTCTR:inherit -r 60 TESTPOOL/TESTCTR/TESTFS1:inherit -r
|
H A D | state019.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that executing 'zfs inherit' at the top level in the hierarchy 35 # when the top level properties are set locally and the middle and bottom 36 # datasets have inherited from the top level, results in the top level
|
H A D | state014.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that running 'zfs inherit -r' at each level of the data hierarchy 35 # when the bottom and middle level properties have been set locally results 36 # in the top level property values being propagated down the data 39 # Note : executing inherit -r at the middle level and bottom levels after 40 # running it at the top level is somewhat redundant as the top level value 46 TESTPOOL:inherit -r 52 TESTPOOL/TESTCTR:inherit -r 58 TESTPOOL/TESTCTR/TESTFS1:inherit -r
|
H A D | state012.cfg | 1 # SPDX-License-Identifier: CDDL-1.0 10 # or https://opensource.org/licenses/CDDL-1.0. 34 # Verify that running 'zfs inherit -r' at each level of the data hierarchy 35 # when the bottom filesystem level properties have been set locally results 36 # in the top level property values being propagated down the data 39 # Executing inherit -r at the middle level and bottom levels after 40 # running it at the top level is somewhat redundant as the top level value 46 TESTPOOL:inherit -r 52 TESTPOOL/TESTCTR:inherit -r 58 TESTPOOL/TESTCTR/TESTFS1:inherit -r
|
/freebsd/tests/sys/cddl/zfs/tests/inheritance/ |
H A D | state016.cfg | 28 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 29 # when the middle level properties are set locally, and the bottom 30 # level has inherited its value from the middle level, results in no change 31 # to the top level properties and the middle and bottom properties changing 32 # to the top level (default) values. 34 # Executing 'zfs inherit -r' at the bottom and middle levels after executing 35 # at the top level is somewhat redundant but ss done for completness sake. 40 testpool.inherit:inherit -r 46 testpool.inherit/TESTCTR:inherit -r 52 testpool.inherit/TESTCTR/TESTFS1:inherit -r
|
H A D | state018.cfg | 28 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 29 # when the top level and middle level datasets properties are set locally, 30 # and the bottom level has inherited its properties from the middle 31 # level, results in the top level properties reverting back to their 35 # Executing 'zfs inherit -r' at the middle and bottom levels after executing 36 # it at the top level is somewhat redundant but is done for completness sake. 41 testpool.inherit:inherit -r 48 testpool.inherit/TESTCTR:inherit -r
|
H A D | state022.cfg | 28 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 29 # when the top level and bottom level properties are set locally and the 30 # middle dataset has inherited from the top level, results in the top level 34 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat 39 testpool.inherit:inherit -r 46 testpool.inherit/TESTCTR:inherit -r 53 testpool.inherit/TESTCTR/TESTFS1:inherit -r
|
H A D | state020.cfg | 28 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 29 # when the top level properties are set locally and the middle and bottom 30 # datasets have inherited from the top level, results in the top level 34 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat 40 testpool.inherit:inherit -r 47 testpool.inherit/TESTCTR:inherit -r 54 testpool.inherit/TESTCTR/TESTFS1:inherit -r
|
H A D | state012.cfg | 28 # Verify that running 'zfs inherit -r' at each level of the data hierarchy 29 # when the bottom filesystem level properties have been set locally results 30 # in the top level property values being propogated down the data 33 # Executing inherit -r at the middle level and bottom levels after 34 # running it at the top level is somewhat redundant as the top level value 40 testpool.inherit:inherit -r 46 testpool.inherit/TESTCTR:inherit -r 52 testpool.inherit/TESTCTR/TESTFS1:inherit -r
|
H A D | state014.cfg | 28 # Verify that running 'zfs inherit -r' at each level of the data hierarchy 29 # when the bottom and middle level properties have been set locally results 30 # in the top level property values being propogated down the data 33 # Note : executing inherit -r at the middle level and bottom levels after 34 # running it at the top level is somewhat redundant as the top level value 40 testpool.inherit:inherit -r 46 testpool.inherit/TESTCTR:inherit -r 52 testpool.inherit/TESTCTR/TESTFS1:inherit -r
|
/freebsd/sys/i386/include/ |
H A D | tss.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 43 int tss_link; /* actually 16 bits: top 16 bits must be zero */ 44 int tss_esp0; /* kernel stack pointer privilege level 0 */ 45 int tss_ss0; /* actually 16 bits: top 16 bits must be zero */ 46 int tss_esp1; /* kernel stack pointer privilege level 1 */ 47 int tss_ss1; /* actually 16 bits: top 16 bits must be zero */ 48 int tss_esp2; /* kernel stack pointer privilege level 2 */ 49 int tss_ss2; /* actually 16 bits: top 16 bits must be zero */ 61 int tss_es; /* actually 16 bits: top 16 bits must be zero */ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LegacyPassManagers.h | 1 //===- LegacyPassManagers.h - Legacy Pass Infrastructure --------* 143 PMDataManager *top() const { return S.back(); } top() function [all...] |
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
H A D | reservation_009_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 11 # or https://opensource.org/licenses/CDDL-1.0. 46 # 2) Create a filesystem at the same level 55 log_assert "Setting top level dataset reservation to 'none' allows more data " \ 56 "to be written to top level filesystem" 60 log_must rm -rf $TESTDIR/$TESTFILE1 61 log_must rm -rf $TESTDIR/$TESTFILE2 64 destroy_dataset $TESTPOOL/$TESTFS1 -f 79 ((resv_size_set = space_avail - RESV_FREE_SPACE)) [all …]
|