Home
last modified time | relevance | path

Searched full:open (Results 1 – 25 of 4698) sorted by relevance

12345678910>>...188

/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2595.dtsi20 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
29 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
38 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
47 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
56 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
64 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
72 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
80 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
88 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
96 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
[all …]
H A Dtegra210-p2571.dts21 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
30 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
39 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
48 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
57 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
65 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
73 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
81 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
89 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
97 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
[all …]
H A Dtegra210-p2597.dtsi54 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
63 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
72 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
81 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
90 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
98 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
106 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
113 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
120 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
127 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
[all …]
H A Dtegra210-p2894.dtsi36 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
45 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
54 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
63 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
72 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
80 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
88 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
96 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
104 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
112 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
[all …]
H A Dtegra210-smaug.dts55 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
64 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
73 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
82 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
91 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
100 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
108 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
116 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
124 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
132 nvidia,open-drain = <TEGRA_PIN_DISABLE>;
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0008-Rename-poll.h-to-vm_poll.h.patch11 musl libc's system headers pulls in open-vm-tools' poll.h. To avoid this
14 Update for open-vm-tools-11.2.5.
22 open-vm-tools/lib/asyncsocket/asyncsocket.c | 2 +-
23 open-vm-tools/lib/hgfsServer/hgfsServer.c | 2 +-
24 open-vm-tools/lib/include/asyncsocket.h | 2 +-
25 open-vm-tools/lib/include/pollImpl.h | 2 +-
26 open-vm-tools/lib/include/{poll.h => vm_poll.h} | 2 +-
27 open-vm-tools/lib/rpcIn/rpcin.c | 2 +-
29 rename open-vm-tools/lib/include/{poll.h => vm_poll.h} (99%)
31 diff --git a/open-vm-tools/lib/asyncsocket/asyncsocket.c b/open-vm-tools/lib/asyncsocket/asyncsocke…
[all …]
/openbmc/phosphor-ipmi-flash/
H A Dipmi_flash.md3 **_ONLY ONE BLOB IS ALLOWED OPEN AT A TIME_**
6 within the firmware handler can be open at a time.
15 - `open(/flash/active/image)` returns false -- file cannot be opened.
16 - `open(/flash/active/hash)` returns false -- file cannot be opened.
22 You can only open one file at a time, and some of the states exist only when a
23 file is open.
42 - `open(/flash/image)`
43 - `open(/flash/tarball)`
44 - `open(/flash/hash)`
45 - `open(/flash/verify)`
[all …]
/openbmc/linux/io_uring/
H A Dopenclose.c34 static bool io_openat_force_async(struct io_open *open) in io_openat_force_async() argument
37 * Don't bother trying for O_TRUNC, O_CREAT, or O_TMPFILE open, in io_openat_force_async()
42 return open->how.flags & (O_TRUNC | O_CREAT | __O_TMPFILE); in io_openat_force_async()
47 struct io_open *open = io_kiocb_to_cmd(req, struct io_open); in __io_openat_prep() local
56 /* open.how should be already initialised */ in __io_openat_prep()
57 if (!(open->how.flags & O_PATH) && force_o_largefile()) in __io_openat_prep()
58 open->how.flags |= O_LARGEFILE; in __io_openat_prep()
60 open->dfd = READ_ONCE(sqe->fd); in __io_openat_prep()
62 open->filename = getname(fname); in __io_openat_prep()
63 if (IS_ERR(open->filename)) { in __io_openat_prep()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D083.out4 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
8 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
12 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
16 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
20 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
24 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
28 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
32 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
36 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
40 qemu-io: can't open device nbd+tcp://127.0.0.1:PORT/foo
[all …]
H A D153.out26 qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock
30 qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get shared "write" lock
33 _qemu_io_wrapper -c open TEST_DIR/t.qcow2 -c read 0 512
34 qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get "write" lock
36 no file open, try 'help open'
38 _qemu_io_wrapper -c open -r TEST_DIR/t.qcow2 -c read 0 512
39 qemu-io: can't open device TEST_DIR/t.qcow2: Failed to get shared "write" lock
41 no file open, try 'help open'
44 qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to get shared "write" lock
48 qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to get shared "write" lock
[all …]
H A D226.out6 qemu-io: can't open: 'file' driver requires 'TEST_DIR/t.IMGFMT' to be a regular file
7 qemu-io: can't open: 'file' driver requires '/dev/null' to be a regular file
9 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory
10 qemu-io: can't open: 'file' driver requires '/dev/null' to be a regular file
15 qemu-io: can't open: 'host_device' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or …
17 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory
22 qemu-io: can't open: 'host_cdrom' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or b…
24 qemu-io: can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory
H A D092.out5 qemu-io: can't open device TEST_DIR/t.qcow: Cluster size must be between 512 and 64k
6 qemu-io: can't open device TEST_DIR/t.qcow: Cluster size must be between 512 and 64k
7 qemu-io: can't open device TEST_DIR/t.qcow: Cluster size must be between 512 and 64k
8 qemu-io: can't open device TEST_DIR/t.qcow: Cluster size must be between 512 and 64k
12 qemu-io: can't open device TEST_DIR/t.qcow: L2 table size must be between 512 and 64k
13 qemu-io: can't open device TEST_DIR/t.qcow: L2 table size must be between 512 and 64k
14 qemu-io: can't open device TEST_DIR/t.qcow: L2 table size must be between 512 and 64k
15 qemu-io: can't open device TEST_DIR/t.qcow: L2 table size must be between 512 and 64k
19 qemu-io: can't open device TEST_DIR/t.qcow: Image too large
20 qemu-io: can't open device TEST_DIR/t.qcow: Image too large
[all …]
H A D10356 $QEMU_IO -c "open -o cache-size=1.25M,l2-cache-size=1M,refcount-cache-size=0.25M $TEST_IMG" \
59 $QEMU_IO -c "open -o cache-size=1M,l2-cache-size=2M $TEST_IMG" 2>&1 \
62 $QEMU_IO -c "open -o cache-size=1M,refcount-cache-size=2M $TEST_IMG" 2>&1 \
66 $QEMU_IO -c "open -o cache-size=0,l2-cache-size=0,refcount-cache-size=0 $TEST_IMG" \
70 $QEMU_IO -c "open -o l2-cache-entry-size=256 $TEST_IMG" \
72 $QEMU_IO -c "open -o l2-cache-entry-size=4242 $TEST_IMG" \
74 $QEMU_IO -c "open -o l2-cache-entry-size=128k $TEST_IMG" \
82 $QEMU_IO -c "open -o cache-size=0 $TEST_IMG" -c 'read -P 42 0 64k' \
84 $QEMU_IO -c "open -o l2-cache-size=0 $TEST_IMG" -c 'read -P 42 0 64k' \
86 $QEMU_IO -c "open -o refcount-cache-size=0 $TEST_IMG" -c 'read -P 42 0 64k' \
[all …]
H A D080.out5 qemu-io: can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size
6 qemu-io: can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size
10 qemu-io: can't open device TEST_DIR/t.qcow2: Invalid backing file offset
11 qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large
12 qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large
16 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large
17 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large
21 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid
25 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid
29 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table too large
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOGDL-Taiwan-1.069 2. 此開放資料依政府資料開放授權條款 (Open Government Data License) 進行公眾釋出,使用者於遵守本條款各項規定之前提下,得利用之。
73 Open Government Data License, version 1.0
75 The Open Government Data License (the License) is intended to facilitate government data sharing an…
81 … that receives and uses Open Data under the License, including individual, legal entity or group w…
83Open Data" means data that the Data Providing Organization owns its copyright in whole or has full…
87 …b. "Material" means a separate work, that is collected into the Open Data aggregation and can be p…
89 1.4. "Derivative Work" means any adaptation based upon the Open Data provided under the License and…
91Open Data. Accordingly, the granting of copyright license hereunder does not apply to such Informa…
95 …ublicly recite, publicly present, publicly perform, compile, adapt to the Open Data provided for a…
99 …rom the Data Providing Organization is not required, if User makes use of Open Data in compliance …
[all …]
H A DOPUBL-1.01 Open Publication License
7 The Open Publication works may be reproduced and distributed in whole or in part, in any medium phy…
11 … be distributed only subject to the terms and conditions set forth in the Open Publication License…
15 Commercial redistribution of Open Publication-licensed material is permitted.
21 The copyright to each Open Publication is owned by its author(s) or designee.
25 The following license terms apply to all Open Publication works, unless otherwise explicitly stated…
27Open Publication works or a portion of an Open Publication work with other works or programs on th…
31 NO WARRANTY. Open Publication works are licensed and provided "as is" without warranty of any kind,…
45 …1. If you are distributing Open Publication works on hardcopy or CD-ROM, you provide email notific…
47 …ood form to offer a free copy of any hardcopy and CD-ROM expression of an Open Publication-license…
[all …]
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-gpio.yaml23 active high using open drain with (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)
25 open drain.
31 active high using open drain with (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)
33 open drain.
56 i2c-gpio,sda-open-drain:
60 the GPIO line used for SDA into open drain mode, and that something is
63 i2c-gpio,scl-open-drain:
67 GPIO line used for SCL into open drain mode, and that something is not
73 Therefore disable open-drain. This property is mutually-exclusive
74 with i2c-gpio,sda-open-drain.
[all …]
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-open.rst4 .. _media-func-open:
7 media open()
13 media-open - Open a media device
22 .. c:function:: int open( const char *device_name, int flags )
31 Open flags. Access mode must be either ``O_RDONLY`` or ``O_RDWR``.
37 To open a media device applications call :c:func:`open()` with the
48 :c:func:`open()` returns the new file descriptor on success. On error,
56 The process already has the maximum number of files open.
59 The system limit on the total number of open files has been reached.
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DOGPL7 (c) Copyright 1989 - 1994, 1996 - 1999 The Open Group
29 This software is subject to an open license. It may only be
30 used on, with or for operating systems which are themselves open
31 source systems. You must contact The Open Group for a license allowing
33 operating systems which are not Open Source programs.
40 THE OPEN GROUP AND ITS THIRD PARTY SUPPLIERS, ASSUME NO RESPONSIBILITY
60 notice and should not be construed as a commitment by The Open Group
69 (c) Copyright 1990, 1991, 1992, 1993, 1994, 1996 Open Software
71 (c) Copyright 1996, 1997, 1998, 1999, 2000 The Open Group.
80 The Open Group LLC
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-open.rst4 .. _func-open:
7 V4L2 open()
13 v4l2-open - Open a V4L2 device
22 .. c:function:: int open( const char *device_name, int flags )
31 Open flags. Access mode must be ``O_RDWR``. This is just a
47 To open a V4L2 device applications call :c:func:`open()` with the
50 remain unchanged. At the first :c:func:`open()` call after loading the
57 On success :c:func:`open()` returns the new file descriptor. On error
75 The process already has the maximum number of files open.
78 The limit on the total number of files open on the system has been
/openbmc/linux/sound/isa/sb/
H A Dsb8_midi.c41 if (chip->open & SB_OPEN_MIDI_INPUT_TRIGGER) { in snd_sb8dsp_midi_interrupt()
60 if (chip->open & ~valid_open_flags) { in snd_sb8dsp_midi_input_open()
64 chip->open |= SB_OPEN_MIDI_INPUT; in snd_sb8dsp_midi_input_open()
66 if (!(chip->open & SB_OPEN_MIDI_OUTPUT)) { in snd_sb8dsp_midi_input_open()
87 if (chip->open & ~valid_open_flags) { in snd_sb8dsp_midi_output_open()
91 chip->open |= SB_OPEN_MIDI_OUTPUT; in snd_sb8dsp_midi_output_open()
93 if (!(chip->open & SB_OPEN_MIDI_INPUT)) { in snd_sb8dsp_midi_output_open()
111 chip->open &= ~(SB_OPEN_MIDI_INPUT | SB_OPEN_MIDI_INPUT_TRIGGER); in snd_sb8dsp_midi_input_close()
113 if (!(chip->open & SB_OPEN_MIDI_OUTPUT)) { in snd_sb8dsp_midi_input_close()
130 chip->open &= ~(SB_OPEN_MIDI_OUTPUT | SB_OPEN_MIDI_OUTPUT_TRIGGER); in snd_sb8dsp_midi_output_close()
[all …]
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-open.rst4 .. _cec-func-open:
7 cec open()
13 cec-open - Open a cec device
22 .. c:function:: int open( const char *device_name, int flags )
31 Open flags. Access mode must be ``O_RDWR``.
46 To open a cec device applications call :c:func:`open()` with the
57 :c:func:`open()` returns the new file descriptor on success. On error,
65 The process already has the maximum number of files open.
68 The system limit on the total number of open files has been reached.
/openbmc/openbmc-test-automation/lib/
H A Dconnection_client.robot12 Open Connection And Log In
20 # connection_args A dictionary of acceptable inputs to the Open Connection
27 # Of the above arguments to Open Connection, this keyword
46 # to the dictionary and open the connection. Otherwise, open the connection
51 ... SSHLibrary.Open connection &{connection_args}
52 ... ELSE Run Keyword SSHLibrary.Open connection &{connection_args}
56 Open Connection for SCP
57 [Documentation] Open a connection for SCP.
59 Run Keyword If '${SSH_PORT}' == '${EMPTY}' scp.Open connection ${OPENBMC_HOST}
61 ... ELSE Run Keyword scp.Open connection ${OPENBMC_HOST} port=${SSH_PORT}
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_f_open.rst7 Digital TV frontend open()
13 fe-open - Open a frontend device
22 .. c:function:: int open( const char *device_name, int flags )
31 Open flags. Access can either be ``O_RDWR`` or ``O_RDONLY``.
36 Only one open is allowed in ``O_RDWR``. In this mode, all ioctls are
50 thing to do after a successful open is to find out the frontend type
58 multiple devices cannot be open in read/write mode simultaneously. As
59 long as a front-end device is opened in read/write mode, other open()
65 When an open() call has succeeded, the device will be ready for use in
73 On success :c:func:`open()` returns the new file descriptor.
[all …]
/openbmc/linux/sound/soc/sof/intel/
H A DKconfig6 This adds support for Sound Open Firmware for Intel(R) platforms.
49 This adds support for Sound Open Firmware for Intel(R) platforms
69 This adds support for Sound Open Firmware for Intel(R) platforms
93 This adds support for Sound Open Firmware for Intel(R) platforms
134 This adds support for Sound Open Firmware for Intel(R) platforms
144 This adds support for Sound Open Firmware for Intel(R) platforms
161 This adds support for Sound Open Firmware for Intel(R) platforms
171 This adds support for Sound Open Firmware for Intel(R) platforms
181 This adds support for Sound Open Firmware for Intel(R) platforms
197 This adds support for Sound Open Firmware for Intel(R) platforms
[all …]

12345678910>>...188