Searched refs:dev (Results 1 - 25 of 8096) sorted by relevance

1234567891011>>

/freebsd-current/contrib/unifdef/tests/
H A D000-init.sh1 unifdef </dev/null >/dev/null 2>&1 || true
/freebsd-current/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Ddm-deps4 # looking up the /dev/sd* devices associated with a dm or multipath device.
13 dev="$VDEV_PATH"
16 if [ -L "$dev" ] ; then
17 dev=$(readlink "$dev")
20 dev="${dev##*/}"
22 if [ -d "/sys/class/block/$dev/slaves" ] ; then
25 val=$(ls -C "/sys/class/block/$dev/slaves" | tr -s '[:space:]' ' ')
/freebsd-current/sys/cam/mmc/
H A Dmmc_bus.h4 #include <dev/mmc/bridge.h>
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.exe29 exec find / > /dev/null 2>&1
H A Dtst.coverage.exe29 while true; do env > /dev/null; done
/freebsd-current/sys/dev/ppbus/
H A Dppbio.h37 #define ppb_outsb_epp(dev,buf,cnt) \
38 (PPBUS_IO(device_get_parent(dev), PPB_OUTSB_EPP, buf, cnt, 0))
39 #define ppb_outsw_epp(dev,buf,cnt) \
40 (PPBUS_IO(device_get_parent(dev), PPB_OUTSW_EPP, buf, cnt, 0))
41 #define ppb_outsl_epp(dev,buf,cnt) \
42 (PPBUS_IO(device_get_parent(dev), PPB_OUTSL_EPP, buf, cnt, 0))
44 #define ppb_insb_epp(dev,buf,cnt) \
45 (PPBUS_IO(device_get_parent(dev), PPB_INSB_EPP, buf, cnt, 0))
46 #define ppb_insw_epp(dev,buf,cnt) \
47 (PPBUS_IO(device_get_parent(dev), PPB_INSW_EP
[all...]
/freebsd-current/sys/dev/ofw/
H A Dofw_bus.h34 #include <dev/ofw/openfirm.h>
39 ofw_bus_get_compat(device_t dev) argument
42 return (OFW_BUS_GET_COMPAT(device_get_parent(dev), dev));
46 ofw_bus_get_model(device_t dev) argument
49 return (OFW_BUS_GET_MODEL(device_get_parent(dev), dev));
53 ofw_bus_get_name(device_t dev) argument
56 return (OFW_BUS_GET_NAME(device_get_parent(dev), dev));
60 ofw_bus_get_node(device_t dev) argument
67 ofw_bus_get_type(device_t dev) argument
74 ofw_bus_map_intr(device_t dev, phandle_t iparent, int icells, pcell_t *intr) argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci_init.c13 mt76x2_mac_pbf_init(struct mt76x02_dev *dev) argument
23 mt76_set(dev, MT_PBF_SYS_CTRL, val);
24 mt76_clear(dev, MT_PBF_SYS_CTRL, val);
26 mt76_wr(dev, MT_PBF_TX_MAX_PCNT, 0xefef3f1f);
27 mt76_wr(dev, MT_PBF_RX_MAX_PCNT, 0xfebf);
31 mt76x2_fixup_xtal(struct mt76x02_dev *dev) argument
36 eep_val = mt76x02_eeprom_get(dev, MT_EE_XTAL_TRIM_2);
46 eep_val = mt76x02_eeprom_get(dev, MT_EE_XTAL_TRIM_1);
54 mt76_rmw_field(dev, MT_XO_CTRL5, MT_XO_CTRL5_C2_VAL, eep_val + offset);
55 mt76_set(dev, MT_XO_CTRL
70 mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard) argument
142 mt76x2_power_on_rf_patch(struct mt76x02_dev *dev) argument
163 mt76x2_power_on_rf(struct mt76x02_dev *dev, int unit) argument
185 mt76x2_power_on(struct mt76x02_dev *dev) argument
220 mt76x2_resume_device(struct mt76x02_dev *dev) argument
237 mt76x2_init_hardware(struct mt76x02_dev *dev) argument
271 mt76x2_stop_hardware(struct mt76x02_dev *dev) argument
281 mt76x2_cleanup(struct mt76x02_dev *dev) argument
290 mt76x2_register_device(struct mt76x02_dev *dev) argument
[all...]
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_spromvar.h34 #include <dev/bhnd/bhnd.h>
40 int bhnd_sprom_probe(device_t dev);
41 int bhnd_sprom_attach(device_t dev, bus_size_t offset);
42 int bhnd_sprom_resume(device_t dev);
43 int bhnd_sprom_suspend(device_t dev);
44 int bhnd_sprom_detach(device_t dev);
51 device_t dev; member in struct:bhnd_sprom_softc
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkdev_t.h34 #define MAJOR(dev) major(dev)
35 #define MINOR(dev) minor(dev)
39 old_encode_dev(dev_t dev) argument
41 return ((MAJOR(dev) << 8) | MINOR(dev));
/freebsd-current/sys/arm/ti/
H A Dti_sysc.h30 uint64_t ti_sysc_get_rev_address(device_t dev);
31 uint64_t ti_sysc_get_rev_address_offset_host(device_t dev);
32 uint64_t ti_sysc_get_sysc_address(device_t dev);
33 uint64_t ti_sysc_get_sysc_address_offset_host(device_t dev);
34 uint64_t ti_sysc_get_syss_address(device_t dev);
35 uint64_t ti_sysc_get_syss_address_offset_host(device_t dev);
36 int ti_sysc_clock_enable(device_t dev);
37 int ti_sysc_clock_disable(device_t dev);
39 uint32_t ti_sysc_get_soft_reset_bit(device_t dev);
/freebsd-current/sys/dev/drm2/
H A Ddrm_platform.c28 #include <dev/drm2/drmP.h>
30 static void drm_platform_free_irq(struct drm_device *dev) argument
32 if (dev->irqr == NULL)
35 bus_release_resource(dev->dev, SYS_RES_IRQ,
36 dev->irqrid, dev->irqr);
38 dev->irqr = NULL;
39 dev->irq = 0;
42 static const char *drm_platform_get_name(struct drm_device *dev) argument
47 drm_platform_set_busid(struct drm_device *dev, struct drm_master *master) argument
80 drm_platform_get_irq(struct drm_device *dev) argument
116 drm_get_platform_dev(device_t kdev, struct drm_device *dev, struct drm_driver *driver) argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dpci_init.c17 struct mt7615_dev *dev = container_of(work, struct mt7615_dev, local
21 ret = mt7615_mcu_init(dev);
24 ret = mt7615_mcu_init(dev);
30 mt7615_init_work(dev);
33 static int mt7615_init_hardware(struct mt7615_dev *dev) argument
35 u32 addr = mt7615_reg_map(dev, MT_EFUSE_BASE);
38 mt76_wr(dev, MT_INT_SOURCE_CSR, ~0);
40 INIT_WORK(&dev->mcu_work, mt7615_pci_init_work);
41 ret = mt7615_eeprom_init(dev, addr);
45 if (is_mt7663(&dev
69 mt7615_register_device(struct mt7615_dev *dev) argument
112 mt7615_unregister_device(struct mt7615_dev *dev) argument
[all...]
/freebsd-current/contrib/libfido2/src/
H A Ddev.c18 set_random_report_len(fido_dev_t *dev) argument
20 dev->rx_len = CTAP_MIN_REPORT_LEN +
22 dev->tx_len = CTAP_MIN_REPORT_LEN +
28 fido_dev_set_extension_flags(fido_dev_t *dev, const fido_cbor_info_t *info) argument
35 dev->flags |= FIDO_DEV_CRED_PROT;
39 fido_dev_set_option_flags(fido_dev_t *dev, const fido_cbor_info_t *info) argument
47 dev->flags |= val[i] ?
52 dev->flags |= FIDO_DEV_CREDMAN;
54 dev->flags |= val[i] ?
58 dev
63 fido_dev_set_protocol_flags(fido_dev_t *dev, const fido_cbor_info_t *info) argument
84 fido_dev_set_flags(fido_dev_t *dev, const fido_cbor_info_t *info) argument
92 fido_dev_open_tx(fido_dev_t *dev, const char *path, int *ms) argument
163 fido_dev_open_rx(fido_dev_t *dev, int *ms) argument
228 fido_dev_open_wait(fido_dev_t *dev, const char *path, int *ms) argument
281 fido_dev_open_with_info(fido_dev_t *dev) argument
292 fido_dev_open(fido_dev_t *dev, const char *path) argument
313 fido_dev_close(fido_dev_t *dev) argument
330 fido_dev_set_sigmask(fido_dev_t *dev, const fido_sigset_t *sigmask) argument
346 fido_dev_cancel(fido_dev_t *dev) argument
363 fido_dev_set_io_functions(fido_dev_t *dev, const fido_dev_io_t *io) argument
383 fido_dev_set_transport_functions(fido_dev_t *dev, const fido_dev_transport_t *t) argument
397 fido_dev_io_handle(const fido_dev_t *dev) argument
415 fido_dev_t *dev; local
435 fido_dev_t *dev; local
467 fido_dev_t *dev; local
479 fido_dev_protocol(const fido_dev_t *dev) argument
485 fido_dev_major(const fido_dev_t *dev) argument
491 fido_dev_minor(const fido_dev_t *dev) argument
497 fido_dev_build(const fido_dev_t *dev) argument
503 fido_dev_flags(const fido_dev_t *dev) argument
509 fido_dev_is_fido2(const fido_dev_t *dev) argument
515 fido_dev_is_winhello(const fido_dev_t *dev) argument
521 fido_dev_supports_pin(const fido_dev_t *dev) argument
527 fido_dev_has_pin(const fido_dev_t *dev) argument
533 fido_dev_supports_cred_prot(const fido_dev_t *dev) argument
539 fido_dev_supports_credman(const fido_dev_t *dev) argument
545 fido_dev_supports_uv(const fido_dev_t *dev) argument
551 fido_dev_has_uv(const fido_dev_t *dev) argument
557 fido_dev_supports_permissions(const fido_dev_t *dev) argument
563 fido_dev_force_u2f(fido_dev_t *dev) argument
570 fido_dev_force_fido2(fido_dev_t *dev) argument
576 fido_dev_get_pin_protocol(const fido_dev_t *dev) argument
587 fido_dev_maxmsgsize(const fido_dev_t *dev) argument
593 fido_dev_set_timeout(fido_dev_t *dev, int ms) argument
[all...]
H A Dreset.c11 fido_dev_reset_tx(fido_dev_t *dev, int *ms) argument
15 if (fido_tx(dev, CTAP_CMD_CBOR, cbor, sizeof(cbor), ms) < 0) {
24 fido_dev_reset_wait(fido_dev_t *dev, int *ms) argument
28 if ((r = fido_dev_reset_tx(dev, ms)) != FIDO_OK ||
29 (r = fido_rx_cbor_status(dev, ms)) != FIDO_OK)
32 if (dev->flags & FIDO_DEV_PIN_SET) {
33 dev->flags &= ~FIDO_DEV_PIN_SET;
34 dev->flags |= FIDO_DEV_PIN_UNSET;
41 fido_dev_reset(fido_dev_t *dev) argument
43 int ms = dev
[all...]
/freebsd-current/contrib/libpcap/
H A Dchmod_bpf18 chgrp admin /dev/bpf*
19 chmod g+rw /dev/bpf*
/freebsd-current/tools/test/stress2/misc/
H A Ddevfs4.sh38 umount -f /dev && mount /dev
/freebsd-current/sys/compat/linuxkpi/common/include/acpi/
H A Dactbl.h1 #include <contrib/dev/acpica/include/actbl.h>
/freebsd-current/tools/test/sort/regression/
H A Dcmp.sh3 diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
/freebsd-current/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrst.t4 make tcpfullwindowrsttest 2>&1 > /dev/null
/freebsd-current/sys/dev/pci/
H A Dpci_iov.h34 int pci_iov_attach_name(device_t dev, struct nvlist *pf_schema,
38 pci_iov_attach(device_t dev, struct nvlist *pf_schema, struct nvlist *vf_schema) argument
40 return (PCI_IOV_ATTACH(device_get_parent(dev), dev, pf_schema,
41 vf_schema, device_get_nameunit(dev)));
45 pci_iov_detach(device_t dev) argument
47 return (PCI_IOV_DETACH(device_get_parent(dev), dev));
/freebsd-current/tools/regression/netinet/arphold/
H A Darphold.t4 make arphold 2>&1 > /dev/null
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.NoSpecBuffer.exe29 cat /COPYRIGHT > /dev/null
/freebsd-current/sys/dev/mlx5/mlx5_lib/
H A Dmlx5.h36 void mlx5_init_reserved_gids(struct mlx5_core_dev *dev);
37 void mlx5_cleanup_reserved_gids(struct mlx5_core_dev *dev);
38 int mlx5_core_reserve_gids(struct mlx5_core_dev *dev, unsigned int count);
39 void mlx5_core_unreserve_gids(struct mlx5_core_dev *dev, unsigned int count);
40 int mlx5_core_reserved_gid_alloc(struct mlx5_core_dev *dev, int *gid_index);
41 void mlx5_core_reserved_gid_free(struct mlx5_core_dev *dev, int gid_index);
/freebsd-current/sys/dev/mthca/
H A Dmthca_uar.c36 int mthca_uar_alloc(struct mthca_dev *dev, struct mthca_uar *uar) argument
38 uar->index = mthca_alloc(&dev->uar_table.alloc);
42 uar->pfn = (pci_resource_start(dev->pdev, 2) >> PAGE_SHIFT) + uar->index;
47 void mthca_uar_free(struct mthca_dev *dev, struct mthca_uar *uar) argument
49 mthca_free(&dev->uar_table.alloc, uar->index);
52 int mthca_init_uar_table(struct mthca_dev *dev) argument
56 ret = mthca_alloc_init(&dev->uar_table.alloc,
57 dev->limits.num_uars,
58 dev->limits.num_uars - 1,
59 dev
70 mthca_cleanup_uar_table(struct mthca_dev *dev) argument
[all...]

Completed in 433 milliseconds

1234567891011>>