Home
last modified time | relevance | path

Searched refs:get_device (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp227 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device()); in ATF_TEST_CASE_BODY()
238 ATF_REQUIRE_EQ(fi.get_device(), fia.get_device()); in ATF_TEST_CASE_BODY()
H A Dfs.hpp248 dev_t get_device(void) const;
H A Dfs.cpp315 impl::file_info::get_device(void) in get_device() function in impl::file_info
/freebsd/contrib/libpcap/
H A Dpcap-dos.c138 static struct device *get_device (int fd) in get_device() function
257 dev = get_device (p->fd); in pcap_read_one()
395 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_stats_dos()
428 struct device *dev = p ? get_device (p->fd) : NULL; in pcap_stats_ex()
488 if (!get_device(p->fd)) in pcap_cleanup_dos()
939 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_sendpacket_dos()
/freebsd/sys/dev/hptrr/
H A Dhimfuncs.h67 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
/freebsd/sys/dev/hpt27xx/
H A Dhimfuncs.h66 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
/freebsd/sys/dev/hptnr/
H A Dhimfuncs.h66 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dpci.c49 get_device(hif->dev); in mt7996_pci_get_hif2()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dpci.c56 get_device(hif->dev); in mt7915_pci_get_hif2()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h317 get_device(struct device *dev) in get_device() function
H A Dpci.h452 get_device(&pdev->dev); in pci_dev_get()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c840 get_device(&dev->dev); in ib_uverbs_open()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c2031 reprobe->dev = get_device(mvm->trans->dev);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c1650 get_device(&dev->ib_dev.dev); in UVERBS_HANDLER()