/freebsd/contrib/lutok/ |
H A D | debug_test.cpp | 38 ATF_TEST_CASE_WITHOUT_HEAD(get_info); 39 ATF_TEST_CASE_BODY(get_info) in ATF_TEST_CASE_BODY() argument 45 debug.get_info(state, ">S"); in ATF_TEST_CASE_BODY() 66 ATF_ADD_TEST_CASE(tcs, get_info); in ATF_INIT_TEST_CASES()
|
H A D | debug.hpp | 72 void get_info(state&, const std::string&);
|
H A D | debug.cpp | 67 lutok::debug::get_info(state& s, const std::string& what_) in get_info() function in lutok::debug
|
/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | time_zone.h | 68 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI sys_info get_info(const sys_time<_Duration>& __time) const { in get_info() function 73 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI local_info get_info(const local_time<_Duration>& __time) const… in get_info() function 81 local_info __info = get_info(__time); in to_sys() 105 local_info __info = get_info(__time); in to_sys() 137 sys_info __info = get_info(__time); in to_local()
|
H A D | zoned_time.h | 175 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI sys_info get_info() const { return __zone_->get_info(__tp_); }
|
/freebsd/contrib/ntp/scripts/ntptrace/ |
H A D | ntptrace.in | 28 my %info = get_info($host); 56 sub get_info {
|
/freebsd/usr.sbin/spi/ |
H A D | spi.c | 75 static int get_info(int hdev, const char *dev_name); 339 err = get_info(hdev, dev_name); in main() 458 get_info(int hdev, const char *dev_name) in get_info() function
|
/freebsd/sys/dev/igc/ |
H A D | igc_api.c | 515 if (hw->phy.ops.get_info) in igc_get_phy_info() 516 return hw->phy.ops.get_info(hw); in igc_get_phy_info()
|
H A D | igc_hw.h | 385 s32 (*get_info)(struct igc_hw *); member
|
H A D | igc_phy.c | 28 phy->ops.get_info = igc_null_ops_generic; in igc_init_phy_ops_generic()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | fuzz_bio.c | 244 get_info(const struct param *p) in get_info() function 416 get_info(p); in test()
|
/freebsd/sys/dev/backlight/ |
H A D | backlight_if.m | 62 METHOD int get_info {
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_clock_if.m | 75 METHOD int get_info {
|
/freebsd/sys/dev/fb/ |
H A D | fbreg.h | 149 vi_get_info_t *get_info; member 187 (*vidsw[(adp)->va_index]->get_info)((adp), (mode), (info))
|
H A D | s3_pci.c | 175 if ((error = (*prevvidsw->get_info)(adp, mode, info))) in s3lfb_get_info()
|
H A D | vesa.c | 1217 if ((*prevvidsw->get_info)(adp, mode, info) == 0) in vesa_get_info() 1299 (*prevvidsw->get_info)(adp, mode, &info) == 0) { in vesa_set_mode()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_82571.c | 119 phy->ops.get_info = e1000_get_phy_info_igp; in e1000_init_phy_params_82571() 131 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_82571() 146 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_82571()
|
H A D | e1000_api.c | 1163 if (hw->phy.ops.get_info) in e1000_get_phy_info() 1164 return hw->phy.ops.get_info(hw); in e1000_get_phy_info()
|
H A D | e1000_82575.c | 233 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_82575() 240 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_82575() 248 phy->ops.get_info = e1000_get_phy_info_igp; in e1000_init_phy_params_82575() 258 phy->ops.get_info = e1000_get_phy_info_82577; in e1000_init_phy_params_82575() 268 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_82575()
|
H A D | e1000_82540.c | 85 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_82540()
|
H A D | e1000_hw.h | 795 s32 (*get_info)(struct e1000_hw *); member
|
H A D | e1000_ich8lan.c | 529 phy->ops.get_info = e1000_get_phy_info_82577; in e1000_init_phy_params_pchlan() 536 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_pchlan() 606 phy->ops.get_info = e1000_get_phy_info_igp; in e1000_init_phy_params_ich8lan() 615 phy->ops.get_info = e1000_get_phy_info_ife; in e1000_init_phy_params_ich8lan() 625 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_ich8lan()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_lcd_syscons.c | 159 .get_info = am335x_syscons_get_info,
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fb.c | 242 .get_info = bcmfb_get_info,
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_syscons.c | 108 .get_info = ofwfb_get_info,
|