Home
last modified time | relevance | path

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

12345678910>>...37

/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
10 fds[1] fi_pathname = /devices/pseudo/mm@0:null
12 fds[1] fi_mount = /devices
16 fds[2] fi_dirname = /devices/pseudo
17 fds[2] fi_pathname = /devices/pseudo/mm@0:null
19 fds[2] fi_mount = /devices
23 fds[3] fi_dirname = /devices/pseudo
[all …]
/freebsd/crypto/openssh/
H A Dauth2-chall.c64 KbdintDevice *devices[] = { variable
78 char *devices; member
91 for (i = 0; devices[i] != NULL; i++) in remove_kbdint_device()
92 if (strcmp(devices[i]->name, devname) == 0) { in remove_kbdint_device()
93 for (j = i; devices[j] != NULL; j++) in remove_kbdint_device()
94 devices[j] = devices[j+1]; in remove_kbdint_device()
116 for (i = 0; devices[i]; i++) { in kbdint_alloc()
118 sshbuf_len(b) ? "," : "", devices[i]->name)) != 0) in kbdint_alloc()
121 if ((kbdintctxt->devices = sshbuf_dup_string(b)) == NULL) in kbdint_alloc()
125 kbdintctxt->devices = xstrdup(devs); in kbdint_alloc()
[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.
15 On macOS, the BPF devices live on devfs, but the macOS version of devfs
18 those devices.
[all …]
/freebsd/sys/dev/superio/
H A Dsuperio.c317 const struct sio_device *devices; member
321 .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,
[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
248 return ((i < 0 || i >= UB_MAX_DEV) ? NULL : &devices[i]); in ub_dev_get()
263 memset(&devices, 0, sizeof(struct device_info) * UB_MAX_DEV); in ub_dev_enum()
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()
[all …]
/freebsd/libexec/rc/rc.d/
H A Dgeli43 devices=`geli_make_list`
53 for provider in ${devices}; do
105 devices=`geli_make_list`
112 devices="${devices} ${providers}"
115 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/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 = in linux_msg()
129 TAILQ_HEAD_INITIALIZER(devices);
144 TAILQ_FOREACH(de, &devices, list) {
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) {
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.
22 devices, so not needing any resources to be provided by the parent device.
25 For more complex devices, when the nexus driver has to probe registers to
26 figure out what child devices exist etc, this should not be used. In the
27 latter case the child devices will be determined by the operating system.
/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/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/sys/contrib/device-tree/Bindings/net/
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/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,
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt29 values of I2C devices described in the device tree to determine
32 I2C devices
68 I3C devices
71 All I3C devices are supposed to support DAA (Dynamic Address Assignment), and
72 are thus discoverable. So, by default, I3C devices do not have to be described
74 This being said, one might want to attach extra resources to these devices,
76 means we have to describe I3C devices.
80 dynamic address before the DAA takes place (so that other devices on the bus
/freebsd/sys/cam/
H A DREADME.quirks11 conform. However, some devices have flaws which can't be worked
13 these devices, we have created a quirks mechanism to indicate to
19 CAM provides a generic transport for SCSI-like devices. Many different
21 (1394), USB UMASS, fibre channel, and ATAPI. For block devices (i.e.
24 devices like flash drives are usually RBC-compliant. Multimedia
25 devices including CDROMs and DVD-RW are usually MMC-compliant.
121 devices.
128 of transfers wrong. This is sometimes needed for devices where
132 devices sharing the same ID. For instance, a multislot compact
133 flash reader might be on two LUNS. Some non-standard devices hang
[all …]

12345678910>>...37