Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/libpcap/
H A Dpcap-dos.c137 static struct device *get_device (int fd) in get_device() function
256 dev = get_device (p->fd); in pcap_read_one()
379 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_stats_dos()
412 struct device *dev = p ? get_device (p->fd) : NULL; in pcap_stats_ex()
472 if (!get_device(p->fd)) in pcap_cleanup_dos()
923 struct device *dev = p ? get_device(p->fd) : NULL; in pcap_sendpacket_dos()
/freebsd-13.1/sys/dev/hptrr/
H A Dhimfuncs.h69 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
/freebsd-13.1/sys/dev/hptnr/
H A Dhimfuncs.h68 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
/freebsd-13.1/sys/dev/hpt27xx/
H A Dhimfuncs.h68 _HIM_INTERFACE(void *, get_device, (void *adapter, int index))
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h265 get_device(struct device *dev) in get_device() function
H A Dpci.h458 get_device(&pdev->dev); in pci_dev_get()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c1850 reprobe->dev = get_device(mvm->trans->dev); in iwl_mvm_nic_restart()