Home
last modified time | relevance | path

Searched refs:devices (Results 1 – 25 of 1354) sorted by relevance

12345678910>>...55

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.d.out2 fds[0] fi_dirname = /devices/pseudo
3 fds[0] fi_pathname = /devices/pseudo/mm@0:null
5 fds[0] fi_mount = /devices
9 fds[1] fi_dirname = /devices/pseudo
12 fds[1] fi_mount = /devices
16 fds[2] fi_dirname = /devices/pseudo
19 fds[2] fi_mount = /devices
23 fds[3] fi_dirname = /devices/pseudo
26 fds[3] fi_mount = /devices
30 fds[4] fi_dirname = /devices/pseudo
[all …]
/freebsd/crypto/openssh/
H A Dauth2-chall.c64 KbdintDevice *devices[] = { variable
78 char *devices; member
94 devices[j] = devices[j+1]; in remove_kbdint_device()
116 for (i = 0; devices[i]; i++) { in kbdint_alloc()
148 free(kbdintctxt->devices); in kbdint_free()
162 len = kbdintctxt->devices ? in kbdint_next_device()
167 for (i = 0; devices[i]; i++) { in kbdint_next_device()
172 if (strncmp(kbdintctxt->devices, devices[i]->name, in kbdint_next_device()
178 t = kbdintctxt->devices; in kbdint_next_device()
228 kbdintctxt->devices ? kbdintctxt->devices : "<empty>"); in auth2_challenge_start()
[all …]
/freebsd/contrib/libpcap/doc/
H A DREADME.macos2 the BPF devices to capture packets with libpcap and allows users with
3 write access to the BPF devices to send packets with libpcap.
5 On some systems that use BPF, the BPF devices live on the root file
6 system, and the permissions and/or ownership on those devices can be
8 devices.
10 On newer versions of FreeBSD, the BPF devices live on devfs, and devfs
12 devices to give users other than root permission to read or write those
13 devices.
18 those devices.
26 Both of them will change the ownership of the BPF devices so that the
[all …]
/freebsd/sys/dev/superio/
H A Dsuperio.c321 .devices = ite_devices,
325 .devices = ite_devices,
329 .devices = ite_devices,
333 .devices = ite_devices,
337 .devices = ite_devices,
341 .devices = ite_devices,
345 .devices = ite_devices,
349 .devices = ite_devices,
353 .devices = ite_devices,
363 .devices = nvt_devices,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dti,timer.txt5 OMAP44xx devices have timer instances that are 100%
6 register compatible with OMAP3xxx devices as well as
8 So for OMAP44xx devices timer instances may use
11 ti,omap2420-timer (applicable to OMAP24xx devices)
12 ti,omap3430-timer (applicable to OMAP3xxx/44xx devices)
13 ti,omap4430-timer (applicable to OMAP44xx devices)
14 ti,omap5430-timer (applicable to OMAP543x devices)
15 ti,am335x-timer (applicable to AM335x devices)
16 ti,am335x-timer-1ms (applicable to AM335x devices)
/freebsd/stand/uboot/
H A Dglue.c242 static struct device_info devices[UB_MAX_DEV]; variable
264 di = &devices[0]; in ub_dev_enum()
278 di->cookie = devices[n - 1].cookie; in ub_dev_enum()
301 di = &devices[handle]; in ub_dev_open()
316 di = &devices[handle]; in ub_dev_close()
338 if (devices[handle].state != DEV_STA_OPEN) in dev_valid()
351 if (!(devices[handle].type & DEV_TYP_STOR)) in dev_stor_valid()
368 di = &devices[handle]; in ub_dev_read()
385 if (devices[handle].type != DEV_TYP_NET) in dev_net_valid()
400 di = &devices[handle]; in ub_dev_recv()
[all …]
/freebsd/libexec/rc/rc.d/
H A Dgeli43 devices=`geli_make_list`
54 for provider in ${devices}; do
106 devices=`geli_make_list`
113 devices="${devices} ${providers}"
116 for provider in ${devices}; do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_005_pos.ksh88 devices=${2}
92 log_must echo "devices=$devices"
94 for dev in ${devices}; do
132 devices=""
137 devices="${disks[1..$(($nparity+1))]}"
152 devices="$devices $disk"
157 test_replace $pool "$devices" $nparity
/freebsd/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_test.sh38 . $(atf_get_srcdir)/devices.cfg
48 . $(atf_get_srcdir)/devices.cfg
65 . $(atf_get_srcdir)/devices.cfg
75 . $(atf_get_srcdir)/devices.cfg
90 . $(atf_get_srcdir)/devices.cfg
98 . $(atf_get_srcdir)/devices.cfg
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dtlv320aic31xx.txt45 * SPL, devices with stereo speaker amp
46 * SPR, devices with stereo speaker amp
47 * SPK, devices with mono speaker amp
51 * MIC1LP, devices with ADC
52 * MIC1RP, devices with ADC
53 * MIC1LM, devices with ADC
54 * AIN1, devices without ADC
55 * AIN2, devices without ADC
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dxlnx,versal-net-cdx.yaml10 CDX bus controller for AMD devices is implemented to dynamically
11 detect CDX bus and devices using the firmware.
12 The CDX bus manages multiple FPGA based hardware devices, which
14 devices. These FPGA based devices can be added/modified dynamically
17 All devices on the CDX bus will have a unique streamid (for IOMMU)
26 The msi-map property is used to associate the devices with the
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_002_neg.ksh33 . $STF_SUITE/tests/functional/devices/devices.cfg
34 . $STF_SUITE/tests/functional/devices/devices_common.kshlib
55 log_must zfs set devices=off $TESTPOOL/$TESTFS
H A Ddevices_001_pos.ksh33 . $STF_SUITE/tests/functional/devices/devices.cfg
34 . $STF_SUITE/tests/functional/devices/devices_common.kshlib
55 log_must zfs set devices=on $TESTPOOL/$TESTFS
/freebsd/sys/compat/linux/
H A Dlinux_util.c128 static TAILQ_HEAD(, device_element) devices =
129 TAILQ_HEAD_INITIALIZER(devices);
144 TAILQ_FOREACH(de, &devices, list) { in linux_driver_get_name_dev()
204 TAILQ_FOREACH(de, &devices, list) { in linux_driver_get_major_minor()
269 TAILQ_FOREACH(de, &devices, list) { in linux_get_char_devices()
319 TAILQ_INSERT_TAIL(&devices, de, list); in linux_device_register_handler()
332 TAILQ_FOREACH(de, &devices, list) { in linux_device_unregister_handler()
334 TAILQ_REMOVE(&devices, de, list); in linux_device_unregister_handler()
/freebsd/usr.bin/systat/
H A Ddevs.c143 &select_generation, generation, cur_dev.dinfo->devices, num_devices, in dsinit()
184 s1->dinfo->devices, num_devices, in dscmd()
202 printw("%s%d ", s1->dinfo->devices[i].device_name, in dscmd()
203 s1->dinfo->devices[i].unit_number); in dscmd()
265 s1->dinfo->devices, num_devices, matches, num_matches, in dsmatchselect()
348 s1->dinfo->devices, num_devices, NULL, 0, in dsselect()
404 &now->dinfo->devices[di].creation_time, NULL); in dsshow2()
407 if (devstat_compute_statistics(&now->dinfo->devices[di], then ? in dsshow2()
408 &then->dinfo->devices[di] : NULL, elapsed_time, in dsshow2()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmfd.txt3 These devices comprise a nexus for heterogeneous hardware blocks containing
16 mix of unrelated hardware devices.
21 consider all subnodes of the MFD device as separate devices akin to how
23 memory-mapped bus. For more complex devices, when the nexus driver has to
24 probe registers to figure out what child devices exist etc, this should not
25 be used. In the latter case the child devices will be determined by the
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpmc.txt22 - reg: For devices compatible with "fsl,mpc8349-pmc", the first resource
26 For devices compatible with "fsl,mpc8548-pmc", the first resource
29 - interrupts: For "fsl,mpc8349-pmc"-compatible devices, the first
32 - fsl,mpc8313-wakeup-timer: For "fsl,mpc8313-pmc"-compatible devices,
41 supports disabling and resuming devices at any time.
46 This sleep controller only supports disabling devices during system
53 disabling. This sleep controller does not support configuring devices
/freebsd/sys/contrib/device-tree/Bindings/
H A Dcommon-properties.txt65 Daisy-chained devices
68 Many serially-attached GPIO and IIO devices are daisy-chainable. To the
71 by all of its devices. The driver needs to know how many devices the
76 - #daisy-chained-devices: Number of devices in the daisy-chain (default is 1).
84 #daisy-chained-devices = <3>;
H A Dxilinx.txt3 The Xilinx EDK toolchain ships with a set of IP cores (devices) for use
4 in Xilinx Spartan and Virtex FPGAs. The devices cover the whole range
6 devices (gpio, LCD, spi, etc). Also, since these devices are
25 [, (list of compatible devices), ...];
90 device tree. The following are bindings for specific devices:
116 Xilinx Ethernet devices. In addition to general xilinx properties
117 listed above, nodes for these devices should include a phy-handle
123 Xilinx uartlite devices are simple fixed speed serial ports.
130 Xilinx hwicap devices provide access to the configuration logic
146 Xilinx UART 16550 devices are very similar to the NS16550 but with
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmdio.yaml34 lines of all devices on that MDIO bus.
38 RESET pulse width in microseconds. It applies to all MDIO devices
39 and must therefore be appropriately determined based on all devices
45 devices and it's determined by how fast all devices are ready for
52 defined 2.5MHz should only be used when all devices on the bus support
58 work, all devices on the bus must support suppressed preamble.
H A Dti-bluetooth.txt5 attached TI Bluetooth devices. The following chips are included in this
8 * TI CC256x Bluetooth devices
9 * TI WiLink 7/8 (wl12xx/wl18xx) Shared Transport BT/FM/GPS devices
11 TI WiLink devices have a UART interface for providing Bluetooth, FM radio,
15 TI WiLink devices also have a separate WiFi interface as described in
/freebsd/share/examples/drivers/
H A DREADME8 writing drivers for your own devices. They have all the hooks needed
12 functional in a 'skeleton' sort of a way. They support multiple devices
13 so that you may have several of your 'foobar' devices probed and attached
24 One for making a real device driver for ISA devices, and
25 one for making a device driver for pseudo devices (e.g. /dev/null).
27 skeletons for PCI devices as well.
/freebsd/sys/contrib/device-tree/Bindings/arm/keystone/
H A Dkeystone.txt4 Boards with Keystone2 based devices (TCI66xxK2H) SOC shall have the
8 - compatible: All TI specific devices present in Keystone SOC should be in
9 the form "ti,keystone-*". Generic devices like gic, arch_timers, ns16550
10 type UART should use the specified compatible for those devices.
/freebsd/stand/efi/boot1/
H A Dufs_module.c46 static dev_info_t *devices; variable
132 add_device(&devices, dev); in probe()
196 for (dev = devices, i = 0; dev != NULL; dev = dev->next, i++) in status()
216 return (devices); in _devices()
225 .devices = _devices
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Didt_89hpesx.txt1 EEPROM / CSR SMBus-slave interface of IDT 89HPESx devices
6 compatible devices may be produced in future. Following devices
23 - compatible: There are five EEPROM devices supported: 24c32, 24c64, 24c128,

12345678910>>...55