/freebsd/sys/dev/mlxfw/ |
H A D | mlxfw_mfa2_tlv_multi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2017-2019 Mellanox Technologies. 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 37 NLA_ALIGN(sizeof(*(tlv)) + be16_to_cpu((tlv)->len)) 41 const struct mlxfw_mfa2_tlv_multi *multi) in mlxfw_mfa2_tlv_multi_child() argument 46 return mlxfw_mfa2_tlv_get(mfa2_file, (const u8 *) multi + multi_len); in mlxfw_mfa2_tlv_multi_child() 53 const struct mlxfw_mfa2_tlv_multi *multi; in mlxfw_mfa2_tlv_next() local 59 if (tlv->type == MLXFW_MFA2_TLV_MULTI_PART) { in mlxfw_mfa2_tlv_next() 60 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, tlv); in mlxfw_mfa2_tlv_next() [all …]
|
H A D | mlxfw_mfa2_tlv_multi.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2017-2019 Mellanox Technologies. 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 41 const struct mlxfw_mfa2_tlv_multi *multi); 53 const struct mlxfw_mfa2_tlv_multi *multi, 57 const struct mlxfw_mfa2_tlv_multi *multi, 65 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \ argument 67 mlxfw_mfa2_tlv_multi_child(mfa2_file, multi), \ 68 be16_to_cpu(multi->num_extensions) + 1)
|
H A D | mlxfw_mfa2.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2017-2019 Mellanox Technologies. 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 37 #include <contrib/xz-embedded/linux/include/linux/xz.h> 46 * +----------------------------------+ 48 * +----------------------------------+ 50 * | +------------------------------+ | +-----------------+ 51 * | | package descriptor tlv +-----> |num_devices=n | 52 * | +------------------------------+ | |num_components=m | [all …]
|
/freebsd/contrib/netbsd-tests/ipf/ |
H A D | t_nat_ipf_exec.sh | 18 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 28 # (C)opyright 1993-1996 by Darren Reed. 48 format="-xF $infmt" 50 format="-F $infmt" 56 atf_check -o save:save -x "echo \"$rule\" | \ 57 ipftest -R $format -b -r ipf -N - -i in $args" 59 echo "-------------------------------" >>out 62 multi) 63 atf_check -o save:out ipftest -R $args \ 64 $format -b -r ipf -N nat -i in [all …]
|
/freebsd/share/man/man9/ |
H A D | buf_ring.9 | 16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 40 .Nd multi-producer, {single, multi}-consumer lock-less ring buffer 65 functions provide a lock-less multi-producer and lock-less multi-consumer as 66 well as single-consumer ring buffer. 90 function is a multi-consumer safe way of dequeueing elements from a buf_ring. 94 function is a single-consumer interface to dequeue elements - requiring
|
/freebsd/share/man/man4/ |
H A D | wlan.4 | 16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 31 .Nd generic WiFi 802.11 link-layer support 45 supports multi-mode devices capable of 49 through a combination of in-kernel code and user-mode applications. 50 The WME/WMM multi-media protocols are supported entirely within 70 this is the way by which ``multi-bss support'' is provided but it 76 .Bl -tag -width monitor 96 In particular this specified to have read-only properties 100 A station that passes 4-address 802.11 traffic for the purpose 121 Cryptographic support such as WEP, TKIP, and AES-CCMP are implemented [all …]
|
H A D | hmt.4 | 1 .\" Copyright (c) 2014-2020 Vladimir Kondratyev <wulf@FreeBSD.org> 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 30 .Nd MS Windows 7/8/10 - compatible HID multi-touch device driver 34 .Bd -ragged -offset indent 45 .Bd -literal -offset indent 51 driver provides support for the MS Windows 7/8/10 - compatible HID 52 multi-touch devices found in many laptops. 54 To get multi-touch device working in 55 .Xr X 7 Pq Pa ports/x11/xorg-docs , 57 .Pa ports/x11-drivers/xf86-input-evdev . [all …]
|
H A D | wmt.4 | 1 .\" Copyright (c) 2014-2017 Vladimir Kondratyev <wulf@FreeBSD.org> 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 30 .Nd MS Windows 7/8/10 - compatible USB HID multi-touch device driver 34 .Bd -ragged -offset indent 44 .Bd -literal -offset indent 50 driver provides support for the MS Windows 7/8/10 - compatible USB HID 51 multi-touch devices found in many laptops. 53 To get multi-touch device working in 54 .Xr X 7 Pq Pa ports/x11/xorg-docs , 56 .Pa ports/x11-drivers/xf86-input-evdev . [all …]
|
H A D | smp.4 | 14 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 29 .Nd description of the FreeBSD Symmetric Multi-Processor kernel 35 kernel implements symmetric multi-processor support. 43 the read-only sysctl variable 46 The number of online threads per CPU core is available in the read-only sysctl 50 read-only sysctl variable 54 allows specific CPUs on a multi-processor system to be disabled. 70 algorithms to make better use of modern multi-core CPUs. 77 by being cores in a single multi-core processor. 79 nesting level of the CPU group and "cache-level", corresponding to the [all …]
|
H A D | ietp.4 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 34 .Bd -ragged -offset indent 47 .Bd -literal -offset indent 53 driver provides support for the Elantech I2C touchpad multi-touch devices 56 To get multi-touch device working in 57 .Xr X 7 Pq Pa ports/x11/xorg-docs , 59 .Pa ports/x11-drivers/xf86-input-libinput . 62 creates a pseudo-device file, 64 which presents the multi-touch device as an input event device. 69 .Xr libinput 4 Pq Pa ports/x11-drivers/xf86-input-libinput . [all …]
|
H A D | ng_ppp.4 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 51 user-land daemon). 54 user-land implementations. 56 multi-link PPP, Van Jacobson compression, PPP compression, PPP 58 A single PPP node corresponds to one PPP multi-link bundle. 71 Typically this node is connected to a user-land daemon via a 94 These device-independent hooks transmit and receive full PPP 96 information fields, but no checksum or other link-specific fields. 187 Only bundle-level compression and encryption is directly supported; [all …]
|
H A D | bcm5974.4 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 34 .Bd -ragged -offset indent 47 .Bd -literal -offset indent 56 To get multi-touch device working in 57 .Xr X 7 Pq Pa ports/x11/xorg-docs , 59 .Pa ports/x11-drivers/xf86-input-libinput . 62 creates a pseudo-device file, 64 which presents the multi-touch device as an input event device. 69 .Xr libinput 4 Pq Pa ports/x11-drivers/xf86-input-libinput . 71 .An -nosplit
|
H A D | iicbus.4 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 41 system provides a uniform, modular and architecture-independent 48 Its purpose was to provide an 49 easy way to connect a CPU to peripheral chips in a TV-set. 71 As mentioned before, the IC bus is a Multi-MASTER BUS. 77 .Bl -column "Device drivers" -compact 89 8-bit characters they write to the bus according to the I2C protocol. 92 bidirectional communications, thanks to the multi-master capabilities of the 97 .Bl -column "Interface drivers" -compact 100 .It Sy iicbb Ta "generic bit-banging master-only driver" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | keystone-navigator-qmss.txt | 5 multi-core Navigator. QMSS consist of queue managers, packed-data structure 9 management of the packet queues. Packets are queued/de-queued by writing or 20 - compatible : Must be "ti,keystone-navigator-qmss". 21 : Must be "ti,66ak2g-navss-qm" for QMSS on K2G SoC. 22 - clocks : phandle to the reference clock for this device. 23 - queue-range : <start number> total range of queue numbers for the device. 24 - linkram0 : <address size> for internal link ram, where size is the total 26 - linkram1 : <address size> for external link ram, where size is the total 29 - qmgrs : child node describing the individual queue managers on the 32 -- managed-queues : the actual queues managed by each queue manager [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,mtu2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas Multi-Function Timer Pulse Unit 2 (MTU2) 10 - Geert Uytterhoeven <geert+renesas@glider.be> 11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> 14 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable clock inputs 23 - enum: 24 - renesas,mtu2-r7s72100 # RZ/A1H 25 - const: renesas,mtu2 [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | envy24ht.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 30 /* -------------------------------------------------------------------- */ 37 #define ENVY24HT_PCIR_MT 0x14 /* Multi-Track I/O Base Address */ 45 #define ENVY24HT_CCS_IMASK_PMT 0x10 /* Professional Multi-track */ 65 #define ENVY24HT_CCSM_SCFG_MPU 0x20 /* 0(not implemented)/1(1) MPU-401 UART */ 66 #define ENVY24HT_CCSM_SCFG_ADC 0x0c /* 1-2 stereo ADC connected, S/PDIF receiver connected */ 67 #define ENVY24HT_CCSM_SCFG_DAC 0x03 /* 1-4 stereo DAC connected */ 69 #define ENVY24HT_CCS_ACL 0x05 /* AC-Link Configuration Register */ [all …]
|
/freebsd/sbin/init/ |
H A D | init.8 | 21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 51 and if this succeeds, begins multi-user operation. 54 commences single-user operation by giving 55 the super-user a shell on the console. 60 prevent the system from going multi-user and to instead execute 61 a single-user shell without starting the normal daemons. 63 later be made to go to multi-user by exiting the 64 single-user shell (with ^D). 80 will require that the super-user password be 81 entered before the system will start a single-user shell. [all …]
|
/freebsd/share/man/man5/ |
H A D | sysctl.conf.5 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 34 file is read in when the system goes into multi-user mode to set default 41 .Bd -literal -offset indent 56 additional module-specific settings can be applied 60 .Bl -tag -width /etc/rc.d/sysctl_lastload -compact 65 early on in the process of transitioning to multi-user mode. 70 shortly before the system reaches the multi-user mode. 75 Machine-specific settings for sites with a common 84 .Bd -literal -offset indent
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_atomic.h | 2 * Copyright (c) 2004-2006 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 16 * - Redistributions of source code must retain the above 20 * - Redistributions in binary form must reproduce the above 27 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 61 * 32-bit signed integers in an atomic fashion. 68 * The cl_atomic_inc function atomically increments a 32-bit signed 77 * [in] Pointer to a 32-bit integer to increment. 87 * synchronization mechanisms in multi-threaded environments. [all …]
|
/freebsd/share/man/man3/ |
H A D | pthread_multi_np.3 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 31 .Nd "switch between multi- and single-threaded scheduling modes" 43 function switches the process to a single-threaded mode, i.e., 50 function switches the process to a multi-threaded mode.
|
/freebsd/tools/tools/netrate/httpd/ |
H A D | httpd.c | 1 /*- 2 * Copyright (c) 2005-2006 Robert N. M. Watson 16 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 53 * Simple, multi-threaded/multi-process HTTP server. Very dumb. 66 #define HTTP_CONTENT "Content-Type: text/html\n\n" 69 * In order to support both multi-threaded and multi-process operation but 70 * use a single shared memory statistics model, we create a page-aligned 72 * threading; for multi-process operation, we mark it as INHERIT_SHARE, so we 73 * must put it in page-aligned memory that isn't shared with other memory, or 78 pthread_t hts_thread; /* Multi-thread. */ [all …]
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | rpc.yppasswdd.8 | 21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 62 is an RPC-based server that accepts incoming password change requests, 120 also allows the super-user on the NIS master server to perform more 122 The super-user can modify 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 131 Again, this only applies to the super-user on the NIS 140 .Bl -tag -width indent 180 The compiled-in default path is 188 The super-user on the [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | ppp.h | 7 * purpose and without fee is hereby granted, provided that this copyright 14 * suitability of this software for any purpose. It is provided "as is" 22 #define PPP_PPPD_IN 0x00 /* non-standard for DLT_PPP_PPPD */ 23 #define PPP_PPPD_OUT 0x01 /* non-standard for DLT_PPP_PPPD */ 35 #define PPP_STII 0x0033 /* Stream Protocol (ST-II) */ 37 #define PPP_ML 0x003d /* Multi-Link PPP */ 66 #define PPP_MPCP 0xc03d /* Multi-Link */
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|
/freebsd/crypto/openssh/ |
H A D | openssh.xml.in | 3 <!-- 7 purpose with or without fee is hereby granted, provided that the above 17 --> 26 <!-- 28 --> 34 name='filesystem-local' 50 name='multi-user-server' 53 <service_fmri value='svc:/milestone/multi-user-server'/>
|