Home
last modified time | relevance | path

Searched +full:top +full:- +full:level (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_01.HIPx.out3 <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 Dvdev_zaps_004_pos.ksh20 # Verify that per-vdev ZAPs are properly transferred on attach/detach.
23 # 1. Create a pool with one disk. Verify that it has a top and leaf ZAP.
25 # 3. Verify that top-level and leaf-level ZAPs were transferred properly.
26 # 4. Verify that the newly-attached disk has a leaf ZAP.
28 # 6. Verify that top-level and leaf-level ZAPs were transferred properly.
34 log_assert "Per-vdev ZAPs are transferred properly on attach/detach"
37 log_must zpool create -f $TESTPOOL $DISK
41 log_must eval "zdb -PC $TESTPOOL > $conf"
46 assert_zap_common $TESTPOOL $DISK "top" $orig_top
52 read -r _ disk2 _ <<<"$DISKS"
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-remove.89 .\" or https://opensource.org/licenses/CDDL-1.0.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
34 .Nm zpool-remove
48 .Bl -tag -width Ds
57 non-redundant primary top-level vdevs, including dedup and special vdevs.
59 Top-level vdevs can only be removed if the primary pool storage does not contain
60 a top-level raidz vdev, all top-level vdevs have the same sector size, and the
63 Removing a top-level vdev reduces the total amount of space in the storage pool.
75 feature flag must be enabled to remove a top-level vdev, see
76 .Xr zpool-features 7 .
[all …]
/freebsd/contrib/lua/src/
H A Dlfunc.c30 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 Dsmfi_setdbg.html4 <!--
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 Dsmfi_version.html4 <!--
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 Dstate021.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the top level and bottom level properties are set locally and the
35 # middle dataset has inherited from the top level, results in the top level
36 # properties reverting back to their default values, and the middle level
37 # inheriting the new top level value.
39 # Executing 'zfs inherit' at the bottom level results in it inheriting
40 # the middle level values.
H A Dstate017.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the top level and middle level datasets properties are set locally,
35 # and the bottom level has inherited its properties from the middle
36 # level, results in the top level properties reverting back to their
39 # Executing 'zfs inherit' at the middle level results in the middle level
40 # inheriting its value from the top level (which is now default), and passing
41 # the values down to the bottom level.
43 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
H A Dstate016.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
34 # when the middle level properties are set locally, and the bottom
35 # level has inherited its value from the middle level, results in no change
36 # to the top level properties and the middle and bottom properties changing
37 # to the top level (default) values.
39 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
40 # at the top level is somewhat redundant but ss done for completeness sake.
45 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit -r
[all …]
H A Dstate018.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
34 # when the top level and middle level datasets properties are set locally,
35 # and the bottom level has inherited its properties from the middle
36 # level, results in the top level properties reverting back to their
40 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
41 # it at the top level is somewhat redundant but is done for completeness sake.
46 TESTPOOL:inherit -r
53 TESTPOOL/TESTCTR:inherit -r
H A Dstate022.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
34 # when the top level and bottom level properties are set locally and the
35 # middle dataset has inherited from the top level, results in the top level
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
44 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit -r
58 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate015.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the middle level properties are set locally, and the bottom
35 # level has inherited its value from the middle level, results in no change
36 # to the top level properties.
38 # Executing 'zfs inherit' at the middle level results in the middle level
39 # inheriting its value from the top level, and passing the values down to
40 # the bottom level.
42 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
H A Dstate020.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
34 # when the top level properties are set locally and the middle and bottom
35 # datasets have inherited from the top level, results in the top level
39 # 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 Dstate012.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy
34 # when the bottom filesystem level properties have been set locally results
35 # in the top level property values being propagated down the data
38 # Executing inherit -r at the middle level and bottom levels after
39 # running it at the top level is somewhat redundant as the top level value
45 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit -r
57 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate014.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy
34 # when the bottom and middle level properties have been set locally results
35 # in the top level property values being propagated down the data
38 # Note : executing inherit -r at the middle level and bottom levels after
39 # running it at the top level is somewhat redundant as the top level value
45 TESTPOOL:inherit -r
51 TESTPOOL/TESTCTR:inherit -r
57 TESTPOOL/TESTCTR/TESTFS1:inherit -r
H A Dstate019.cfg9 # or https://opensource.org/licenses/CDDL-1.0.
33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when the top level properties are set locally and the middle and bottom
35 # datasets have inherited from the top level, results in the top level
/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A Dstate016.cfg28 # 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 Dstate018.cfg28 # 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 Dstate022.cfg28 # 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 Dstate020.cfg28 # 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 Dstate012.cfg28 # 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 Dstate014.cfg28 # 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 Dtss.h1 /*-
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 DLegacyPassManagers.h1 //===- 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 Dreservation_010_pos.ksh1 #!/bin/ksh -p
10 # or https://opensource.org/licenses/CDDL-1.0.
45 # 2) Create a filesystem at the same level
54 log_assert "Destroying top level filesystem with reservation allows more " \
55 "data to be written to another top level filesystem"
62 [[ -e $TESTDIR/$TESTFILE1 ]] && log_must rm -rf $TESTDIR/$TESTFILE1
63 [[ -e $TESTDIR/$TESTFILE2 ]] && log_must rm -rf $TESTDIR/$TESTFILE2
78 ((resv_size_set = space_avail - RESV_FREE_SPACE))
89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
95 log_must zfs destroy -f $TESTPOOL/$TESTFS1
[all …]

12345678910>>...43