| /freebsd/lib/libdevctl/ |
| H A D | devctl.3 | 44 .Nd device control library 50 .Fn devctl_attach "const char *device" 52 .Fn devctl_clear_driver "const char *device" "bool force" 54 .Fn devctl_delete "const char *device" "bool force" 56 .Fn devctl_detach "const char *device" "bool force" 58 .Fn devctl_disable "const char *device" "bool force_detach" 60 .Fn devctl_enable "const char *device" 64 .Fn devctl_getpath "const char *device" "const char *locator" "char **buffer" 66 .Fn devctl_rescan "const char *device" 68 .Fn devctl_reset "const char *device" "bool detach" [all …]
|
| /freebsd/sys/x86/conf/ |
| H A D | NOTES | 12 # NOTE: introduces CDDL-licensed components into the kernel 13 #device dtrace 16 #device dtrace_profile 17 #device dtrace_sdt 18 #device dtrace_fbt 19 #device dtrace_systrace 20 #device dtrace_prototype 21 #device dtnfscl 22 #device dtmalloc 25 #device dtraceall [all …]
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_dev_mgr.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2022 Intel Corporation */ 35 * adf_get_vf_real_id() - Translate fake to real device id 37 * The "real" id is assigned to a device when it is initially 41 * perhaps to assign the device to a guest. 51 if (ptr->fake_id == fake) in adf_get_vf_real_id() 52 return ptr->id; in adf_get_vf_real_id() 54 return -1; in adf_get_vf_real_id() 58 * adf_clean_vf_map() - Cleans VF id mapings 74 if (map->bdf != -1) { in adf_clean_vf_map() [all …]
|
| /freebsd/share/doc/smm/02.config/ |
| H A D | 4.t | 14 .\" without specific prior written permission. 33 In this section we consider the specific rules used in writing 43 parameters specific to each 46 device specifications. 80 \-DFUNNY \-DHAHA in the resultant makefile. 94 of the manual page for the device. 123 This is usually a cute name like ERNIE (short for Ernie Co-Vax) or 126 and is also used to locate an optional list of source files specific 139 system specific devices may be different. A system image is specified 142 \fBconfig\fP\ \fIsysname\fP\ \fIconfig-clauses\fP [all …]
|
| H A D | 6.t | 14 .\" without specific prior written permission. 37 those people who intend to install new device drivers and/or 45 how to add non-standard system facilities to 4.4BSD, 47 how to add a device driver to 4.4BSD, and 51 If you wish to make site-specific modifications to the system 69 We try to isolate our site-dependent code in individual files 70 which may be configured with pseudo-device specifications. 72 Indicate machine-specific code with ``#ifdef vax'' (or other machine, 75 machines with similar architectures\- you may someday find 79 Adding non-standard system facilities [all …]
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | scif_sas_remote_device_ready_substate_handlers.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 60 * to the framework remote device READY sub-state handler methods. 85 * @param[in] fw_device This parameter specifies the remote device for 100 if (fw_device->ready_substate_machine.current_state_id in scif_sas_remote_device_start_task_request() 104 &fw_device->ready_substate_machine, in scif_sas_remote_device_start_task_request() 109 fw_device->request_count++; in scif_sas_remote_device_start_task_request() [all …]
|
| H A D | scif_sas_design.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 61 - Nathan Marushak 64 - Richard Boyd 68 This document provides design information relating to the SAS specific 79 developer to code for a specific task. The developer is not encumbered 81 example, if a specific event can only occur when the object is in a specific [all …]
|
| H A D | scif_sas_remote_device_starting_substate_handlers.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 60 * to the framework remote device STARTING sub-state handler methods. 61 * The STARTING sub-state machine is responsible for ensuring that 63 * device is complete before transitioning to the READY state 79 * @brief This method provides startig sub-state specific handling for 80 * when the remote device is requested to stop. This will occur [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | omap-usb.txt | 1 OMAP GLUE AND OTHER OMAP SPECIFIC COMPONENTS 4 - compatible : Should be "ti,omap4-musb" or "ti,omap3-musb" 5 - ti,hwmods : must be "usb_otg_hs" 6 - multipoint : Should be "1" indicating the musb controller supports 7 multipoint. This is a MUSB configuration-specific setting. 8 - num-eps : Specifies the number of endpoints. This is also a 9 MUSB configuration-specific setting. Should be set to "16" 10 - ram-bits : Specifies the ram address size. Should be set to "12" 11 - interface-type : This is a board specific setting to describe the type of 14 - mode : Should be "3" to represent OTG. "1" signifies HOST and "2" [all …]
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | acpi_device.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 11 #pragma GCC diagnostic ignored "-Wunused-parameter" 20 * Device specific information and emulation. 22 * @param name Used as device name in the DSDT. 24 * @param build_table Called to build a device specific ACPI table like the TPM2 26 * @param write_dsdt Called to append the DSDT with device specific 38 * Creates an ACPI device. 40 * @param[out] new_dev Returns the newly create ACPI device. 41 * @param[in] softc Pointer to the software context of the ACPI device. [all …]
|
| /freebsd/sys/contrib/dev/ice/ |
| H A D | README | 1 OS Default Dynamic Device Personalization (DDP) Package 10 * OS Default Dynamic Device Personalization (DDP) Package 33 Device Personalization (DDP) package file to enable advanced features 37 DDP allows you to change the packet processing pipeline of a device by 38 applying a profile package to the device at runtime. Profiles can be 43 The DDP package loads during device initialization or driver runtime, 46 will load it into the device. If the DDP package file is missing or 48 it will use the configuration contained in the device's NVM. 57 A general-purpose, default DDP package is automatically installed with 60 specific marke [all...] |
| /freebsd/share/man/man9/ |
| H A D | bhnd.9 | 1 .\" Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org> 251 .Ss "Device Configuration Functions" 273 .Ss "Device Information Functions" 323 .Ss "Device Matching Functions" 358 .Ss "Device Table Functions" 381 .Fa "vendor" "device" "desc" "quirks" "..." 392 .Bd -literal 398 .Bd -literal 406 .Bd -literal 414 .Bd -literal [all …]
|
| H A D | BUS_GET_CPUS.9 | 1 .\" -*- nroff -*- 32 .Nd "request a set of device-specific CPUs" 49 method queries the parent bus device for a set of device-specific CPUs. 64 Not all set types are supported for every device. 70 .Bl -tag -width ".Dv LOCAL_CPUS" 72 The set of CPUs that are local to the device. 73 If a device is closer to a specific memory domain in a non-uniform memory 78 The preferred set of CPUs that this device should use for device interrupts. 91 .Xr device 9
|
| /freebsd/share/man/man4/ |
| H A D | mps.4 | 4 .\" Copyright (c) 2015-2017 Avago Technologies 5 .\" Copyright (c) 2015-2017 Broadcom Ltd. 45 .Nd "LSI Fusion-MPT 2 IT/IR 6Gb/s Serial Attached SCSI/SATA driver" 49 .Bd -ragged -offset indent 50 .Cd "device pci" 51 .Cd "device scbus" 52 .Cd "device mps" 57 .Bd -literal -offset indent 64 Fusion-MPT 2 IT/IR 72 .Bl -bullet -compact [all …]
|
| H A D | mpr.4 | 4 .\" Copyright (c) 2015-2017 Avago Technologies 5 .\" Copyright (c) 2015-2022 Broadcom Ltd. 45 .Nd "LSI Fusion-MPT 3/3.5 IT/IR 12Gb/s Serial Attached SCSI/SATA/PCIe driver" 49 .Bd -ragged -offset indent 50 .Cd "device pci" 51 .Cd "device scbus" 52 .Cd "device mpr" 57 .Bd -literal -offset indent 64 Fusion-MPT 3/3.5 IT/IR 72 .Bl -bullet -compact [all …]
|
| H A D | iwn.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2004-2006 39 .Bd -ragged -offset indent 40 .Cd "device iwn" 41 .Cd "device pci" 42 .Cd "device wlan" 43 .Cd "device firmware" 46 You also need to select a firmware for your device. 48 .Bd -ragged -offset indent [all …]
|
| H A D | iwm.4 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2004-2006 38 .Bd -ragged -offset indent 39 .Cd "device iwm" 40 .Cd "device pci" 41 .Cd "device wlan" 42 .Cd "device firmware" 45 You also need to select a firmware for your device. 47 .Bd -ragged -offset indent [all …]
|
| H A D | scsi.4 | 32 .Cd "device scbus" 33 .Cd "device ada" 34 .Cd "device cd" 35 .Cd "device ch" 36 .Cd "device da" 37 .Cd "device pass" 38 .Cd "device pt" 39 .Cd "device sa" 41 .Cd "options CAM_DEBUG_BUS=-1" 42 .Cd "options CAM_DEBUG_TARGET=-1" [all …]
|
| /freebsd/sbin/nvmecontrol/ |
| H A D | nvmecontrol.8 | 3 .\" Copyright (c) 2018-2019 Alexander Motin <mav@FreeBSD.org> 51 .Aq Ar device-id | Ar namespace-id 59 .Aq Ar namespace-id 62 .Aq Ar device-id 67 .Op Fl v Ar vendor-string 72 .Aq Ar device-id | Ar namespace-id 75 .Aq Ar device-id 78 .Aq Ar device-id 83 .Aq Ar device-id 87 .Aq Ar device-id [all …]
|
| /freebsd/usr.sbin/devctl/ |
| H A D | devctl.8 | 30 .Nd device control utility 34 .Ar device 38 .Ar device 42 .Ar device 46 .Ar device 49 .Ar device 52 .Ar device 55 .Ar device 59 .Ar device driver 62 .Ar device [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | pamu.txt | 1 Freescale Peripheral Management Access Unit (PAMU) Device Tree Binding 5 The PAMU is an I/O MMU that provides device-to-memory access control and 10 - compatible : <string> 11 First entry is a version-specific string, such as 12 "fsl,pamu-v1.0". The second is "fsl,pamu". 13 - ranges : <prop-encoded-array> 20 - interrupts : <prop-encoded-array> 25 - #address-cells: <u32> 27 - #size-cells : <u32> 31 - reg : <prop-encoded-array> [all …]
|
| H A D | mpic.txt | 14 - compatible 22 - reg 24 Value type: <prop-encoded-array> 26 offset and length of the device's registers within the 29 - interrupt-controller 35 - #interrupt-cells 39 specifiers do not contain the interrupt-type or type-specific 42 - #address-cells 47 - pic-no-reset 53 configuration registers to a sane state-- masked or [all …]
|
| /freebsd/sys/arm/conf/ |
| H A D | NOTES | 1 # arm-specific changes for doing a LINT build. 7 makeoptions CONF_CFLAGS+="-march=armv7a" 11 options FDT # Flattened device tree support 13 options LINUX_BOOT_ABI # Process metadata passed from U-Boot 18 # NOTE: dtrace introduces CDDL-licensed components into the kernel 19 device dtrace # dtrace core 20 device dtraceall # include all dtrace modules 23 # Add misc devices which are specific to various arm platforms... 25 device generic_timer # ARM Generic Timer 26 device gic # Interrupt controller [all …]
|
| /freebsd/sys/kern/ |
| H A D | bus_if.m | 1 #- 2 # Copyright (c) 1998-2004 Doug Rabson 33 * @defgroup BUS bus - KObj methods for drivers of devices with children 34 * @brief A set of methods required device drivers that support 96 * @brief Print a description of a child device 99 * device. It should describe the attachment that the child has with 101 * device is attached to. See bus_generic_print_child() for more 104 * @param _dev the device whose child is being printed 105 * @param _child the child device to describe 115 * @brief Print a notification about an unprobed child device. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/opp/ |
| H A D | opp-v2-base.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/opp/opp-v2-base.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Viresh Kumar <viresh.kumar@linaro.org> 13 Devices work at voltage-current-frequency combinations and some implementations 17 uses CPU as a device. 19 This describes the OPPs belonging to a device. 25 pattern: '^opp-table(-[a-z0-9]+)?$' 27 opp-shared: [all …]
|