Home
last modified time | relevance | path

Searched +full:master +full:- +full:mode (Results 1 – 25 of 967) sorted by relevance

12345678910>>...39

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,ssi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shengjiu Wang <shengjiu.wang@nxp.com>
13 Notes on fsl,playback-dma and fsl,capture-dma
14 On SOCs that have an SSI, specific DMA channels are hard-wired for playback
18 DMA controller to use, but the channels themselves are hard-wired. The
22 "fsl,playback-dma" and "fsl,capture-dma" must be marked as compatible with
23 "fsl,ssi-dma-channel". The SOC-specific compatible string (e.g.
24 "fsl,mpc8610-dma-channel") can remain. If these nodes are left as
[all …]
H A Dfsl,ssi.txt4 be programmed in AC97, I2S, left-justified, or right-justified modes.
7 - compatible: Compatible list, should contain one of the following
9 fsl,mpc8610-ssi
10 fsl,imx51-ssi
11 fsl,imx35-ssi
12 fsl,imx21-ssi
13 - cell-index: The SSI, <0> = SSI1, <1> = SSI2, and so on.
14 - reg: Offset and length of the register set for the device.
15 - interrupts: <a b> where a is the interrupt number and b is a
21 - fsl,fifo-depth: The number of elements in the transmit and receive FIFOs.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dcortina,gemini-sata-bridge.txt3 The Gemini SATA bridge in a SoC-internal PATA to SATA bridge that
8 - compatible: should be
9 "cortina,gemini-sata-bridge"
10 - reg: registers and size for the block
11 - resets: phandles to the reset lines for both SATA bridges
12 - reset-names: must be "sata0", "sata1"
13 - clocks: phandles to the compulsory peripheral clocks
14 - clock-names: must be "SATA0_PCLK", "SATA1_PCLK"
15 - syscon: a phandle to the global Gemini system controller
16 - cortina,gemini-ata-muxmode: tell the desired multiplexing mode for
[all …]
H A Dcortina,gemini-sata-bridge.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ata/cortina,gemini-sata-bridge.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
13 The Gemini SATA bridge in a SoC-internal PATA to SATA bridge that
19 const: cortina,gemini-sata-bridge
28 reset-names:
30 - const: sata0
31 - const: sata1
[all …]
/freebsd/usr.sbin/rpc.yppasswdd/
H A Drpc.yppasswdd.839 .Op Fl t Ar master.passwd template file
62 is an RPC-based server that accepts incoming password change requests,
64 .Pa /var/yp/master.passwd
66 .Pa master.passwd
105 .Pa /var/yp/master.passwd )
120 also allows the super-user on the NIS master server to perform more
122 The super-user can modify
123 any field in any user's master.passwd entry in any domain, and can
125 receives a request from the super-user, the password authentication
129 flag, the super-user can even add new entries to the maps using
[all …]
/freebsd/crypto/openssh/
H A DPROTOCOL.mux2 ControlMaster connection-sharing.
5 master. This will cause ssh(1) to listen on a Unix domain socket for
20 requesting the master terminate itself fall in to this category.
28 signaled or the mux server closes the session. This mode is so named as
32 example of passenger mode; the client passes the stdio file descriptors
36 this mode, the mux client/server connection socket will stop speaking
58 to connect to a master that speaks an unsupported protocol version.
63 2. Opening a passenger mode session
65 To open a new multiplexed session in passenger mode, a client sends the
109 non-multiplexed ssh(1) connection. Two additional cases that the
[all …]
/freebsd/usr.bin/passwd/
H A Dpasswd.148 If the user is not the super-user,
54 avoid the password being seen by a passer-by.
69 .Bl -tag -width indent
88 The super-user is not required to provide a user's current password
93 utility has built-in support for NIS.
99 mode.
112 super-user, with one important exception: the password authentication is
113 bypassed for the super-user on the NIS master server.
115 the super-user on the NIS master server can make unrestricted changes to
117 The super-user on NIS client systems and NIS slave
[all …]
/freebsd/share/man/man4/
H A Dpts.433 .Nd pseudo-terminal driver
37 driver provides support for a device-pair termed a
38 .Em pseudo-terminal .
39 A pseudo-terminal is a pair of character devices, a
40 .Em master
52 it through the master half of the pseudo-terminal.
53 That is, anything written on the master device is
55 on the slave device is presented as input on the master
60 calls apply only to pseudo-terminals:
61 .Bl -tag -width TIOCPTMASTER
[all …]
H A Dgbde.4
/freebsd/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh9 atf_check -s exit:0 ${PW} useradd test
10 atf_check -s exit:0 -o match:"^test:.*" \
11 grep "^test:.*" $HOME/master.passwd
14 # Test add user with option -N
19 atf_check -s exit:0 -o match:"^test:.*" ${PW} useradd test -N
20 atf_check -s exit:1 -o empty grep "^test:.*" $HOME/master.passwd
28 atf_check -s exit:0 ${PW} useradd test -c 'Test User,work!,123,user@example.com'
29 atf_check -s exit:0 -o match:'^test:.*:Test User,work!,123,user@example.com:' \
30 grep '^test:.*:Test User,work!,123,user@example.com:' $HOME/master.passwd
33 # Test add user with comments and option -N
[all …]
/freebsd/crypto/openssh/regress/
H A Dmultiplex.sh5 CTL=${SSH_REGRESS_TMP}/ctl-sock
19 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocheck otherhost \
23 fatal "mux master never becomes ready"
31 trace "start master, fork to background"
32 ${SSH} -Nn2 -MS$CTL -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" somehost \
33 -E $TEST_REGRESS_LOGFILE 2>&1 &
34 # NB. $SSH_PID will be killed by test-exec.sh:cleanup on fatal errors.
43 _XXX_TEST=blah ${SSH} -F $OBJ/ssh_config -oSendEnv="_XXX_TEST" -S$CTL otherhost sh << 'EOF'
46 if [ $? -ne 0 ]; then
52 ${SSH} -F $OBJ/ssh_config -oSetEnv="_XXX_TEST=foo" -S$CTL otherhost sh << 'EOF'
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dlan9303.txt2 -------------------------------------------------
6 - compatible: should be
7 - "smsc,lan9303-i2c" for I2C managed mode
9 - "smsc,lan9303-mdio" for mdio managed mode
13 - reset-gpios: GPIO to be used to reset the whole device
14 - reset-duration: reset duration in milliseconds, defaults to 200 ms
23 auto-detected and mapped accordingly.
27 I2C managed mode:
29 master: masterdevice@X {
31 fixed-link { /* RMII fixed link to LAN9303 */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dqca,qca7000.txt3 The QCA7000 is a serial-to-powerline bridge with a host interface which could
10 SPI master in the device tree.
13 - compatible : Should be "qca,qca7000"
14 - reg : Should specify the SPI chip select
15 - interrupts : The first cell should specify the index of the source
18 - spi-cpha : Must be set
19 - spi-cpol : Must be set
22 - spi-max-frequency : Maximum frequency of the SPI bus the chip can operate at.
26 - qca,legacy-mode : Set the SPI data transfer of the QCA7000 to legacy mode.
27 In this mode the SPI master must toggle the chip select
[all …]
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh1 #!/bin/sh -e
2 #-
3 # Copyright (c) 2012-2013 SRI International
8 # Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
36 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
37 [-k <keydir> [-K <user>]]
38 [-p <master.passwd> [-g <groupfile>]] [-s <size>]
59 if [ -z "${DEBUG}" ]; then
60 rm -rf ${tmpdir}
69 DUPFLAG=-D
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Dmsm,iommu-v0.txt5 of the CPU, each connected to the IOMMU through a port called micro-TLB.
9 - compatible: Must contain "qcom,apq8064-iommu".
10 - reg: Base address and size of the IOMMU registers.
11 - interrupts: Specifiers for the MMU fault interrupts. For instances that
12 support secure mode two interrupts must be specified, for non-secure and
13 secure mode, in that order. For instances that don't support secure mode a
15 - #iommu-cells: The number of cells needed to specify the stream id. This
17 - qcom,ncb: The total number of context banks in the IOMMU.
18 - clocks : List of clocks to be used during SMMU register access. See
19 Documentation/devicetree/bindings/clock/clock-bindings.txt
[all …]
/freebsd/usr.bin/ypwhich/
H A Dypwhich.c4 /*-
5 * SPDX-License-Identifier: BSD-2-Clause
58 { "master.passwd", "master.passwd.byname" },
73 "usage: ypwhich [-t] [-d domain] [[-h] host]\n" in usage()
74 " ypwhich [-t] [-d domain] [-h host] -m [mname]\n" in usage()
75 " ypwhich -x\n"); in usage()
129 printf("%s\n", hent->h_name); in bind_host()
139 char *domain, *master, *map = NULL, *host = NULL; in main() local
140 int notrans = 0, mode = 0, c, r, i; in main() local
150 while ((c = getopt(argc, argv, "xd:h:mt")) != -1) in main()
[all …]
/freebsd/sys/dev/glxiic/
H A Dglxiic.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
36 * The driver is implemented as an interrupt-driven state machine,
37 * supporting both master and slave mode.
63 /* CS5536 PCI-ISA ID. */
146 struct iic_msg *msg; /* Current master mode message. */
148 uint8_t *data; /* Current master mode data byte. */
150 int error; /* Last master mode error. */
168 #define GLXIIC_LOCK(_sc) mtx_lock(&_sc->mtx)
169 #define GLXIIC_UNLOCK(_sc) mtx_unlock(&_sc->mtx)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt8 -------------------
10 - #address-cells - should be <3>. Read more about addresses below.
11 - #size-cells - should be <0>.
12 - compatible - name of the I3C master controller driving the I3C bus
16 The node describing an I3C bus should be named i3c-master.
19 -------------------
21 These properties may not be supported by all I3C master drivers. Each I3C
22 master bindings should specify which of them are supported.
24 - i3c-scl-hz: frequency of the SCL signal used for I3C transfers.
27 - i2c-scl-hz: frequency of the SCL signal used for I2C transfers.
[all …]
/freebsd/usr.sbin/ypserv/
H A Dypserv.815 .\" 4. Neither the name of the author nor the names of any co-contributors
45 is an RPC-based service designed to allow a number of UNIX-based
108 other world-readable files anyway, it does not hurt and it is considered
126 .Pa /etc/master.passwd ,
138 .Pa master.passwd.byname
140 .Pa master.passwd.byuid
153 Any requests made by non-privileged users are therefore rejected.
161 .Pa master.passwd.byname
163 .Pa master.passwd.byuid
173 .Pa master.passwd
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-yosemite4.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
4 /dts-v1/;
5 #include "aspeed-g6.dtsi"
6 #include <dt-bindings/gpio/aspeed-gpio.h>
7 #include <dt-bindings/leds/leds-pca955x.h>
8 #include <dt-bindings/i2c/i2c.h>
12 compatible = "facebook,yosemite4-bmc", "aspeed,ast2600";
23 stdout-path = "serial4:57600n8";
31 iio-hwmon {
32 compatible = "iio-hwmon";
[all …]
/freebsd/crypto/openssl/test/
H A Dslhdsa_parse.py13 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/SLH-DSA-keyGen-FIPS204/i…
14 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/SLH-DSA-sigGen-FIPS204/i…
15 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/SLH-DSA-sigVer-FIPS204/i…
17 # test/recipes/30-test_evp_data/evppkey_slh_dsa_keygen.txt
18 # test/recipes/30-test_evp_data/evppkey_slh_dsa_siggen.txt
19 # test/recipes/30-test_evp_data/evppkey_slh_dsa_sigver.txt
21 # e.g. python3 slhdsa_parse.py ~/Downloads/keygen.json > ./test/recipes/30-test_evp_data/evppkey_sl…
40 name = grp['parameterSet'].replace('-', '_')
53 name = grp['parameterSet'].replace('-', '_')
78 print_label("Sign-Message", grp['parameterSet'] + ":" + testname)
[all …]
H A Dmldsa_parse.py12 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/ML-DSA-keyGen-FIPS204/in…
13 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/ML-DSA-sigGen-FIPS204/in…
14 # https://github.com/usnistgov/ACVP-Server/blob/master/gen-val/json-files/ML-DSA-sigVer-FIPS204/in…
16 # test/recipes/30-test_evp_data/evppkey_ml_dsa_keygen.txt
17 # test/recipes/30-test_evp_data/evppkey_ml_dsa_siggen.txt
18 # test/recipes/30-test_evp_data/evppkey_ml_dsa_sigver.txt
20 # e.g. python3 mldsa_parse.py ~/Downloads/keygen.json > ./test/recipes/30-test_evp_data/evppkey_ml_…
57 name = grp['parameterSet'].replace('-', '_')
64 print_label("Sign-Message", grp['parameterSet'] + ":" + testname)
67 print_label("Ctrl", "message-encoding:1")
[all …]
/freebsd/sys/dev/ic/
H A Di8259.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
42 /* 0x20 - 0x80 - in 8080/8085 mode only */
45 /* No definitions, it is the base vector of the IDT for 8086 mode */
48 /* For a master PIC, bitfield indicating a slave 8259 on given input */
49 /* For slave, lower 3 bits are the slave's ID binary id on master */
54 #define ICW4_MS 0x04 /* 1 = buffered master, 0 = slave */
55 #define ICW4_BUF 0x08 /* 1 = enable buffer mode */
56 #define ICW4_SFNM 0x10 /* 1 = special fully nested mode */
73 #define OCW2_SL 0x40 /* EOI mode */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Ddsi-controller.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/dsi-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
22 Notice: this binding concerns DSI panels connected directly to a master
23 without any intermediate port graph to the panel. Each DSI master
26 reg-property set to the virtual channel number, usually there is just
33 clock-master:
42 "#address-cells":
[all …]
/freebsd/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.11 .\" Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
44 In client mode,
63 will operate in server mode and act as RFCOMM server,
73 the server side of the virtual serial port is attached to a pseudo-terminal.
82 utility opens both master and slave pseudo terminals.
86 The data received from the master pseudo terminal are sent over
89 into master pseudo terminal.
95 .Bl -tag -width indent
97 In client mode,
99 If this option is specified in server mode,
[all …]

12345678910>>...39