Home
last modified time | relevance | path

Searched full:dsl (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-stp-xway.txt5 3 groups of 8 bits can be driven. The hardware is able to allow the DSL modem
22 - lantiq,dsl : The dsl core can control the 2 LSBs of the gpio cascade. This 2 bit
38 lantiq,dsl = <0x3>;
H A Dgpio-stp-xway.yaml12 3 groups of 8 bits can be driven. The hardware is able to allow the DSL modem
52 lantiq,dsl:
54 The dsl core can control the 2 LSBs of the gpio cascade. This 2 bit
95 lantiq,dsl = <0x3>;
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_crypt.h30 * ZAP entry keys for DSL Crypto Keys stored on disk. In addition,
67 /* dsl directory object that owns this wrapping key */
106 * In-memory representation of a DSL Crypto Key object. One of these structs
128 * In-memory mapping of a dataset object id to a DSL Crypto Key. This is used
146 /* in memory structure for holding all wrapping and dsl keys */
H A Ddsl_prop.h42 /* The callback func may not call into the DMU or DSL! */
/freebsd/usr.sbin/makefs/zfs/
H A Ddsl.c43 uint64_t dsid; /* DSL dataset dnode */
58 uint64_t dirid; /* DSL directory dnode */
62 /* DSL directory tree linkage. */
250 * Go through the list of user-specified datasets and create DSL objects in dsl_init()
341 * Create a DSL directory, which is effectively an entry in the ZFS namespace.
342 * We always create a root DSL directory, whose name is the pool's name, and
347 * Directories typically reference a DSL dataset, the "head dataset", which
380 * This is the root DSL directory. in dsl_dir_alloc()
448 * Convert dataset properties into entries in the DSL directory's properties
556 * Perform accounting, starting from the leaves of the DSL directory in dsl_write()
H A Dzfs.h96 /* DSL state. */
97 zfs_dsl_dir_t *rootdsldir; /* root DSL directory */
117 /* dsl.c */
H A DMakefile.inc4 SRCS+= dsl.c \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c36 * All master keys are stored encrypted on disk in the form of the DSL
56 * The DSL Crypto Key Tree:
57 * The DSL Crypto Keys (DCK) are the in-memory representation of decrypted
60 * dataset will share a DSL Crypto Key, so they are also refcounted. Once the
65 * the DSL Crypto Keys can belong to multiple datasets, we maintain a tree of
67 * appropriate DSL Crypto Key. The management for creating and destroying these
224 * maintained through the DSL. in dsl_crypto_params_create_nvlist()
481 /* hold the dsl dir */ in dsl_crypto_can_set_keylocation()
724 /* Release the wrapping key (the dsl key now has a reference to it) */ in spa_keystore_dsl_key_hold_dd()
800 /* hold the dsl dir */ in spa_keystore_load_wkey()
[all …]
H A Dvdev_rebuild.c45 * performed by the dsl scan code.
772 dsl_pool_t *dsl = spa_get_dsl(spa); in vdev_rebuild_thread() local
773 if (dsl_scan_scrubbing(dsl)) in vdev_rebuild_thread()
774 dsl_scan_cancel(dsl); in vdev_rebuild_thread()
855 txg_wait_synced(dsl, 0); in vdev_rebuild_thread()
H A Ddmu.c117 {DMU_BSWAP_UINT64, TRUE, TRUE, FALSE, "DSL directory" },
118 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL directory child map"},
119 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL dataset snap map" },
120 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL props" },
121 {DMU_BSWAP_UINT64, TRUE, TRUE, FALSE, "DSL dataset" },
137 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL permissions" },
142 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL dataset next clones"},
155 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL deadlist map" },
156 {DMU_BSWAP_UINT64, TRUE, TRUE, FALSE, "DSL deadlist map hdr" },
157 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL dir clones" },
/freebsd/tools/tools/nanobsd/
H A Dlegacy.sh51 dsl = int (($7 + cs - 1) / cs)
53 dsl = 0;
61 isl = int ((cyl - dsl - csl) / $2)
83 print c, dsl * cs, 4
/freebsd/usr.sbin/makefs/
H A Dzfs.c504 * L-> root DSL directory
505 * |-> DSL child directory (ZAP)
506 * | |-> $MOS (DSL dir)
509 * | |-> $FREE (DSL dir)
512 * | |-> $ORIGIN (DSL dir)
521 * | |-> dataset 1 (DSL dir)
522 * | | |-> DSL dataset
532 * |-> DSL root dataset
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,bcm63138.txt1 Broadcom BCM63138 DSL System-on-a-Chip device tree bindings
4 Boards compatible with the BCM63138 DSL System-on-a-Chip should have the
H A Dbrcm,bcmbca.yaml10 Broadcom Broadband SoCs include family of high performance DSL/PON/Wireless
/freebsd/sys/contrib/device-tree/Bindings/mips/brcm/
H A Dsoc.yaml7 title: Broadcom cable/DSL/settop platforms
13 Boards Broadcom cable/DSL/settop SoC shall have the following properties.
H A Dsoc.txt1 * Broadcom cable/DSL/settop platforms
/freebsd/sys/net/
H A Dif_types.h187 IFT_MSDSL = 0x8f, /* Multi-rate Symmetric DSL */
212 IFT_HDSL2 = 0xa8, /* High Bit-Rate DSL, 2nd gen. */
235 IFT_MVL = 0xbf, /* Multiple Virtual Lines DSL */
236 IFT_REACHDSL = 0xc0, /* Long Reach DSL */
/freebsd/contrib/netbsd-tests/modules/k_helper/
H A Dk_helper.c1 /* $NetBSD: k_helper.c,v 1.6 2012/06/03 10:59:44 dsl Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: k_helper.c,v 1.6 2012/06/03 10:59:44 dsl Exp $");
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dbrcm,bcm63xx-audio.txt1 Broadcom DSL/PON BCM63xx Audio I2S controller
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-l-50.dts76 * 1: DSL module reset (active low)
312 label = "dsl";
/freebsd/sys/contrib/device-tree/src/mips/brcm/
H A Dbcm63268-comtrend-vr-3032u.dts47 label = "vr-3032u:green:dsl";
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_capacity.ksh24 # This test also ensures that the DSL layer correctly takes
/freebsd/usr.sbin/acpi/iasl/
H A Diasl.894 .Pq Pa *.dsl .
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c1 /* $NetBSD: vis.c,v 1.37 2008/07/25 22:29:23 dsl Exp $ */
67 __RCSID("$NetBSD: vis.c,v 1.37 2008/07/25 22:29:23 dsl Exp $");
/freebsd/contrib/ntp/html/
H A Dhuffpuff.html15 <p>In scenarios where a considerable amount of data are downloaded or uploaded using DSL or teleph…

1234