Home
last modified time | relevance | path

Searched refs:dump_type (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/dev/athk/ath11k/
H A Dcoredump.c16 enum ath11k_fw_crash_dump_type dump_type; in ath11k_coredump_get_dump_type() local
20 dump_type = FW_CRASH_DUMP_REMOTE_MEM_DATA; in ath11k_coredump_get_dump_type()
23 dump_type = FW_CRASH_DUMP_M3_DUMP; in ath11k_coredump_get_dump_type()
26 dump_type = FW_CRASH_DUMP_PAGEABLE_DATA; in ath11k_coredump_get_dump_type()
30 dump_type = FW_CRASH_DUMP_NONE; in ath11k_coredump_get_dump_type()
33 dump_type = FW_CRASH_DUMP_TYPE_MAX; in ath11k_coredump_get_dump_type()
37 return dump_type; in ath11k_coredump_get_dump_type()
/src/bin/kenv/
H A Dkenv.c39 static int kdumpenv(int dump_type);
147 kdumpenv(int dump_type) in kdumpenv() argument
152 envlen = kenv(dump_type, NULL, NULL, 0); in kdumpenv()
160 envlen = kenv(dump_type, NULL, buf, buflen); in kdumpenv()
/src/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr_db.h197 perfmgr_db_dump_t dump_type);
H A Dosm_perfmgr.h276 perfmgr_db_dump_t dump_type);
/src/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c927 perfmgr_db_dump_t dump_type; member
936 switch (c->dump_type) { in db_dump()
1018 perfmgr_db_dump(perfmgr_db_t * db, char *file, perfmgr_db_dump_t dump_type) in perfmgr_db_dump() argument
1025 context.dump_type = dump_type; in perfmgr_db_dump()
H A Dosm_perfmgr.c2011 void osm_perfmgr_dump_counters(osm_perfmgr_t * pm, perfmgr_db_dump_t dump_type) in osm_perfmgr_dump_counters() argument
2023 if (perfmgr_db_dump(pm->db, file_name, dump_type) != 0) in osm_perfmgr_dump_counters()