Skip site
navigation (1)Skip section navigation (2)
FreeBSD Manual Pages
- BUS_ADD_CHILD(9)
- add a device node to the tree with a given priority
- BUS_CHILD_DELETED(9)
- notify a bus device that a child is being deleted
- BUS_CHILD_DETACHED(9)
- notify a bus device that a child was detached
- BUS_CHILD_PNPINFO(9)
- obtain the plug and play information from a device
- BUS_GET_CPUS(9), bus_get_cpus(9)
- request a set of device-specific CPUs
- BUS_HINTED_CHILD(9)
- notify a bus device about a potential child device identified by hints
- BUS_PRINT_CHILD(9)
- print information about a device
- BUS_READ_IVAR(9), BUS_WRITE_IVAR(9)
- manipulate bus-specific device instance variables
- BUS_RESCAN(9)
- rescan a bus checking for devices that have been added or removed
- DEVICE_ATTACH(9)
- attach a device
- DEVICE_DETACH(9)
- detach a device
- DEVICE_IDENTIFY(9)
- identify new child devices and register them
- DEVICE_PROBE(9)
- probe for device existence
- DEVICE_SHUTDOWN(9)
- called during system shutdown
- DEV_MODULE(9)
- device driver module declaration macro
- MODULE_PNP_INFO(9)
- register plug and play information for device matching
- OF_child(9), OF_parent(9), OF_peer(9)
- navigate device tree
- OF_device_from_xref(9), OF_xref_from_device(9), OF_device_register_xref(9)
- manage mappings between xrefs and devices
- OF_finddevice(9)
- find node in device tree
- OF_getprop(9), OF_getproplen(9), OF_getencprop(9), OF_hasprop(9), OF_searchprop(9), OF_searchencprop(9), OF_getprop_alloc(9), OF_getencprop_alloc(9), OF_getprop_alloc_multi(9), OF_getencprop_alloc_multi(9), OF_prop_free(9), OF_nextprop(9), OF_setprop(9)
- access properties of device tree node
- OF_package_to_path(9)
- get fully qualified path to a device tree node
- PCI_IOV_INIT(9)
- enable SR-IOV on a PF device
- PCI_IOV_UNINIT(9)
- disable SR-IOV on a PF device
- VOP_CREATE(9), VOP_MKNOD(9), VOP_MKDIR(9), VOP_SYMLINK(9)
- create a file, socket, fifo, device, directory or symlink
- VOP_IOCTL(9)
- device specific control
- VOP_REVOKE(9)
- revoke access to a device and its aliases
- acpi_dock(4)
- Laptop Docking Station device driver
- acpi_ged(4)
- ACPI Generic Event Device
- ada(4)
- ATA Direct Access device driver
- altera_avgen(4)
- driver for generic Altera Avalon-bus-attached, memory-mapped devices
- amdsbwd(4)
- device driver for the AMD southbridge watchdog timers
- amdsmn(4)
- device driver for AMD processor System Management Network
- amdtemp(4)
- device driver for AMD processor on-die digital thermal sensor
- archive_entry_stat(3), archive_entry_copy_stat(3), archive_entry_filetype(3), archive_entry_set_filetype(3), archive_entry_mode(3), archive_entry_set_mode(3), archive_entry_size(3), archive_entry_size_is_set(3), archive_entry_set_size(3), archive_entry_unset_size(3), archive_entry_dev(3), archive_entry_set_dev(3), archive_entry_dev_is_set(3), archive_entry_devmajor(3), archive_entry_set_devmajor(3), archive_entry_devminor(3), archive_entry_set_devminor(3), archive_entry_ino(3), archive_entry_set_ino(3), archive_entry_ino_is_set(3), archive_entry_ino64(3), archive_entry_set_ino64(3), archive_entry_nlink(3), archive_entry_rdev(3), archive_entry_set_rdev(3), archive_entry_rdevmajor(3), archive_entry_set_rdevmajor(3), archive_entry_rdevminor(3), archive_entry_set_rdevminor(3)
- accessor functions for manipulating archive entry descriptions
- asmc(4)
- device driver for the Apple System Management Controller (SMC)
- at45d(4)
- driver for DataFlash(tm) non-volatile storage devices
- ath3kfw(8)
- download firmware for Atheros AR3011/AR3012 Bluetooth USB devices
- auditpipe(4)
- pseudo-device for live audit event tracking
- axp(4)
- Advanced Micro Devices 10G Ethernet driver
- bcmfw(8)
- download firmware for Broadcom BCM2033 Bluetooth USB devices
- bfe(4)
- Broadcom BCM4401 Ethernet Device Driver
- bhnd_erom(9), bhnd_erom_alloc(9), bhnd_erom_dump(9), bhnd_erom_fini_static(9), bhnd_erom_free(9), bhnd_erom_free_core_table(9), bhnd_erom_get_core_table(9), bhnd_erom_init_static(9), bhnd_erom_io(9), bhnd_erom_io_fini(9), bhnd_erom_io_map(9), bhnd_erom_io_read(9), bhnd_erom_iobus_init(9), bhnd_erom_iores_new(9), bhnd_erom_lookup_core(9), bhnd_erom_lookup_core_addr(9), bhnd_erom_probe(9), bhnd_erom_probe_driver_classes(9)
- BHND device enumeration table parsing
- bluetooth.device.conf(5)
- Bluetooth device configuration file
- bt_gethostbyname(3), bt_gethostbyaddr(3), bt_gethostent(3), bt_sethostent(3), bt_endhostent(3), bt_getprotobyname(3), bt_getprotobynumber(3), bt_getprotoent(3), bt_setprotoent(3), bt_endprotoent(3), bt_aton(3), bt_ntoa(3), bt_devaddr(3), bt_devname(3), bt_devinfo(3), bt_devenum(3), bt_devopen(3), bt_devclose(3), bt_devsend(3), bt_devrecv(3), bt_devreq(3), bt_devfilter(3), bt_devfilter_pkt_set(3), bt_devfilter_pkt_clr(3), bt_devfilter_pkt_tst(3), bt_devfilter_evt_set(3), bt_devfilter_evt_clr(3), bt_devfilter_evt_tst(3), bt_devinquiry(3), bt_devremote_name(3), bt_devremote_name_gen(3), bdaddr_same(3), bdaddr_any(3), bdaddr_copy(3)
- Bluetooth routines
- bus_child_present(9)
- ask the bus driver to see if this device is still really present
- bus_generic_attach(9)
- generic implementation of DEVICE_ATTACH for buses
- bus_generic_detach(9)
- generic implementation of DEVICE_DETACH for buses
- bus_generic_new_pass(9)
- generic implementation of BUS_NEW_PASS for bus devices
- bus_generic_shutdown(9)
- generic implementation of DEVICE_SHUTDOWN for buses
- cam_open_device(3), cam_open_spec_device(3), cam_open_btl(3), cam_open_pass(3), cam_close_device(3), cam_close_spec_device(3), cam_getccb(3), cam_send_ccb(3), cam_freeccb(3), cam_path_string(3), cam_device_dup(3), cam_device_copy(3), cam_get_device(3)
- CAM user library
- cdce(4)
- USB Communication Device Class Ethernet (CDC ECM/NCM) driver
- cdceem(4)
- USB Communication Device Class Ethernet Emulation Model (CDC EEM) driver
- cfumass(4)
- USB device side support for Mass Storage Class Transport
- comcontrol(8)
- control a special tty device
- conscontrol(8)
- control physical system video console devices
- coretemp(4)
- device driver for Intel Core on-die digital thermal sensor
- cp2112(4)
- driver for a USB GPIO and I2C peripheral device
- cpucontrol(8)
- control utility for the cpuctl(4) device
- cpuctl(4)
- cpuctl pseudo device
- crypto(4), cryptodev(4)
- user-mode access to hardware-accelerated cryptography
- cuse(3), libcuse(3)
- Userland character device library
- da(4)
- SCSI Direct Access device driver
- dcons(4)
- dumb console device driver
- dev_clone(9), drain_dev_clone_events(9)
- eventhandler for name-based device cloning in devfs
- dev_refthread(9), devvn_refthread(9), dev_relthread(9)
- safely access device methods
- devcfg(4)
- Zynq PL device config interface
- devclass(9)
- object representing a class of devices
- devclass_find(9)
- search for a devclass
- devclass_get_device(9)
- translate unit number to device
- devclass_get_devices(9)
- get a list of devices in a devclass
- devclass_get_drivers(9)
- get a list of drivers in a devclass
- devclass_get_maxunit(9)
- find the maximum unit number in the class
- devclass_get_name(9)
- access the name of a devclass
- devclass_get_softc(9)
- translate unit number to driver private structure
- devctl(3), devctl_attach(3), devctl_clear_driver(3), devctl_delete(3), devctl_detach(3), devctl_disable(3), devctl_enable(3), devctl_freeze(3), devctl_getpath(3), devctl_rescan(3), devctl_reset(3), devctl_resume(3), devctl_set_driver(3), devctl_suspend(3), devctl_thaw(3)
- device control library
- devctl(4)
- device event reporting and device control interface
- devctl(8)
- device control utility
- devctl_notify(9)
- Send a message, via devctl, to userland
- devctl_process_running(9)
- Returns true when devctl has a consumer process running
- devctl_safe_quote_sb(9)
- Insert a string, properly quoted, into a sbuf
- devd(8)
- device state change daemon
- devd.conf(5)
- configuration file for devd(8)
- development(7)
- introduction to development process
- devfs(5)
- device file system
- devfs(8)
- DEVFS control
- devfs.conf(5)
- boot-time devfs configuration information
- devfs.rules(5)
- devfs configuration information
- devfs_set_cdevpriv(9), devfs_get_cdevpriv(9), devfs_clear_cdevpriv(9), devfs_foreach_cdevpriv(9)
- manage per-open filedescriptor data for devices
- device(9)
- an abstract representation of a device
- device.hints(5)
- device resource hints
- device_add_child(9), device_add_child_ordered(9)
- add a new device as a child of an existing device
- device_attach(9), device_detach(9), device_probe(9), device_probe_and_attach(9)
- manage device's connection to a device driver
- device_delete_child(9)
- delete a child from a device
- device_delete_children(9)
- delete all child devices of a given device
- device_enable(9), device_disable(9), device_is_enabled(9)
- manipulate device enabled flag
- device_find_child(9)
- search for a child of a device
- device_get_children(9)
- get a list of devices connected to a device
- device_get_devclass(9)
- access the devclass of a device
- device_get_driver(9)
- access the current driver of a device
- device_get_ivars(9), device_set_ivars(9)
- access bus private variables
- device_get_name(9), device_get_nameunit(9)
- access the name of a device's device class or instance
- device_get_parent(9)
- return the device's parent
- device_get_property(9), device_has_property(9)
- access device specific data
- device_get_softc(9)
- access driver private instance variables
- device_get_state(9), device_busy(9), device_unbusy(9), device_is_alive(9), device_is_attached(9)
- manipulate device state
- device_get_sysctl_ctx(9), device_get_sysctl_tree(9)
- manipulate the sysctl oid tree for driver specific sysctl nodes
- device_get_unit(9)
- access the unit number of a device
- device_printf(9)
- formatted output conversion
- device_quiet(9), device_verbose(9), device_is_quiet(9)
- manipulate device quiet flag
- device_set_desc(9), device_set_descf(9), device_set_desc_copy(9), device_get_desc(9)
- access the description of a device
- device_set_driver(9)
- associate a specific driver with a device node in the tree
- device_set_flags(9), device_get_flags(9)
- manipulate driver flags
- devinfo(3), devinfo_init(3), devinfo_free(3), devinfo_handle_to_device(3), devinfo_handle_to_resource(3), devinfo_handle_to_rman(3), devinfo_foreach_device_child(3), devinfo_foreach_device_resource(3), devinfo_foreach_rman_resource(3), devinfo_foreach_rman(3)
- device and resource information utility library
- devinfo(8)
- print information about system device configuration
- devmatch(8)
- print information about unattached devices
- devname(3)
- get device name
- devstat(3), devstat_getnumdevs(3), devstat_getgeneration(3), devstat_getversion(3), devstat_checkversion(3), devstat_getdevs(3), devstat_selectdevs(3), devstat_buildmatch(3), devstat_compute_statistics(3), devstat_compute_etime(3)
- device statistics utility library
- devstat(9), devstat_end_transaction(9), devstat_end_transaction_bio(9), devstat_end_transaction_bio_bt(9), devstat_new_entry(9), devstat_remove_entry(9), devstat_start_transaction(9), devstat_start_transaction_bio(9)
- kernel interface for keeping device statistics
- devtoname(9)
- converts character device into a string indicating the device name
- diskinfo(8)
- get information about disk device
- driver(9)
- structure describing a device driver
- dtc(1)
- device tree compiler
- dtsec(4)
- Freescale Datapath Acceleration Architecture-based Three-Speed Ethernet Controller device driver
- dumpon(8)
- specify a device for crash dumps
- efidev(4), efirtc(4)
- user-mode access to UEFI runtime services
- efidp(8)
- UEFI Device Path manipulation
- fbtab(5)
- change device protection upon login
- fdt(4)
- Flattened Device Tree support
- fdtbus(4)
- Flattened Device Tree bus driver
- filemon(4)
- the filemon device
- fold(1)
- fold long lines for finite width output device
- full(4)
- the full device
- fwohci(4)
- OHCI FireWire chipset device driver
- fxp(4)
- Intel EtherExpress PRO/100 Ethernet device driver
- gem(4)
- GEM/GMAC Ethernet device driver
- geom_stats_open(3), geom_stats_close(3), geom_stats_resync(3), geom_stats_snapshot_get(3), geom_stats_snapshot_free(3), geom_stats_snapshot_timestamp(3), geom_stats_snapshot_reset(3), geom_stats_snapshot_next(3), gctl_get_handle(3), gctl_ro_param(3), gctl_rw_param(3), gctl_issue(3), gctl_free(3), gctl_dump(3), geom_getxml(3), geom_xml2tree(3), geom_gettree(3), geom_deletetree(3), g_open(3), g_close(3), g_mediasize(3), g_sectorsize(3), g_stripeoffset(3), g_stripesize(3), g_flush(3), g_delete(3), g_device_path(3), g_get_ident(3), g_get_name(3), g_open_by_ident(3), g_providername(3)
- userland API library for kernel GEOM subsystem
- gjournal(8)
- control utility for journaled devices
- gmirror(8)
- control utility for mirrored devices
- gone_in(9), gone_in_dev(9)
- deprecation notice functions
- gpioiic(4)
- GPIO I2C bit-banging device driver
- gpiokeys(4)
- GPIO keys device driver
- gpioled(4)
- GPIO LED generic device driver
- graid(8)
- control utility for software RAID devices
- graid3(8)
- control utility for RAID3 devices
- gre(4)
- encapsulating network device
- gshsec(8)
- control utility for shared secret devices
- gstripe(8)
- control utility for striped devices
- gvirstor(8)
- control utility for virtual data storage devices
- hcsecd(8)
- control link keys and PIN codes for Bluetooth devices
- hidraw(4)
- Raw Access to HID devices
- hmt(4)
- MS Windows 7/8/10 - compatible HID multi-touch device driver
- hptiop(4)
- HighPoint RocketRAID 3xxx/4xxx device driver
- hptmv(4)
- HighPoint RocketRAID 182x device driver
- hptrr(4)
- HighPoint RocketRAID device driver
- i2c(8)
- test I2C bus and slave devices
- ibv_devices(1)
- list RDMA devices
- ibv_devinfo(1)
- query RDMA devices
- ibv_get_device_guid(3)
- get an RDMA device's GUID
- ibv_get_device_list(3), ibv_free_device_list(3)
- get and release list of available RDMA devices
- ibv_get_device_name(3)
- get an RDMA device's name
- ibv_open_device(3), ibv_close_device(3)
- open and close an RDMA device context
- ibv_query_device(3)
- query an RDMA device's attributes
- ibv_query_device_ex(3)
- query an RDMA device's attributes
- ibv_query_rt_values_ex(3)
- query an RDMA device for some real time values
- ichwd(4)
- device driver for the Intel ICH watchdog interrupt timer
- ieee80211_radiotap(9)
- 802.11 device packet capture support
- ietp(4)
- Elantech I2C touchpad device driver
- if_bridge(4)
- network bridge device
- iflibdd(9)
- Device Dependent Configuration Functions
- iflibdi(9)
- Device Independent Configuration Functions
- iflibtxrx(9)
- Device Dependent Transmit and Receive Functions
- iic(4)
- I2C generic I/O device driver
- imx6_ahci(4)
- device driver for the NXP i.MX6 on-chip SATA controller
- imx6_snvs(4)
- device driver for the NXP i.MX6 on-chip Realtime Clock
- imx_wdog(4)
- device driver for the NXP i.MX5 and i.MX6 watchdog timer
- intro(4)
- introduction to devices and device drivers
- ioctl(2)
- control device
- ipl(4)
- IP packet log device
- ipmon(8)
- monitors /dev/ipl for logged packets
- itwd(4)
- device driver for ITE Super I/O chips watchdog timer
- iwmbtfw(8)
- download firmware for Intel Wireless AC Bluetooth USB devices
- l2ping(8)
- send L2CAP ECHO_REQUEST to remote devices
- lpt(4)
- generic printer device driver
- make_dev(9), make_dev_cred(9), make_dev_credf(9), make_dev_p(9), make_dev_s(9), make_dev_alias(9), make_dev_alias_p(9), destroy_dev(9), destroy_dev_sched(9), destroy_dev_sched_cb(9), destroy_dev_drain(9), dev_depends(9)
- create and destroy character devices including devfs registration
- makedev(3), major(3), minor(3)
- device number conversion
- me(4)
- encapsulating network device
- mge(4)
- Marvell Gigabit Ethernet device driver
- microseq(9)
- ppbus microsequencer developer's guide
- mixer_open(3), mixer_close(3), mixer_get_dev(3), mixer_get_dev_byname(3), mixer_add_ctl(3), mixer_add_ctl_s(3), mixer_remove_ctl(3), mixer_get_ctl(3), mixer_get_ctl_byname(3), mixer_set_vol(3), mixer_set_mute(3), mixer_mod_recsrc(3), mixer_get_dunit(3), mixer_set_dunit(3), mixer_get_mode(3), mixer_get_nmixers(3), mixer_get_path(3), MIX_ISDEV(3), MIX_ISMUTE(3), MIX_ISREC(3), MIX_ISRECSRC(3), MIX_VOLNORM(3), MIX_VOLDENORM(3)
- interface to OSS mixers
- mmap(2)
- allocate memory, or map files or devices into memory
- mouse(4)
- mouse and pointing device drivers
- mx25l(4)
- driver for SpiFlash(tm) compatible non-volatile storage devices
- nda(4)
- NVMe Direct Access device driver
- net80211(4)
- standard interface to IEEE 802.11 devices
- ng_device(4)
- device netgraph node type
- ng_ubt(4)
- Netgraph node type that is also a driver for Bluetooth USB devices
- null(4)
- the null device
- oce(4)
- Device driver for Emulex OneConnect 10Gb network adapters
- ocs_fc(4)
- Device driver for Emulex Fibre Channel Host Adapters
- ofw_bus_get_status(9), ofw_bus_status_okay(9), ofw_bus_node_status_okay(9)
- check status of the device tree node
- ofw_bus_is_compatible(9), ofw_bus_is_compatible_strict(9), ofw_bus_node_is_compatible(9), ofw_bus_search_compatible(9)
- check device tree nodes for compatibility with drivers
- ofw_graph(9), ofw_graph_get_port_by_idx(9), ofw_graph_port_get_num_endpoints(9), ofw_graph_get_endpoint_by_idx(9), ofw_graph_get_remote_endpoint(9), ofw_graph_get_remote_parent(9), ofw_graph_get_device_by_port_ep(9)
- Helpers for the graph bindings
- pcap_close(3)
- close a capture device or savefile
- pcap_findalldevs(3), pcap_freealldevs(3)
- get a list of capture devices, and free that list
- pcap_list_datalinks(3), pcap_free_datalinks(3)
- get a list of link-layer header types supported by a capture device, and free that list
- pcap_list_tstamp_types(3), pcap_free_tstamp_types(3)
- get a list of time stamp types supported by a capture device, and free that list
- pcap_lookupdev(3)
- find the default device on which to capture
- pcap_lookupnet(3)
- find the IPv4 network number and netmask for a device
- pcap_open_live(3)
- open a device for capturing
- pcap_set_datalink(3)
- set the link-layer header type to be used by a capture device
- pcap_set_tstamp_type(3)
- set the time stamp type to be used by a capture device
- pcap_setnonblock(3), pcap_getnonblock(3)
- set or get the state of non-blocking mode on a capture device
- pci(9), pci_alloc_msi(9), pci_alloc_msix(9), pci_clear_pme(9), pci_disable_busmaster(9), pci_disable_io(9), pci_enable_busmaster(9), pci_enable_io(9), pci_enable_pme(9), pci_find_bsf(9), pci_find_cap(9), pci_find_dbsf(9), pci_find_device(9), pci_find_extcap(9), pci_find_htcap(9), pci_find_next_cap(9), pci_find_next_extcap(9), pci_find_next_htcap(9), pci_find_pcie_root_port(9), pci_get_id(9), pci_get_max_payload(9), pci_get_max_read_req(9), pci_get_powerstate(9), pci_get_vpd_ident(9), pci_get_vpd_readonly(9), pci_has_pm(9), pci_iov_attach(9), pci_iov_attach_name(9), pci_iov_detach(9), pci_msi_count(9), pci_msix_count(9), pci_msix_pba_bar(9), pci_msix_table_bar(9), pci_pending_msix(9), pci_read_config(9), pci_release_msi(9), pci_remap_msix(9), pci_restore_state(9), pci_save_state(9), pci_set_max_read_req(9), pci_set_powerstate(9), pci_write_config(9), pcie_adjust_config(9), pcie_flr(9), pcie_get_max_completion_timeout(9), pcie_read_config(9), pcie_wait_for_pending_transactions(9), pcie_write_config(9)
- PCI bus interface
- pfctl(8)
- control the packet filter (PF) device
- physio(9)
- initiate I/O on raw devices
- pnp(4)
- support for Plug and Play (PnP) ISA devices
- pnpbios(4)
- support for embedded devices on the motherboard
- polling(4)
- device polling support
- posix_openpt(2)
- open a pseudo-terminal device
- psm(4)
- PS/2 mouse style pointing device driver
- pst(4)
- device driver for Promise Supertrak SX6000
- pwmc(4)
- PWM (Pulse Width Modulation) control device driver
- random(3), srandom(3), srandomdev(3), initstate(3), setstate(3)
- non-cryptographic pseudorandom number generator; routines for changing generators
- random(4)
- the entropy device
- random_harvest(9)
- gather entropy from the kernel for the entropy device
- rdma_free_devices(3)
- Frees the list of devices returned by rdma_get_devices
- rdma_get_devices(3)
- Get a list of RDMA devices currently available
- revoke(1)
- revoke a character device
- rl(4)
- RealTek 8129/8139 Fast Ethernet device driver
- rman(9), rman_activate_resource(9), rman_adjust_resource(9), rman_deactivate_resource(9), rman_fini(9), rman_init(9), rman_init_from_resource(9), rman_is_region_manager(9), rman_manage_region(9), rman_first_free_region(9), rman_last_free_region(9), rman_release_resource(9), rman_reserve_resource(9), rman_reserve_resource_bound(9), rman_make_alignment_flags(9), rman_get_start(9), rman_get_end(9), rman_get_device(9), rman_get_size(9), rman_get_flags(9), rman_set_mapping(9), rman_get_mapping(9), rman_set_virtual(9), rman_get_virtual(9), rman_set_bustag(9), rman_get_bustag(9), rman_set_bushandle(9), rman_get_bushandle(9), rman_set_rid(9), rman_get_rid(9), rman_set_type(9), rman_get_type(9)
- resource management functions
- rtlbtfw(8)
- firmware download utility for Realtek 87XX/88XX chip based Bluetooth USB devices
- sa(4)
- SCSI Sequential Access device driver
- save-entropy(8)
- Save bits of entropy to feed /dev/random at startup
- sbp(4)
- Serial Bus Protocol 2 (SBP-2) Mass Storage Devices driver
- sbp_targ(4)
- Serial Bus Protocol 2 (SBP-2) Target Mode devices driver
- scc(4)
- driver for Serial Communications Controllers (SCC) devices
- sesutil(8)
- Utility for managing SCSI Enclosure Services (SES) device
- sg(4)
- Linux ioctl-compatible SCSI passthru device
- sis(4)
- SiS 900, SiS 7016 and NS DP83815/DP83816 Fast Ethernet device driver
- smb(4)
- System Management Bus (SMBus) generic I/O device driver
- snd_ai2s(4)
- Apple I2S audio device driver
- snd_als4000(4)
- Avance Logic ALS4000 PCI bridge device driver
- snd_atiixp(4)
- ATI IXP bridge device driver
- snd_cmi(4)
- CMedia CMI8338/CMI8738 PCI bridge device driver
- snd_cs4281(4)
- Crystal Semiconductor CS4281 PCI bridge device driver
- snd_csa(4)
- Crystal Semiconductor CS461x/462x/4280 PCI bridge device driver
- snd_davbus(4)
- Apple Davbus audio device driver
- snd_emu10k1(4)
- SoundBlaster Live! and Audigy PCI bridge device driver
- snd_emu10kx(4)
- Creative SoundBlaster Live! and Audigy sound cards device driver
- snd_envy24(4)
- VIA Envy24 and compatible bridge device driver
- snd_envy24ht(4)
- VIA Envy24HT and compatible bridge device driver
- snd_es137x(4)
- Ensoniq AudioPCI ES137x bridge device driver
- snd_fm801(4)
- Forte Media FM801 bridge device driver
- snd_hda(4)
- Intel High Definition Audio bridge device driver
- snd_hdspe(4)
- RME HDSPe bridge device driver
- snd_ich(4)
- Intel ICH AC'97 and compatible bridge device driver
- snd_maestro3(4)
- ESS Maestro3/Allegro-1 bridge device driver
- snd_neomagic(4)
- NeoMagic 256AV/ZX bridge device driver
- snd_solo(4)
- ESS Solo-1/1E PCI bridge device driver
- snd_t4dwave(4)
- Trident 4DWave bridge device driver
- snd_uaudio(4)
- USB audio and MIDI device driver
- snd_via8233(4)
- VIA Technologies VT8233 bridge device driver
- snd_via82c686(4)
- VIA Technologies 82C686A bridge device driver
- snd_vibes(4)
- S3 SonicVibes bridge device driver
- sndstat(4)
- nvlist-based PCM audio device enumeration interface
- sound(4), pcm(4), snd(4)
- PCM audio device infrastructure
- speaker(4), spkr(4)
- console speaker device driver
- spi(8)
- communicate on SPI bus with slave devices
- spigen(4)
- SPI generic I/O device driver
- ste(4)
- Sundance Technologies ST201 Fast Ethernet device driver
- stty(1)
- set the options for a terminal device interface
- superio(9), superio_devid(9), superio_dev_disable(9), superio_dev_enable(9), superio_dev_enabled(9), superio_find_dev(9), superio_get_dma(9), superio_get_iobase(9), superio_get_irq(9), superio_get_ldn(9), superio_get_type(9), superio_read(9), superio_revid(9), superio_vendor(9), superio_write(9)
- Super I/O bus interface
- swapon(2), swapoff(2)
- control devices for interleaved paging/swapping
- swapon(8), swapoff(8), swapctl(8)
- specify devices for paging and swapping
- sysdecode_ioctlname(3)
- lookup name of device control command
- tdfx(4)
- Voodoo Graphics and VoodooII Memory Access GLIDE device driver
- trim(8)
- erase device blocks that have no needed contents
- tsec(4)
- Freescale Three-Speed Ethernet Controller device driver
- ubtbcmfw(4)
- Firmware driver for Broadcom BCM2033 chip based Bluetooth USB devices
- ucycom(4)
- device driver for Cypress CY7C63743 and CY7C64013 USB to RS232 bridges
- udl(4)
- DisplayLink DL-120 / DL-160 USB display devices
- ugen(4)
- USB generic device support
- uhso(4)
- support for several HSxPA devices from Option N.V
- uhsoctl(1)
- connection utility for Option based devices
- uio(9), uiomove(9), uiomove_frombuf(9), uiomove_nofault(9)
- device driver I/O routines
- umass(4)
- USB Mass Storage Devices driver
- umodem(4)
- USB Communication Device Class serial (CDC ACM) driver
- urndis(4)
- USB Remote NDIS Ethernet device
- usb_template(4)
- USB device side templates
- usbhidctl(1)
- manipulate USB HID devices
- usfs(4)
- USB device side support for bulk only transport mass storage
- uu_lock(3), uu_unlock(3), uu_lockerr(3)
- acquire and release control of a serial device
- vdevprops(7)
- native and user-defined properties of ZFS vdevs
- viawd(4)
- device driver for VIA south bridge watchdog timer
- virtio(4)
- VirtIO Device Support
- vmd(4)
- Intel Volume Management Device driver
- vmx(4)
- VMware VMXNET3 Virtual Interface Controller device
- vr(4)
- VIA Technologies Rhine I/II/III Ethernet device driver
- wbwd(4)
- device driver for Winbond/Nuvoton Super I/O chips watchdog timer
- wdatwd(4)
- device driver for the ACPI WDAT based watchdog interrupt timer
- wlan_acl(4)
- MAC-based ACL support for 802.11 devices
- wlan_amrr(4)
- AMRR rate adaptation algorithm support for 802.11 devices
- wlan_ccmp(4)
- AES-CCMP crypto support for 802.11 devices
- wlan_tkip(4)
- TKIP and Michael crypto support for 802.11 devices
- wlan_wep(4)
- WEP crypto support for 802.11 devices
- wlan_xauth(4)
- External authenticator support for 802.11 devices
- wmt(4)
- MS Windows 7/8/10 - compatible USB HID multi-touch device driver
- wpa_supplicant(8)
- WPA/802.11i Supplicant for wireless network devices
- xl(4)
- 3Com Etherlink XL and Fast Etherlink XL Ethernet device driver
- zero(4)
- the zero device
- zpool-add(8)
- add vdevs to ZFS storage pool
- zpool-attach(8)
- attach new device to existing ZFS vdev
- zpool-clear(8)
- clear device errors in ZFS storage pool
- zpool-detach(8)
- detach device from ZFS mirror
- zpool-labelclear(8)
- remove ZFS label information from device
- zpool-offline(8)
- take physical devices offline in ZFS storage pool
- zpool-remove(8)
- remove devices from ZFS storage pool
- zpool-reopen(8)
- reopen vdevs associated with ZFS storage pools
- zpool-replace(8)
- replace one device with another in ZFS storage pool
- zpool-resilver(8)
- resilver devices in ZFS storage pools
- zpool-split(8)
- split devices off ZFS storage pool, creating new pool
- ztest(1)
- was written by the ZFS Developers as a ZFS unit test
- RAND_add(3), RAND_poll(3), RAND_seed(3), RAND_status(3), RAND_event(3), RAND_screen(3), RAND_keep_random_devices_open(3)
- add randomness to the PRNG or get its status
- ART(1)
- An advanced, cross-platform program for developing raw photos
- AU_DevOut(3)
- agar audio output interface
- GeoidEval(1)
- -- look up geoid heights
- InfernoEmbedded(3), InfernoEmbedded Softdevices(3)
- RGBW Controllers - Switch Masters - Firmware Updater
- MPI_File_sync(3)
- Causes all previous writes to be transferred to the storage device
- RAND_add(3), RAND_poll(3), RAND_seed(3), RAND_status(3), RAND_event(3), RAND_screen(3), RAND_keep_random_devices_open(3)
- add randomness to the PRNG or get its status
- RAND_add(3ossl), RAND_poll(3ossl), RAND_seed(3ossl), RAND_status(3ossl), RAND_event(3ossl), RAND_screen(3ossl), RAND_keep_random_devices_open(3ossl)
- add randomness to the PRNG or get its status
- SDL_CloseAudio(3)
- Shuts down audio processing and closes the audio device
- SDL_KeyboardEvent(3)
- Keyboard event structure
- SDL_OpenAudio(3)
- Opens the audio device with the desired parameters
- SDL_PumpEvents(3)
- Pumps the event loop, gathering events from the input devices
- Smokeping_sorters_StdDev(3), Smokeping::sorters::StdDev(3)
- Order the target charts by StdDev
- SoapySDRServer(1)
- provide access to local SoapySDR devices over network
- SoundEvents(1x)
- names for different windowing events
- Tcl_AddErrorInfo.tcl86(3), Tcl_GetReturnOptions(3), Tcl_SetReturnOptions(3), Tcl_AddErrorInfo(3), Tcl_AppendObjToErrorInfo(3), Tcl_AddObjErrorInfo(3), Tcl_SetObjErrorCode(3), Tcl_SetErrorCode(3), Tcl_SetErrorCodeVA(3), Tcl_SetErrorLine(3), Tcl_GetErrorLine(3), Tcl_PosixError(3), Tcl_LogCommandInfo(3)
- retrieve or record information about errors and other return options
- Tcl_AllocStatBuf.tcl86(3), Tcl_FSRegister(3), Tcl_FSUnregister(3), Tcl_FSData(3), Tcl_FSMountsChanged(3), Tcl_FSGetFileSystemForPath(3), Tcl_FSGetPathType(3), Tcl_FSCopyFile(3), Tcl_FSCopyDirectory(3), Tcl_FSCreateDirectory(3), Tcl_FSDeleteFile(3), Tcl_FSRemoveDirectory(3), Tcl_FSRenameFile(3), Tcl_FSListVolumes(3), Tcl_FSEvalFile(3), Tcl_FSEvalFileEx(3), Tcl_FSLoadFile(3), Tcl_FSUnloadFile(3), Tcl_FSMatchInDirectory(3), Tcl_FSLink(3), Tcl_FSLstat(3), Tcl_FSUtime(3), Tcl_FSFileAttrsGet(3), Tcl_FSFileAttrsSet(3), Tcl_FSFileAttrStrings(3), Tcl_FSStat(3), Tcl_FSAccess(3), Tcl_FSOpenFileChannel(3), Tcl_FSGetCwd(3), Tcl_FSChdir(3), Tcl_FSPathSeparator(3), Tcl_FSJoinPath(3), Tcl_FSSplitPath(3), Tcl_FSEqualPaths(3), Tcl_FSGetNormalizedPath(3), Tcl_FSJoinToPath(3), Tcl_FSConvertToPathType(3), Tcl_FSGetInternalRep(3), Tcl_FSGetTranslatedPath(3), Tcl_FSGetTranslatedStringPath(3), Tcl_FSNewNativePath(3), Tcl_FSGetNativePath(3), Tcl_FSFileSystemInfo(3), Tcl_GetAccessTimeFromStat(3), Tcl_GetBlockSizeFromStat(3), Tcl_GetBlocksFromStat(3), Tcl_GetChangeTimeFromStat(3), Tcl_GetDeviceTypeFromStat(3), Tcl_GetFSDeviceFromStat(3), Tcl_GetFSInodeFromStat(3), Tcl_GetGroupIdFromStat(3), Tcl_GetLinkCountFromStat(3), Tcl_GetModeFromStat(3), Tcl_GetModificationTimeFromStat(3), Tcl_GetSizeFromStat(3), Tcl_GetUserIdFromStat(3), Tcl_AllocStatBuf(3)
- procedures to interact with any filesystem
- Tcl_AllocStatBuf.tcl90(3), Tcl_FSRegister(3), Tcl_FSUnregister(3), Tcl_FSData(3), Tcl_FSMountsChanged(3), Tcl_FSGetFileSystemForPath(3), Tcl_FSGetPathType(3), Tcl_FSCopyFile(3), Tcl_FSCopyDirectory(3), Tcl_FSCreateDirectory(3), Tcl_FSDeleteFile(3), Tcl_FSRemoveDirectory(3), Tcl_FSRenameFile(3), Tcl_FSListVolumes(3), Tcl_FSEvalFile(3), Tcl_FSEvalFileEx(3), Tcl_FSLoadFile(3), Tcl_FSUnloadFile(3), Tcl_FSMatchInDirectory(3), Tcl_FSLink(3), Tcl_FSLstat(3), Tcl_FSUtime(3), Tcl_FSFileAttrsGet(3), Tcl_FSFileAttrsSet(3), Tcl_FSFileAttrStrings(3), Tcl_FSStat(3), Tcl_FSAccess(3), Tcl_FSOpenFileChannel(3), Tcl_FSGetCwd(3), Tcl_FSChdir(3), Tcl_FSPathSeparator(3), Tcl_FSJoinPath(3), Tcl_FSSplitPath(3), Tcl_FSEqualPaths(3), Tcl_FSGetNormalizedPath(3), Tcl_FSJoinToPath(3), Tcl_FSConvertToPathType(3), Tcl_FSGetInternalRep(3), Tcl_FSGetTranslatedPath(3), Tcl_FSGetTranslatedStringPath(3), Tcl_FSNewNativePath(3), Tcl_FSGetNativePath(3), Tcl_FSFileSystemInfo(3), Tcl_GetAccessTimeFromStat(3), Tcl_GetBlockSizeFromStat(3), Tcl_GetBlocksFromStat(3), Tcl_GetChangeTimeFromStat(3), Tcl_GetDeviceTypeFromStat(3), Tcl_GetFSDeviceFromStat(3), Tcl_GetFSInodeFromStat(3), Tcl_GetGroupIdFromStat(3), Tcl_GetLinkCountFromStat(3), Tcl_GetModeFromStat(3), Tcl_GetModificationTimeFromStat(3), Tcl_GetSizeFromStat(3), Tcl_GetUserIdFromStat(3), Tcl_AllocStatBuf(3), Tcl_FSTildeExpand(3)
- procedures to interact with any filesystem
- Tcl_CreateFileHandler.tcl86(3), Tcl_CreateFileHandler(3), Tcl_DeleteFileHandler(3)
- associate procedure callbacks with files or devices (Unix only)
- Tcl_CreateFileHandler.tcl90(3), Tcl_CreateFileHandler(3), Tcl_DeleteFileHandler(3)
- associate procedure callbacks with files or devices (Unix only)
- Tcl_RecordAndEval.tcl86(3), Tcl_RecordAndEval(3)
- save command on history list before evaluating
- Tcl_RecordAndEval.tcl90(3), Tcl_RecordAndEval(3)
- save command on history list before evaluating
- Tcl_RecordAndEvalObj.tcl86(3), Tcl_RecordAndEvalObj(3)
- save command on history list before evaluating
- Tcl_RecordAndEvalObj.tcl90(3), Tcl_RecordAndEvalObj(3)
- save command on history list before evaluating
- Tk_BindEvent.tk86(3), Tk_CreateBindingTable(3), Tk_DeleteBindingTable(3), Tk_CreateBinding(3), Tk_DeleteBinding(3), Tk_GetBinding(3), Tk_GetAllBindings(3), Tk_DeleteAllBindings(3), Tk_BindEvent(3)
- invoke scripts in response to X events
- Tspi_Context_UnregisterKey(3)
- unregister a key from the persistent storage device
- Tss2_Tcti_Device_Init(3), Tss2_Tcti_Device_init(3)
- Initialization function for the device TCTI library
- XAllowDeviceEvents(3)
- release queued events
- XChangeDeviceDontPropagateList(3), XGetDeviceDontPropagateList(3)
- query or change the dont-propagate-list for extension devices
- XChangeKeyboardDevice(3)
- change which device is used as the X keyboard
- XChangePointerDevice(3)
- change which device is the X pointer
- XDeviceBell(3)
- ring a bell on a device supported through the input extension
- XF86VidModeQueryExtension(3), XF86VidModeQueryVersion(3), XF86VidModeSetClientVersion(3), XF86VidModeGetModeLine(3), XF86VidModeGetAllModeLines(3), XF86VidModeAddModeLine(3), XF86VidModeDeleteModeLine(3), XF86VidModeModModeLine(3), XF86VidModeValidateModeLine(3), XF86VidModeSwitchMode(3), XF86VidModeSwitchToMode(3), XF86VidModeLockModeSwitch(3), XF86VidModeGetMonitor(3), XF86VidModeGetViewPort(3), XF86VidModeSetViewPort(3), XF86VidModeGetDotClocks(3), XF86VidModeGetGamma(3), XF86VidModeSetGamma(3), XF86VidModeGetGammaRamp(3), XF86VidModeSetGammaRamp(3), XF86VidModeGetGammaRampSize(3), XF86VidModeGetPermissions(3)
- Extension library for the XFree86-VidMode X extension
- XGetDeviceControl(3), XChangeDeviceControl(3)
- query and change input device controls
- XGetDeviceKeyMapping(3), XChangeDeviceKeyMapping(3)
- query or change device key mappings
- XGetDeviceModifierMapping(3), XSetDeviceModifierMapping(3)
- query or change device modifier mappings
- XGetDeviceMotionEvents(3), XDeviceTimeCoord(3)
- get device motion history
- XGetDeviceProperty(3), XChangeDeviceProperty(3), XDeleteDeviceProperty(3)
- Get, change or delete a devices property
- XGetFeedbackControl(3), XChangeFeedbackControl(3)
- query and change input device feedbacks
- XGrabDevice(3), XUngrabDevice(3)
- grab/release the specified extension device
- XGrabDeviceButton(3), XUngrabDeviceButton(3)
- grab/ungrab extension input device buttons
- XGrabDeviceKey(3), XUngrabDeviceKey(3)
- grab/ungrab extension input device Keys
- XIChangeHierarchy(3)
- change the device hierarchy
- XIChangeProperty(3), XIGetProperty(3), XIDeleteProperty(3)
- change, retrieve or delete a devices property
- XIDefineCursor(3), XIUndefineCursor(3)
- define device cursors
- XIGrabDevice(3), XIUngrabDevice(3)
- grab or ungrab the device
- XIListProperties(3)
- List a devices properties
- XIQueryDevice(3), XIFreeDeviceInfo(3)
- get information about devices
- XIQueryPointer(3)
- get device pointer coordinates
- XISelectEvents(3), XIGetSelectedEvents(3)
- select for or get selected XI2 events on the window
- XISetClientPointer(3), XIGetClientPointer(3)
- set or get the ClientPointer device
- XISetFocus(3), XIGetFocus(3)
- set or get the devices focus
- XIWarpPointer(3)
- move a devices pointer
- XListDeviceProperties(3)
- List a devices properties
- XListInputDevices(3), XFreeDeviceList(3)
- list available input devices
- XNextEvent(3), XPeekEvent(3), XWindowEvent(3), XCheckWindowEvent(3), XMaskEvent(3), XCheckMaskEvent(3), XCheckTypedEvent(3), XCheckTypedWindowEvent(3)
- select events by type
- XOpenDevice(3), XCloseDevice(3)
- open or close an extension input device
- XQueryDeviceState(3)
- query the state of an extension input device
- XSendEvent(3), XDisplayMotionBufferSize(3), XGetMotionEvents(3), XTimeCoord(3)
- send events and pointer motion history structure
- XSetDeviceButtonMapping(3), XGetDeviceButtonMapping(3)
- query or change device button mappings
- XSetDeviceFocus(3), XGetDeviceFocus(3)
- control extension input device focus
- XSetDeviceMode(3)
- change the mode of a device
- XSetDeviceValuators(3)
- initialize the valuators on an extension input device
- XkbAddDeviceLedInfo(3)
- Initialize an XkbDeviceLedInfoRec structure
- XkbAllocDeviceInfo(3)
- Obtain an XkbDeviceInfoRec structure
- XkbChangeDeviceInfo(3)
- Update the server's description of a device with the changes noted in an XkbDeviceChangesRec
- XkbDeviceBell(3)
- Rings the bell on an X input extension device or the default keyboard
- XkbDeviceBellEvent(3)
- Creates a bell event for an X input extension device or for the keyboard, without ringing the corresponding bell
- XkbForceDeviceBell(3)
- Rings the bell on any keyboard, overriding user preference settings for audible bells
- XkbFreeDeviceInfo(3)
- Free an XkbDeviceInfoRec structure
- XkbGetAutoRepeatRate(3)
- Gets the current attributes of the RepeatKeys control for a keyboard device
- XkbGetDeviceButtonActions(3)
- Query the button actions associated with an X Input Extension device
- XkbGetDeviceInfo(3)
- Determine whether the X server allows Xkb access to particular capabilities of input devices other than the core X keyboard, or to determine the status of indicator maps, indicator names or button actions on a non-KeyClass extension device
- XkbGetDeviceInfoChanges(3)
- Query the changes that have occurred in the button actions or indicator names and indicator maps associated with an input extension device
- XkbGetDeviceLedInfo(3)
- Query the indicator names, maps, and state associated with an LED feedback of an input extension device
- XkbGetKeyboard(3)
- Retrieves one or more components of a keyboard device description
- XkbNoteDeviceChanges(3)
- Note device changes reported in an XkbExtensionDeviceNotify event
- XkbResizeDeviceButtonActions(3)
- Allocate additional space for button actions in an XkbDeviceInfoRec structure
- XkbSetAutoRepeatRate(3)
- Sets the attributes of the RepeatKeys control for a keyboard device
- XkbSetDeviceButtonActions(3)
- Change only the button actions for an input extension device
- XkbSetDeviceInfo(3)
- Modify some or all of the characteristics of an X Input Extension device
- XtAddEventHandler(3), XtAddRawEventHandler(3), XtRemoveEventHandler(3), XtRemoveRawEventHandler(3), XtInsertEventHandler(3), XtInsertRawEventHandler(3)
- add and remove event handlers
- XtBuildEventMask(3)
- retrieve a widget's event mask
- adf_salvage(1)
- show or recover (in the future - extract) deleted files from an ADF device
- adf_show_metadata(1)
- show metadata of devices, volumes, directories and files stored as Amiga disk file images (ADF)
- adinrec(1)
- record audio device and save one utterance to a file
- admsXml(1)
- An automatic device model synthesizer
- aeclean(1), aegis clEan(1)
- clean files from development directory
- aedb(1), aegis develop begin(1)
- begin development of a change
- aedbu(1), aegis develop begin undo(1)
- undo the effects of aedb
- aede(1), aegis develop end(1)
- complete development of a change
- aedeu(1), aegis develop end undo(1)
- recall a change for further development
- aend(1), aegis new developer(1)
- add new developers to a project
- aerd(1), aegis remove developer(1)
- remove developers from a project
- afcclient(1)
- Interact with AFC/HouseArrest service on a connected device
- al_get_d3d_device(3)
- Allegro 5 API
- al_is_d3d_device_lost(3)
- Allegro 5 API
- al_set_d3d_device_release_callback(3)
- Allegro 5 API
- al_set_d3d_device_restore_callback(3)
- Allegro 5 API
- alsa-seq-server(8)
- daemon that converts one or more raw MIDI device(s) into an ALSA sequencer server
- amanda-devices(7)
- Configuring and Using Amanda Devices
- amdevcheck(8)
- Validate an Amanda device and volume
- amtapetype(8)
- generate a tapetype definition by testing the device directly
- androiddump(1)
- Provide interfaces to capture from Android devices
- appjail-devfs(1)
- Dynamic DEVFS ruleset management
- archive_entry_stat(3), archive_entry_copy_stat(3), archive_entry_filetype(3), archive_entry_set_filetype(3), archive_entry_mode(3), archive_entry_set_mode(3), archive_entry_size(3), archive_entry_size_is_set(3), archive_entry_set_size(3), archive_entry_unset_size(3), archive_entry_dev(3), archive_entry_set_dev(3), archive_entry_dev_is_set(3), archive_entry_devmajor(3), archive_entry_set_devmajor(3), archive_entry_devminor(3), archive_entry_set_devminor(3), archive_entry_ino(3), archive_entry_set_ino(3), archive_entry_ino_is_set(3), archive_entry_ino64(3), archive_entry_set_ino64(3), archive_entry_nlink(3), archive_entry_rdev(3), archive_entry_set_rdev(3), archive_entry_rdevmajor(3), archive_entry_set_rdevmajor(3), archive_entry_rdevminor(3), archive_entry_set_rdevminor(3)
- accessor functions for manipulating archive entry descriptions
- ares_set_local_dev(3)
- Bind to a specific network device when creating sockets
- assa-genesis(1)
- generates skeleton files for RAD development with ASSA library
- au0828(4)
- au0828 webcamd driver for USB digital TV devices
- audio_listener(3), audio_listener (3)
- Bind the current device listener to a positioner video object
- audio_outputs(3), audio_outputs (3)
- Returns a list of possible device names for audio_reconfigure
- audio_reconfigure(3), audio_reconfigure (3)
- Control audio device output parameters
- aupanel(1)
- allows user adjustment of Network Audio System device attributes aupanel#(1) "" "aupanel(1)"
- automounter(8)
- Dynamically configure amd for existing devices
- autorandr(1)
- automatically select a display configuration based on connected devices
- axfer(1)
- command-line sound recorder and player for sound devices and nodes supported by Linux sound subsystem (Advanced Linux Sound Architecture, also known as ALSA)
- axfer-list(1)
- dump lists of available sound devices and nodes to transfer audio data frame
- axfer-transfer(1)
- transferrer of audio data frame for sound devices and nodes
- badblocks(8)
- search a device for bad blocks
- bhm(8)
- program to send SMTP mail to /dev/null
- blkid(8)
- locate/print block device attributes
- bmc-device(8)
- perform advanced BMC commands
- capture_audio(3), capture_audio (3)
- Setup an audio device capture stream
- cdk(3)
- Curses Development Kit
- cec-compliance(1)
- An application to verify remote CEC devices
- cec-ctl(1)
- An application to control cec devices
- clinfo(1)
- show OpenCL platforms and devices
- clion(1)
- launch JetBrains CLion Integrated Development Environment
- cmake-developer(7)
- CMake Developer Reference
- control_rancid(1)
- run rancid for devices of a group
- coq_makefile(1)
- generate makefiles for Coq proof development
- critcl_devguide(n)
- Guide To The CriTcl Internals
- cutelyst4-qt6(1)
- Developer Helper Application for the Cutelyst Web Framework
- cutelystd4-qt6(1)
- Fast, developer friendly WSGI server for Cutelyst applications
- cvslines(1)
- a CVS wizard to help manage parallel development
- datagrip(1)
- launch JetBrains DataGrip Integrated Development Environment
- dc1394_vloopback(1)
- send format0 video to V4L vloopback device
- dc_bluetooth_device_free(3)
- Destroy the bluetooth device and free all resources
- dc_bluetooth_device_get_address(3)
- Get the address of a bluetooth device
- dc_bluetooth_device_get_name(3)
- Get the name of a bluetooth device
- dc_bluetooth_iterator_new(3)
- Create an iterator to enumerate the bluetooth devices
- dc_bluetooth_open(3)
- Opens an iostream for a bluetooth device
- dc_context_free(3)
- free a device-handling context
- dc_context_new(3)
- create a new device-handling context
- dc_device_close(3)
- close a dive computer device
- dc_device_foreach(3)
- iterate over dives in a dive computer
- dc_device_open(3)
- open a dive computer device
- dc_device_set_cancel(3)
- callback to check whether processing should cancel
- dc_device_set_events(3)
- set events logged during device interaction
- dc_device_set_fingerprint(3)
- set the last-seen dive fingerprint
- dc_irda_device_free(3)
- Destroy the irda device and free all resources
- dc_irda_device_get_address(3)
- Get the address of the IrDA device
- dc_irda_device_get_name(3)
- Get the address of the IrDA device
- dc_irda_iterator_new(3)
- Create an iterator to enumerate the IrDA devices
- dc_irda_open(3)
- Opens an iostream for a IrDA device
- dc_serial_device_free(3)
- Destroy the serial device and free all resources
- dc_serial_device_get_name(3)
- Get the device name of the serial device
- dc_serial_iterator_new(3)
- Create an iterator to enumerate the serial devices
- dc_serial_open(3)
- Opens an iostream for a serial device
- dc_usbhid_device_free(3)
- Destroy the USB HID device and free all resources
- dc_usbhid_device_get_pid(3)
- Get the product id (PID) of the USB HID device
- dc_usbhid_device_get_vid(3)
- Get the vendor id (VID) of the USB HID device
- dc_usbhid_iterator_new(3)
- Create an iterator to enumerate the USB HID devices
- dc_usbhid_open(3)
- Opens an iostream for a USB HID device
- ddpt(8)
- copies data between files and storage devices. Support for devices that understand the SCSI command set
- detect_digi_driver(3)
- Detects whether the specified digital sound device is available. Allegro game programming library
- detect_midi_driver(3)
- Detects whether the specified MIDI sound device is available. Allegro game programming library
- dev.geopjr.Tuba(1), Tuba(1)
- Browse the Fediverse
- devablxorexpr(3)
- develops 'xor', 'nxor' in an expression. man1/alc_origin.1
- devcal(1)
- An FM deviation calibration utility for the SvxLink system
- devdump(1), isoinfo(1), isovfy(1), isodump(1)
- Utility programs for dumping and verifying iso9660 images
- devdump(8), isoinfo(8), isovfy(8), isodump(8)
- Utility programs for dumping and verifying iso9660 images
- devdupablxorexpr(3)
- duplicates and develops 'xor', 'nxor'. man1/alc_origin.1
- devede(1)
- A simple application to create Video DVDs
- devhelp(1)
- An API documentation browser
- devilspie(1)
- perform actions on windows as they are created
- devilspie2(1), Devilspie2(1)
- perform scripted actions on windows as they are created
- devnag(1)
- Devanagari for TeX preprocessor
- devstat(8)
- display device statistics
- dfu-util(1)
- Device firmware update (DFU) USB programmer
- ditroff(7)
- classical device independent roff
- drm_info(1)
- dump information about DRM devices
- dsbdriverd(8)
- A device driver loading daemon
- dtt200u(4)
- webcamd driver for DTT200U DVB-T devices
- dvconnect(1)
- receive or transmit raw DV using the video1394 device
- eclat-devol(1), eclat-detach-volume(1)
- detach a volume from an instance
- ecm-developer(7)
- ECM Developer Reference
- em28xx(4)
- em28xx webcamd driver for USB camera and TV devices
- evdev(4x)
- Generic Linux input driver
- evemu-describe(1), evemu-record(1)
- print information and events from an input device
- evemu-device(1), evemu-play(1), evemu-event(1)
- create a virtual input device and replay an event sequence
- evtest(1)
- Input device event monitor and query tool
- explain_fsync_or_die(3)
- synchronize a file with storage device and report errors require_index { "synchronize a file's in[hy]core state with storage device and report errors" }
- explain_ioctl_or_die(3)
- control device and report errors require_index { "control device and report errors" }
- explain_mmap_or_die(3)
- map file or device into memory and report errors require_index { "map file or device into memory and report errors" }
- explain_munmap_or_die(3)
- unmap a file or device from memory and report errors require_index { "unmap a file or device from memory and report errors" }
- fbdevhw(4)
- os-specific submodule for framebuffer device access
- ffmpeg-devices(1)
- FFmpeg devices
- fido_bio_dev_get_info(3), fido_bio_dev_enroll_begin(3), fido_bio_dev_enroll_continue(3), fido_bio_dev_enroll_cancel(3), fido_bio_dev_enroll_remove(3), fido_bio_dev_get_template_array(3), fido_bio_dev_set_template_name(3)
- FIDO2 biometric authenticator API
- fido_cbor_info_new(3), fido_cbor_info_free(3), fido_dev_get_cbor_info(3), fido_cbor_info_aaguid_ptr(3), fido_cbor_info_extensions_ptr(3), fido_cbor_info_protocols_ptr(3), fido_cbor_info_transports_ptr(3), fido_cbor_info_versions_ptr(3), fido_cbor_info_options_name_ptr(3), fido_cbor_info_options_value_ptr(3), fido_cbor_info_algorithm_type(3), fido_cbor_info_algorithm_cose(3), fido_cbor_info_algorithm_count(3), fido_cbor_info_certs_name_ptr(3), fido_cbor_info_certs_value_ptr(3), fido_cbor_info_certs_len(3), fido_cbor_info_aaguid_len(3), fido_cbor_info_extensions_len(3), fido_cbor_info_protocols_len(3), fido_cbor_info_transports_len(3), fido_cbor_info_versions_len(3), fido_cbor_info_options_len(3), fido_cbor_info_maxmsgsiz(3), fido_cbor_info_maxcredbloblen(3), fido_cbor_info_maxcredcntlst(3), fido_cbor_info_maxcredidlen(3), fido_cbor_info_maxlargeblob(3), fido_cbor_info_maxrpid_minpinlen(3), fido_cbor_info_minpinlen(3), fido_cbor_info_fwversion(3), fido_cbor_info_uv_attempts(3), fido_cbor_info_uv_modality(3), fido_cbor_info_rk_remaining(3), fido_cbor_info_new_pin_required(3)
- FIDO2 CBOR Info API
- fido_credman_metadata_new(3), fido_credman_rk_new(3), fido_credman_rp_new(3), fido_credman_metadata_free(3), fido_credman_rk_free(3), fido_credman_rp_free(3), fido_credman_rk_existing(3), fido_credman_rk_remaining(3), fido_credman_rk(3), fido_credman_rk_count(3), fido_credman_rp_id(3), fido_credman_rp_name(3), fido_credman_rp_count(3), fido_credman_rp_id_hash_ptr(3), fido_credman_rp_id_hash_len(3), fido_credman_get_dev_metadata(3), fido_credman_get_dev_rk(3), fido_credman_set_dev_rk(3), fido_credman_del_dev_rk(3), fido_credman_get_dev_rp(3)
- FIDO2 credential management API
- fido_dev_enable_entattest(3), fido_dev_toggle_always_uv(3), fido_dev_force_pin_change(3), fido_dev_set_pin_minlen(3), fido_dev_set_pin_minlen_rpid(3)
- CTAP 2.1 configuration authenticator API
- fido_dev_get_assert(3)
- obtains an assertion from a FIDO2 device
- fido_dev_get_touch_begin(3), fido_dev_get_touch_status(3)
- asynchronously wait for touch on a FIDO2 authenticator
- fido_dev_info_manifest(3), fido_dev_info_new(3), fido_dev_info_free(3), fido_dev_info_ptr(3), fido_dev_info_path(3), fido_dev_info_product(3), fido_dev_info_vendor(3), fido_dev_info_manufacturer_string(3), fido_dev_info_product_string(3), fido_dev_info_set(3)
- FIDO2 device discovery functions
- fido_dev_largeblob_get(3), fido_dev_largeblob_set(3), fido_dev_largeblob_remove(3), fido_dev_largeblob_get_array(3), fido_dev_largeblob_set_array(3)
- FIDO2 large blob API
- fido_dev_make_cred(3)
- generates a new credential on a FIDO2 device
- fido_dev_open(3), fido_dev_open_with_info(3), fido_dev_close(3), fido_dev_cancel(3), fido_dev_new(3), fido_dev_new_with_info(3), fido_dev_free(3), fido_dev_force_fido2(3), fido_dev_force_u2f(3), fido_dev_is_fido2(3), fido_dev_is_winhello(3), fido_dev_supports_credman(3), fido_dev_supports_cred_prot(3), fido_dev_supports_permissions(3), fido_dev_supports_pin(3), fido_dev_supports_uv(3), fido_dev_has_pin(3), fido_dev_has_uv(3), fido_dev_protocol(3), fido_dev_build(3), fido_dev_flags(3), fido_dev_major(3), fido_dev_minor(3)
- FIDO2 device open/close and related functions
- fido_dev_set_io_functions(3), fido_dev_set_sigmask(3), fido_dev_set_timeout(3), fido_dev_set_transport_functions(3), fido_dev_io_handle(3)
- FIDO2 device I/O interface
- fido_dev_set_pin(3), fido_dev_get_retry_count(3), fido_dev_get_uv_retry_count(3), fido_dev_reset(3)
- FIDO2 device management functions
- fig2dev(1)
- translates Fig code to various graphics languages
- filesystem.dev_major(3em), Emilua(3em)
- Lua execution engine
- filesystem.dev_minor(3em), Emilua(3em)
- Lua execution engine
- filesystem.is_block_device(3em), Emilua(3em)
- Lua execution engine
- filesystem.is_character_device(3em), Emilua(3em)
- Lua execution engine
- filesystem.makedev(3em), Emilua(3em)
- Lua execution engine
- fp(1)
- Free Pascal Compiler (FPC) integrated development environment
- ftdi-eeprom(8)
- tool to programm eeprom on FTDI usb devices
- fxload(8)
- Firmware download to EZ-USB devices
- gammu-detect(1)
- Gammu device detection rst2man-indent-level 0 1 rstReportMargin $1
- generic_modbus(8)
- Driver for contact (direct) signal UPS devices connected via modbus remote I/O gateways
- gh-issue-develop(1)
- Manage linked branches for an issue
- git-merge(1)
- Join two or more development histories together
- gitcore-tutorial(7)
- A Git core tutorial for developers
- glDepthRange(3), "glDepthRange(3)
- specify mapping of depth values from normalized device coordinates to window coordinates
- glutDeviceGet(3)
- retrieves GLUT device information represented by integers
- glutGameModeGet(3)
- retrieves GLUT device information represented by integers
- goland(1)
- launch JetBrains GoLand Integrated Development Environment
- groff_font(5)
- format of groff device and font description files
- grotty(1)
- groff driver for typewriter-like devices
- grub-bios-setup(8)
- set up a device to boot using GRUB
- grub-install(8)
- install GRUB to a device
- grub-ofpathname(8)
- find OpenBOOT path for a device
- grub-probe(8)
- probe device information for GRUB
- grub-sparc64-setup(8)
- set up a device to boot using GRUB
- gst-device-monitor-1.0(1)
- Simple command line testing tool for GStreamer device monitors
- idea(1)
- launch IntelliJ IDEA Java Integrated Development Environment
- idevice_id(1)
- List attached devices or print device name of given device
- idevicebackup(1)
- Create or restore backup for devices
- idevicebackup2(1)
- Create or restore backups for devices running iOS 4 or later
- idevicebtlogger(1)
- Capture HCI traffic of a connected device
- idevicecrashreport(1)
- Retrieve crash reports from a device
- idevicedate(1)
- Display the current date or set it on a device
- idevicedebug(1)
- Interact with the debugserver service of a device
- idevicedebugserverproxy(1)
- Remote debugging proxy
- idevicedevmodectl(1)
- Enable Developer Mode on iOS 16+ devices or print the current status
- idevicediagnostics(1)
- Interact with the diagnostics interface of a device
- ideviceenterrecovery(1)
- Make a device enter recovery mode
- ideviceimagemounter(1)
- Mount, list, or unmount a disk image on the device
- ideviceinfo(1)
- Show information about the first connected device
- idevicename(1)
- Display the device name or set it to NAME if specified
- idevicenotificationproxy(1)
- Post or observe notifications on a device
- idevicepair(1)
- Manage host pairings with devices and usbmuxd
- ideviceprovision(1)
- Manage provisioning profiles on a device
- idevicescreenshot(1)
- Gets a screenshot from the connected device
- idevicesetlocation(1)
- Simulate location on iOS device
- idevicesyslog(1)
- Relay syslog of a connected device
- ifuse(1)
- Mount directories of an iOS device locally using fuse
- inetcat(1)
- Opens a read/write interface via STDIN/STDOUT to a TCP port on a usbmux device
- input_samplebase(3), input_samplebase (3)
- Change coordinate system origo for a device
- inputanalog_query(3), inputanalog_query (3)
- Query analog devices for filtering details
- inputanalog_toggle(3), inputanalog_toggle (3)
- Switch all analog device processing on/off
- ipmitool(1)
- utility for controlling IPMI-enabled devices
- iproxy(1)
- A proxy that binds local TCP ports to be forwarded to the specified ports on a usbmux device
- ivtscd(8)
- Driver for the IVT Solar Controller Device
- jack_ghero(8)
- daemon that converts a GuitarHero device into a JACK MIDI device
- jack_umidi(8)
- daemon that converts a raw MIDI device into a JACK MIDI device
- jk_socketd(8)
- a daemon to create a rate-limited /dev/log socket inside a chroot
- kdata_pmfstddev(3)
- compute probability mass function standard deviation of data
- kdata_stddev_alloc(3)
- allocate standard deviation data for plotting
- kdata_stddev_attach(3)
- attach source for standard deviation data plotting
- kdata_xstddev(3), kdata_ystddev(3)
- compute population standard deviation of data
- keyboard-daemon(1)
- read from a keyboard device node and execute commands
- kldpatch(8)
- print/modify device/quirk tables in kernel modules
- lavrec(1)
- Record MJPEG-video from a zoran/video4linux-device
- lazarus-ide(1), Lazarus(1)
- is a Rapid Application Development (RAD) for the Free Pascal Compiler (FPC) including an Integrated Development Environment (IDE)
- libavdevice(3)
- multimedia device handling library
- libblkid(3)
- block device identification library
- libevdev(3)
- wrapper library for evdev devices
- libevdev-tweak-device(1)
- modify an evdev kernel device
- libgetdns(3)
- -- an implementation of a modern asynchronous DNS API by and for application developers
- libinput-analyze(1)
- analyze device data
- libinput-analyze-recording(1)
- analyze a device recording
- libinput-list-devices(1)
- list local devices as recognized by libinput and default values of their configuration
- libinput-list-kernel-devices(1)
- list all kernel input devices
- libinput-measure(1)
- measure properties of devices
- libinput-measure-touch-size(1)
- measure touch size and orientation of devices
- libinput-measure-touchpad-pressure(1)
- measure pressure properties of devices
- libinput-measure-touchpad-tap(1)
- measure tap-to-click properties of devices