/freebsd/stand/efi/include/Protocol/ |
H A D | Ip4Config2.h | 5 Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> 9 http://opensource.org/licenses/bsd-license.php 37 /// IPv4 Configuration II Protocol instance manages. This type of 38 /// data is read only. The corresponding Data is of type 46 /// affect other configuration settings. The corresponding Data is of 47 /// type EFI_IP4_CONFIG2_POLICY. 53 /// Ip4Config2PolicyStatic. The corresponding Data is of 54 /// type EFI_IP4_CONFIG2_MANUAL_ADDRESS. When DataSize 55 /// is 0 and Data is NULL, the existing configuration is cleared 65 /// Data is a pointer to an array of EFI_IPv4_ADDRESS instances. [all …]
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop.h | 2 * Event loop 3 * Copyright (c) 2002-2006, Jouni Malinen <j@w1.fi> 8 * This file defines an event loop interface that supports processing events 21 * ELOOP_ALL_CTX - eloop_cancel_timeout() magic number to match all timeouts 23 #define ELOOP_ALL_CTX (void *) -1 26 * eloop_event_type - eloop socket event type for eloop_register_sock() 27 * @EVENT_TYPE_READ: Socket has data available for reading 28 * @EVENT_TYPE_WRITE: Socket has room for new data to be written 38 * eloop_sock_handler - eloop socket event callback type 40 * @eloop_ctx: Registered callback context data (eloop_data) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/ |
H A D | samsung,exynos-ppmu.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/devfreq/event/samsung,exynos-ppmu.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chanwo [all...] |
H A D | exynos-ppmu.txt | 5 each IP. PPMU provides the primitive values to get performance data. These 9 The Exynos PPMU driver uses the devfreq-event class to provide event data 10 to various devfreq devices. The devfreq devices would use the event data when 14 - compatible: Should be "samsung,exynos-ppmu" or "samsung,exynos-ppmu-v2. 15 - reg: physical base address of each PPMU and length of memory mapped region. 18 - clock-names : the name of clock used by the PPMU, "ppmu" 19 - clocks : phandles for clock specified in "clock-names" property 22 - event-name : the unique event name among PPMU device 24 - event-data-type : Define the type of data which shell be counted 25 by the counter. You can check include/dt-bindings/pmu/exynos_ppmu.h for [all …]
|
/freebsd/contrib/openbsm/man/ |
H A D | audit.log.5 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 18 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 37 token-based record stream to represent system audit data. 39 range of data types, and easily extended to describe new data types in a 54 Between these two tokens will appear a variety of data tokens, such as 58 The BSM file format defines specific token orders for each record event type; 79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 92 layout, the event type and subtype, and the time at which the event occurred. [all …]
|
/freebsd/lib/libdevdctl/ |
H A D | event.h | 1 /*- 21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 51 /*-------------------------------- NVPairMap ---------------------------------*/ 57 /*----------------------------------- Event ----------------------------------*/ 60 * a device control event. 62 * All name => value data for events can be accessed via the Contains() 63 * and Value() methods. name => value pairs for data not explicitly 65 * example, ATTACH and DETACH events have "device-name" and "parent" 68 class Event [all …]
|
H A D | exception.h | 1 /*- 21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 48 /*--------------------------------- Exception --------------------------------*/ 57 * data to be reported. 59 * \param fmt Printf-like string format specifier. 64 * \brief Augment/Modify a Exception's string data. 69 * \brief Emit exception data to syslog(3). 78 * in event constructors into a linear string. 91 /*------------------------------ ParseException ------------------------------*/ [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/sysevent/ |
H A D | dev.h | 9 * or https://opensource.org/licenses/CDDL-1.0. 36 * Event schema for EC_DEV_ADD/ESC_DISK 38 * Event Class - EC_DEV_ADD 39 * Event Sub-Class - ESC_DISK 41 * Attribute Name - EV_VERSION 42 * Attribute Type - DATA_TYPE_INT32 43 * Attribute Value - event version number 45 * Attribute Name - DEV_NAME 46 * Attribute Type - DATA_TYPE_STRING 47 * Attribute Value - /dev name to the raw device. [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent/ |
H A D | dev.h | 38 * Event schema for EC_DEV_ADD/ESC_DISK 40 * Event Class - EC_DEV_ADD 41 * Event Sub-Class - ESC_DISK 43 * Attribute Name - EV_VERSION 44 * Attribute Type - DATA_TYPE_INT32 45 * Attribute Value - event version number 47 * Attribute Name - DEV_NAME 48 * Attribute Type - DATA_TYPE_STRING 49 * Attribute Value - /dev name to the raw device. 52 * Attribute Name - DEV_PHYS_PATH [all …]
|
/freebsd/sys/dev/evdev/ |
H A D | cdev.c | 1 /*- 3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org> 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 55 uint16_t type; member 104 struct evdev_dev *evdev = dev->si_drv1; in evdev_open() 113 buffer_size = evdev->ev_report_size * DEF_RING_REPORTS; in evdev_open() 119 client->ec_buffer_size = buffer_size; in evdev_open() 120 client->ec_buffer_head = 0; in evdev_open() 121 client->ec_buffer_tail = 0; in evdev_open() [all …]
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 14 * Date: Thu Nov 3 16:18:21 2011 -0400 41 quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/, 43 // Check if a string has a non-whitespace character in it 58 rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g, 59 rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, 69 rdashAlpha = /-([a-z]|[0-9])/ig, 70 rmsPrefix = /^-ms-/, 86 // The ready event handler 97 // [[Class]] -> type pairs 129 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng… [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_hci.4 | 1 .\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com> 16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 .Nd Netgraph node type that is also a Bluetooth Host Controller Interface 40 node type is a Netgraph node type that implements Bluetooth Host Controller 44 Bluetooth is a short-range radio link intended to replace the cable(s) 50 asynchronous data channel, up to three simultaneous synchronous voice 51 channels, or a channel which simultaneously supports asynchronous data 59 The Bluetooth system provides a point-to-point connection (only two 60 Bluetooth units involved), or a point-to-multipoint connection. [all …]
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_ndis_.c | 2 * WPA Supplicant - Windows/NDIS driver interface - event processing 3 * Copyright (c) 2004-2005, Jouni Malinen <j@w1.fi> 15 /* Keep this event processing in a separate file and without WinPcap headers to 25 const u8 *data, size_t data_len); 34 /* Event data: 36 * data length (2 octets (big endian), optional) 37 * data (variable len, optional) 44 u8 *pos, *data = NULL; in wpa_driver_ndis_event_process() local 45 enum event_types type; in wpa_driver_ndis_event_process() local 48 wpa_hexdump(MSG_MSGDUMP, "NDIS: received event data", buf, len); in wpa_driver_ndis_event_process() [all …]
|
H A D | driver_nl80211_event.c | 2 * Driver interaction with Linux nl80211/cfg80211 - Event processing 3 * Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi> 5 * Copyright (c) 2009-2010, Atheros Communications 16 #include "common/qca-vendor.h" 17 #include "common/qca-vendor-attr.h" 201 union wpa_event_data event; in mlme_event_auth() local 203 if (!(drv->capa.flags & WPA_DRIVER_FLAGS_SME) && in mlme_event_auth() 204 drv->force_connect_cmd) { in mlme_event_auth() 210 "nl80211: Ignore auth event when using driver SME"); in mlme_event_auth() 214 wpa_printf(MSG_DEBUG, "nl80211: Authenticate event"); in mlme_event_auth() [all …]
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | trc_gen_elem_types.h | 26 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 49 …OCSD_GEN_TRC_ELEM_UNKNOWN = 0, /*!< Unknown trace element - default value or indicate error in… 50 …OCSD_GEN_TRC_ELEM_NO_SYNC, /*!< Waiting for sync - either at start of decode, or after ove… 51 …OCSD_GEN_TRC_ELEM_TRACE_ON, /*!< Start of trace - beginning of elements or restart after di… 54 … consecutive instructions from addr (no intervening events or data elements), may have data assoc … 57 … OCSD_GEN_TRC_ELEM_ADDR_UNKNOWN, /*!< address currently unknown - need address packet update */ 58 …OCSD_GEN_TRC_ELEM_EXCEPTION, /*!< exception - start address may be exception target, end add… 60 …OCSD_GEN_TRC_ELEM_TIMESTAMP, /*!< Timestamp - preceding elements happeded before this time. … 61 …OCSD_GEN_TRC_ELEM_CYCLE_COUNT, /*!< Cycle count - cycles since last cycle count value - associ… [all …]
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_get_cm_event.3 | 1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 2 .TH "RDMA_GET_CM_EVENT" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm 4 rdma_get_cm_event \- Retrieves the next pending communication event. 10 .BI "struct rdma_cm_event **" event ");" 13 Event channel to check for events. 14 .IP "event" 12 15 Allocated information about the next communication event. 17 Retrieves a communication event. If no events are pending, by default, 18 the call will block until an event is received. 20 Returns 0 on success, or -1 on error. If an error occurs, errno will be [all …]
|
/freebsd/contrib/opencsd/decoder/include/opencsd/stm/ |
H A D | trc_pkt_types_stm.h | 26 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 61 STM_PKT_TRIG, /**< Trigger event packet. */ 63 …STM_PKT_GERR, /**< Global error packet - protocol error but unknown which master had error */ 64 …STM_PKT_MERR, /**< Master error packet - current master detected an error (e.g. dropped trac… 72 STM_PKT_D4, /**< 4 bit data payload packet */ 73 STM_PKT_D8, /**< 8 bit data payload packet */ 74 STM_PKT_D16, /**< 16 bit data payload packet */ 75 STM_PKT_D32, /**< 32 bit data payload packet */ 76 STM_PKT_D64, /**< 64 bit data payload packet */ [all …]
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfiutil.8 | 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 40 .Op Fl t Ar type 45 .Op Fl t Ar type 52 .Op Fl t Ar type 57 .Op Fl t Ar type 62 .Op Fl t Ar type 72 .Op Fl t Ar type 77 .Op Fl t Ar type 82 .Op Fl t Ar type [all …]
|
/freebsd/sys/contrib/xen/io/ |
H A D | netif.h | 4 * Unified network-device I/O interface for Xen guest OSes. 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 24 * Copyright (c) 2003-2004, Keir Fraser 52 * Notifications after enqueuing any type of message should be conditional on 55 * feature 'feature-rx-notify' via xenbus. Otherwise the backend will assume 60 * "feature-split-event-channels" is introduced to separate guest TX 64 * To make use of this feature, frontend should allocate two event 66 * "event-channel-tx" and "event-channel-rx" respectively. If frontend 67 * doesn't want to use this feature, it just writes "event-channel" 73 * If supported, the backend will write the key "multi-queue-max-queues" to [all …]
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_eq.c | 1 /*- 2 * Copyright (c) 2013-2021, Mellanox Technologies, Ltd. All rights reserved. 16 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE 19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 102 return mlx5_buf_offset(&eq->buf, entry * MLX5_EQE_SIZE); in get_eqe() 107 struct mlx5_eqe *eqe = get_eqe(eq, eq->cons_index & (eq->nent - 1)); in next_eqe_sw() 109 return ((eqe->owner & 1) ^ !!(eq->cons_index & eq->nent)) ? NULL : eqe; in next_eqe_sw() 112 static const char *eqe_type_str(u8 type) in eqe_type_str() argument 114 switch (type) { in eqe_type_str() 172 return "Unrecognized event"; in eqe_type_str() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmont/ |
H A D | cache.json | 12 "BriefDescription": "L1 Cache evictions for dirty data", 17 …"PublicDescription": "Counts when a modified (dirty) cache line is evicted from the data L1 cache … 22 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss.", 27 … fetch unit is unable to provide bytes due to an ICache miss. Note: this event is not the same as… 37 …from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cac… 61 "BriefDescription": "Loads retired that came from DRAM (Precise event capable)", 68 …icDescription": "Counts memory load uops retired where the data is retrieved from DRAM. Event is … 73 …tion": "Memory uop retired where cross core or cross module HITM occurred (Precise event capable)", 80 …data was in the modified state of another core or modules cache (HITM). More specifically, this m… 85 "BriefDescription": "Load uops retired that hit L1 data cache (Precise event capable)", [all …]
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiSpec.h | 8 Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR> 11 SPDX-License-Identifier: BSD-2-Clause-Patent 70 // Note: UEFI spec 2.5 and following: use EFI_MEMORY_RO as write-protected physical memory 79 // The memory region supports byte-addressable non-volatility. 91 // Specific-purpose memory (SPM). The memory is earmarked for 94 // memory for core OS data or code that can not be relocated. 122 /// Type of the memory region. 123 /// Type EFI_MEMORY_TYPE is defined in the 126 UINT32 Type; member 129 /// aligned on a 4 KiB boundary, and must not be above 0xfffffffffffff000. Type [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBEventDocstrings.i | 6 Try wait for event... 7 …Event description: 0x103d0bb70 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { proce… 8 Event data flavor: Process::ProcessEventData 11 Try wait for event... 12 …Event description: 0x103a700a0 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { proce… 13 Event data flavor: Process::ProcessEventData 16 Try wait for event... 17 …Event description: 0x103d0d4a0 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { proce… 18 Event data flavor: Process::ProcessEventData 21 Try wait for event... [all …]
|
/freebsd/contrib/libedit/ |
H A D | history.c | 3 /*- 25 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 45 * hist.c: TYPE(History) access functions 62 #define FUNW(type) type argument 63 #define TYPE(type) type argument 80 #define FUNW(type) type ## _w argument 81 #define TYPE(type) type ## W argument 94 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); 95 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/ |
H A D | cache.json | 14 "BriefDescription": "L1 Cache evictions for dirty data", 21 …"PublicDescription": "Counts when a modified (dirty) cache line is evicted from the data L1 cache … 26 "BriefDescription": "Cycles code-fetch stalled due to an outstanding ICache miss.", 33 … fetch unit is unable to provide bytes due to an ICache miss. Note: this event is not the same as… 45 …from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cac… 73 "BriefDescription": "Loads retired that came from DRAM (Precise event capable)", 81 …icDescription": "Counts memory load uops retired where the data is retrieved from DRAM. Event is … 86 …tion": "Memory uop retired where cross core or cross module HITM occurred (Precise event capable)", 94 …data was in the modified state of another core or modules cache (HITM). More specifically, this m… 99 "BriefDescription": "Load uops retired that hit L1 data cache (Precise event capable)", [all …]
|