| /src/external/bsd/lutok/dist/ |
| debug_test.cpp | 38 ATF_TEST_CASE_WITHOUT_HEAD(get_info); variable 39 ATF_TEST_CASE_BODY(get_info) 45 debug.get_info(state, ">S"); 66 ATF_ADD_TEST_CASE(tcs, get_info);
|
| debug.hpp | 56 /// might seem that get_info() belongs in state, we expose it from here because 72 void get_info(state&, const std::string&);
|
| debug.cpp | 67 lutok::debug::get_info(state& s, const std::string& what_) function in class:lutok::debug
|
| /src/sys/dev/ |
| radio_if.h | 46 int (*get_info)(void *, struct radio_info *); member in struct:radio_hw_if
|
| radio.c | 148 if (sc->hw_if->get_info) 149 error = (sc->hw_if->get_info)(sc->hw_hdl,
|
| /src/external/apache2/llvm/dist/clang/bindings/python/examples/cindex/ |
| cindex-dump.py | 38 def get_info(node, depth=0): function 42 children = [get_info(c, depth+1) 82 pprint(('nodes', get_info(tu.cursor)))
|
| /src/external/bsd/ntp/dist/scripts/ntptrace/ |
| ntptrace.in | 28 my %info = get_info($host); 56 sub get_info {
|
| /src/sys/arch/zaurus/stand/zbsdmod/ |
| compat_linux.h | 81 void *get_info; member in struct:proc_dir_entry
|
| /src/sys/dev/pci/igc/ |
| igc_api.c | 342 if (hw->phy.ops.get_info) 343 return hw->phy.ops.get_info(hw);
|
| igc_hw.h | 231 int (*get_info)(struct igc_hw *); member in struct:igc_phy_operations
|
| igc_phy.c | 32 phy->ops.get_info = igc_null_ops_generic;
|
| /src/external/bsd/libfido2/dist/fuzz/ |
| fuzz_bio.c | 244 get_info(const struct param *p) function 416 get_info(p);
|
| /src/external/gpl2/mkhybrid/dist/ |
| apple.c | 68 int (*get_info)(char*, char*, dir_ent*,int); /* finderinfo function */ member in struct:hfs_type 1311 type = (*(hfs_types[type].get_info))(tmp, dname, s_entry, type); 1330 type = (*(hfs_types[i].get_info))(tmp, dname, s_entry, i); 1337 type = (*(hfs_types[TYPE_NONE].get_info))(wname, dname, s_entry, TYPE_NONE); 1390 type = (*(hfs_types[i].get_info))(rname, dname, 0, i);
|
| /src/sys/dev/usb/ |
| slurm.c | 97 .get_info = slurm_get_info,
|
| /src/external/bsd/pdisk/dist/ |
| ATA_media.c | 196 long get_info(long id, struct ATA_identify_drive_info *ip); 373 get_info(long id, struct ATA_identify_drive_info *ip) function 464 if (get_info(id, &info) != 0) {
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_ops.cc | 874 bool get_info() function in struct:auto_handle 888 if (!h1.get_info() || !h2.get_info())
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 958 status_zx = child_process_.get_info(
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-format.cc | 5297 get_info (const char *name) 5333 const format_kind_info *fki = get_info ("gnu_printf"); 5371 const format_kind_info *fki = get_info ("gnu_scanf"); 5295 get_info (const char *name) function in namespace:selftest
|