Home
last modified time | relevance | path

Searched +full:auto +full:- +full:poll (Results 1 – 25 of 198) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dpl011.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
13 - $ref: /schemas/arm/primecell.yaml#
14 - $ref: serial.yaml#
22 - arm,pl011
24 - compatible
29 - const: arm,pl011
30 - const: arm,primecell
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp1 //===- PlaceSafepoints.cpp - Place GC Safepoints --------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 // - A call is said to be "parseable" if there is a stack map generated for the
19 // - A "poll" is an explicit check in the generated code to determine if the
22 // routine will be parseable. The (gc & runtime specific) logic of a poll is
27 // implementation, this is done via the insertion of poll sites at method entry
29 // are necessary to ensure a finite period between poll sites. This is not
30 // because the poll itself is expensive in the generated code; it's not. Polls
35 // poll (or otherwise be inspected by the GC). If so, the entire stack
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Ddev_fuse_poll.cc1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
52 * Translate a poll method's string representation to the enum value.
54 * --gtest_list_tests
62 else if (0 == strcmp("POLL", s)) in poll_method_from_string()
63 return POLL; in poll_method_from_string()
96 m_mock->unmount(); in TEST_P()
100 ::testing::Values("BLOCKING", "KQ", "POLL", "SELECT"));
129 .WillOnce(Invoke(ReturnImmediate([=](auto in __unused, auto& out) { in TEST_F()
136 .WillOnce(Invoke(ReturnImmediate([=](auto in __unused, auto& out) { in TEST_F()
[all …]
H A Dmockfs.cc1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
42 #include <poll.h>
104 "POLL", in opcode2opname()
122 return([=](auto in, auto &out) { in ReturnErrno()
124 out0->header.unique = in.header.unique; in ReturnErrno()
125 out0->header.error = -error; in ReturnErrno()
126 out0->header.len = sizeof(out0->header); in ReturnErrno()
135 return([=](auto in, auto &out) { in ReturnNegativeCache()
138 out0->body.entry.nodeid = 0; in ReturnNegativeCache()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp1 //===-- MainLoopPosix.cpp --------
77 Status MainLoopPosix::RunImpl::Poll() { Poll() function in MainLoopPosix::RunImpl
133 Status MainLoopPosix::RunImpl::Poll() { Poll() function in MainLoopPosix::RunImpl
169 Status MainLoopPosix::RunImpl::Poll() { Poll() function in MainLoopPosix::RunImpl
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_socket_stream.cpp1 //===-- llvm/Support/raw_socket_stream.cpp - Socket streams --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
25 #include <poll.h>
30 // winsock2.h must be included before afunix.h. Briefly turn off clang-format to
32 // clang-format off
35 // clang-format on
69 strncpy(Addr.sun_path, SocketPath.str().c_str(), sizeof(Addr.sun_path) - 1); in setSocketAddr()
79 if (Socket == -1) { in getSocketFD()
[all …]
/freebsd/sys/dev/mii/
H A Dicsphyreg.h3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
44 *--------------------------------------------------------------
49 * 4 Auto-Neg. Advertisement * * *
50 * 5 Auto-Neg. Link Parent Adv * * *
51 * 6 Auto-Neg. Expansion * * *
52 * 7 Auto-Neg. Next Page Tx * *
55 * 11 Quick Poll Status * * * *
56 * 12 10Base-T Operation * * *
67 #define MII_ICSPHY_QPR 0x11 /* Quick Poll Register */
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp1 //===-- SelectHelper.cpp --------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // select bounds. We tried switching to poll() and kqueue and we were panicing
19 #include "lldb/lldb-enumerations.h"
20 #include "lldb/lldb-types.h"
62 auto pos = m_fd_map.find(fd); in FDIsSetRead()
64 return pos->second.read_is_set; in FDIsSetRead()
70 auto pos = m_fd_map.find(fd); in FDIsSetWrite()
72 return pos->second.write_is_set; in FDIsSetWrite()
[all …]
/freebsd/sys/dev/le/
H A Dlancereg.h3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
34 /*-
70 * - Am7990 Local Area Network Controller for Ethernet (LANCE)
71 * (and its descendent Am79c90 C-LANCE).
73 * - Am79c900 Integrated Local Area Communications Controller (ILACC)
75 * - Am79c960 PCnet-ISA Single-Chip Ethernet Controller for ISA
77 * - Am79c961 PCnet-ISA+ Jumperless Single-Chip Ethernet Controller
80 * - Am79c961A PCnet-ISA II Jumperless Full-Duplex Single-Chip
83 * - Am79c965A PCnet-32 Single-Chip 32-bit Ethernet Controller
[all …]
/freebsd/sys/dev/gem/
H A Dif_gemreg.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
40 /* Note: Reading the status reg clears bits 0-6. */
69 * Bits 0-6 auto-clear when read.
78 #define GEM_INTR_PCS 0x00002000 /* Physical Code Sub-layer */
106 #define GEM_PCI_BIF_CNF_HOST_64 0x00000002 /* 64-bit host */
107 #define GEM_PCI_BIF_CNF_B64D_DS 0x00000004 /* no 64-bit data cycle */
116 /* GEM_RESET register bits -- TX and RX self clear when complete. */
167 #define GEM_RX_RING_PTR_LO 0x4004 /* 64-bits unaligned GAK! */
168 #define GEM_RX_RING_PTR_HI 0x4008 /* 64-bits unaligned GAK! */
[all …]
/freebsd/contrib/tnftp/
H A DChangeLog29 - Rename internal getline() to get_line() to avoid
31 - Avoid a NULL dereference in an error message.
44 - Add the time.h headers to accheck_includes, for the strptime check.
45 - Remove the check for el_init in libedit; we're always replacing
54 - Only attempt to el_parse() a command unknown by the default
57 - Turn off the alarmtimer before resetting the SIGALRM handler
60 - Add epsv6 and epsv to disable extended passive mode for ipv6 or
64 - Improve parsing of chunked transfer chunks per RFC2616:
65 - more stringent chunk-size parsing
66 - ignore optional trailing ';chunk-ext' stuff, instead of barfing
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dadc-keys.txt2 ------------------------------------
5 - compatible: "adc-keys"
6 - io-channels: Phandle to an ADC channel
7 - io-channel-names = "buttons";
8 - keyup-threshold-microvolt: Voltage above or equal to which all the keys are
12 - poll-interval: Poll interval time in milliseconds
13 - autorepeat: Boolean, Enable auto repeat feature of Linux input
16 Each button (key) is represented as a sub-node of "adc-keys":
18 Required subnode-properties:
19 - label: Descriptive name of the key.
[all …]
/freebsd/sys/dev/igc/
H A Digc_phy.c1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
13 * igc_init_phy_ops_generic - Initialize PHY function pointers
16 * Setups up the function pointers to no-op functions
20 struct igc_phy_info *phy = &hw->phy; in igc_init_phy_ops_generic()
24 phy->ops.init_params = igc_null_ops_generic; in igc_init_phy_ops_generic()
25 phy->ops.acquire = igc_null_ops_generic; in igc_init_phy_ops_generic()
26 phy->ops.check_reset_block = igc_null_ops_generic; in igc_init_phy_ops_generic()
27 phy->ops.force_speed_duplex = igc_null_ops_generic; in igc_init_phy_ops_generic()
28 phy->ops.get_info = igc_null_ops_generic; in igc_init_phy_ops_generic()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_true.c2 * refclock_true - clock driver for the Kinemetrics/TrueTime receivers
3 * Receiver Version 3.0C - tested plain, with CLKLDISC
5 * - Support TL-3 WWV TOD receiver
46 * GOES: (468-DC, usable with GPS->GOES converting antenna)
47 * GPS/TM-TMD:
48 * XL-DC: (a 151-602-21
[all...]
H A Drefclock_wwvb.c2 * refclock_wwvb - clock driver for Spectracom WWVB and GPS receivers
36 * The WWVB and GPS clocks should be configured for 24-hour display,
37 * AUTO DST off, time zone 0 (UTC), data format 0 or 2 (see below) and
42 * to a 'T' poll character or left running continuously.
53 * on-time = first <cr>
65 * on-time = <cr>
87 * This driver does not need to be told which format is in use - it
98 * the PPS signal fails for one or more poll intervals, the driver
99 * reverts to the timecode. If the timecode fails for one or more poll
117 #define PRECISION (-1
[all...]
/freebsd/sys/dev/e1000/
H A De1000_mac.c2 SPDX-License-Identifier: BSD-3-Clause
4 Copyright (c) 2001-2020, Intel Corporation
42 * e1000_init_mac_ops_generic - Initialize MAC function pointers
45 * Setups up the function pointers to no-op functions
49 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_ops_generic()
53 mac->ops.init_params = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
54 mac->ops.init_hw = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
55 mac->ops.reset_hw = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
56 mac->ops.setup_physical_interface = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
57 mac->ops.get_bus_info = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
[all …]
/freebsd/contrib/ntp/include/
H A Dntp.h2 * ntp.h - NTP definitions for the masses
21 * Calendar arithmetic - contributed by G. Healton
35 / 4 - ((year - 1) / 100) + ((year - 1) / \
41 #define ntp0(year) (julian0(year) - julian0(1900))
46 #define unix0(year) (julian0(year) - julian0(1970))
49 * LEAP YEAR test for full 4-digit years (e.g, 1999, 2010)
61 * to convert simple two-digit years to tm_year style years:
66 * to convert either two-digi
[all...]
/freebsd/sys/dev/msk/
H A Dif_mskreg.h17 * are provided to you under the BSD-type license terms provided
22 * - Redistributions of source code must retain the above copyright
24 * - Redistributions in binary form must reproduce the above
28 * - Neither the name of Marvell nor the names of its contributors
48 /*-
49 * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause
65 * 4. Neither the name of the author nor the names of any co-contributors
82 /*-
110 * D-Link PCI vendor ID
154 * D-Link gigabit ethernet device ID
[all …]
/freebsd/contrib/ntp/html/drivers/
H A Ddriver46.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3 <meta http-equiv="Content-Type"
4 content="text/html;charset=iso-8859-1"><title>GPSD-NG client driver</title>
8 table.dlstable { font-size:85%; }
9 td.ttf{ font-family:Courier; font-weight:bold; }
17 <!-- #BeginDate format:En2m -->30-Apr-2015 05:53<!-- #EndDate -->
31 <!-- --------------------------------------------------------- -->
39 applications. <i>GPSD</i> can also auto-detect and handle PPS
49 The GPSD-NG protocol is text based, using JSON notation to
61 re-establish a lost or hitherto unsuccessful connection and will
[all …]
H A Ddriver18.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
13 <!-- #BeginDate format:En2m -->12-Oct-2017 08:13<!-- #EndDate -->
20 Serial Port: <tt>/dev/acts<i>u</i></tt>; 9600 baud, 8-bits, no parity<br>
22 …Requires: <tt>/usr/include/sys/termios.h</tt> header file with modem control and a dial-out (cua)&…
26-bps modem with a Hayes-compatible command set and control over the modem data terminal ready (DTR…
27 … or by a cron job. In auto mode (0) <tt>flag1</tt> is set at each poll event. In backup mode (1) <…
28 …yes ATDT prefix followed by the number itself, including the prefix and long-distance digits and d…
30 … via a modem if the radio is configured to send time codes continuously at 1-s intervals. In princ…
31 … <tt>minpoll</tt> and 17 (36 hours) for <tt>maxpoll</tt>. Ordinarily, the poll interval will start…
[all …]
H A Ddriver4.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
8 <!--
10 font-family: Symbol
12 -->
19 <!-- #BeginDate format:En2m -->11-Sep-2010 05:56<!-- #EndDate -->
26 Serial Port: <tt>/dev/wwvb<i>u</i></tt>; 9600 baud, 8-bits, no parity<br>
31 <p>The DIPswitches on these clocks should be set to 24-hour display, AUTO DST off, data format 0 or…
35 <p>on-time = first &lt;cr&gt;<br>
41 <p>on-time = &lt;cr&gt;<br>
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_sync.h1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 // - __atomic_wait
36 // - __atomic_wait_unless
37 // - __atomic_notify_one
38 // - __atomic_notify_all
39 // Note that std::atomic<T>::wait was back-ported to C++03
67auto __current_val = __atomic_waitable_traits<__decay_t<_AtomicWaitable> >::__atomic_load(__a_, __…
103 // `__poll_` takes the current value of the atomic as an in-out argument
[all …]
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_port.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
92 * The earlier chipset switch drivers enable auto link enable here. in ar40xx_hw_port_init()
93 * The switch will poll the PHYs too, and configure appropriately. in ar40xx_hw_port_init()
95 * The ar40xx code in linux/u-boot instead has a whole workaround in ar40xx_hw_port_init()
97 * NOTABLY - they do NOT enable the TX/RX MAC here or autoneg - in ar40xx_hw_port_init()
100 * SO - for now the port is left off until the PHY state changes. in ar40xx_hw_port_init()
126 * Call when the link for a non-CPU port is down.
143 * Call when the link for a non-CPU port is up.
145 * This will turn on the default auto-link checking and
[all …]
/freebsd/sys/dev/ic/
H A Di8259.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
42 /* 0x20 - 0x80 - in 8080/8085 mode only */
53 #define ICW4_AEOI 0x02 /* 1 = Auto EOI */
79 #define OCW3_P 0x04 /* poll mode command */
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c9 * or https://opensource.org/licenses/CDDL-1.0.
31 #include <poll.h>
58 return (ioctl(hdl->libzfs_fd, request, zc)); in zfs_ioctl()
72 "-t proc proc /proc' as root.")); in libzfs_error_init()
75 "auto-loaded.\nTry running 'modprobe zfs' as " in libzfs_error_init()
92 * - ZFS_MODULE_TIMEOUT="<seconds>" - Seconds to wait for ZFS_DEV,
117 if (ino == -1) in libzfs_load_module()
133 if (tout == -1) { in libzfs_load_module()
144 while (poll(pfds, ARRAY_SIZE(pfds), -1) != -1) { in libzfs_load_module()
148 if (strncmp(ev->name, &ZFS_DEV[sizeof (ZFS_DEVDIR)], in libzfs_load_module()
[all …]

12345678