Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/lutok/
H A Ddebug_test.cpp38 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 Ddebug.hpp72 void get_info(state&, const std::string&);
H A Ddebug.cpp67 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 Dtime_zone.h68 [[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 Dzoned_time.h175 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI sys_info get_info() const { return __zone_->get_info(__tp_); }
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in28 my %info = get_info($host);
56 sub get_info {
/freebsd/usr.sbin/spi/
H A Dspi.c75 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 Digc_api.c515 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 Digc_hw.h385 s32 (*get_info)(struct igc_hw *); member
H A Digc_phy.c28 phy->ops.get_info = igc_null_ops_generic; in igc_init_phy_ops_generic()
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_bio.c244 get_info(const struct param *p) in get_info() function
416 get_info(p); in test()
/freebsd/sys/dev/backlight/
H A Dbacklight_if.m62 METHOD int get_info {
/freebsd/sys/dev/fdt/
H A Dfdt_clock_if.m75 METHOD int get_info {
/freebsd/sys/dev/fb/
H A Dfbreg.h149 vi_get_info_t *get_info; member
187 (*vidsw[(adp)->va_index]->get_info)((adp), (mode), (info))
H A Ds3_pci.c175 if ((error = (*prevvidsw->get_info)(adp, mode, info))) in s3lfb_get_info()
H A Dvesa.c1217 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 De1000_82571.c119 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 De1000_api.c1163 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 De1000_82575.c233 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 De1000_82540.c85 phy->ops.get_info = e1000_get_phy_info_m88; in e1000_init_phy_params_82540()
H A De1000_hw.h795 s32 (*get_info)(struct e1000_hw *); member
H A De1000_ich8lan.c529 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 Dam335x_lcd_syscons.c159 .get_info = am335x_syscons_get_info,
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c242 .get_info = bcmfb_get_info,
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c108 .get_info = ofwfb_get_info,

12