Home
last modified time | relevance | path

Searched refs:dump_flag (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/devmatch/
H A Ddevmatch.c61 static bool dump_flag; variable
303 if (dump_flag || verbose_flag) in search_hints()
312 if (dump_flag || verbose_flag) in search_hints()
316 if (!dump_flag && !unbound_flag && lastmod && strcmp(lastmod, "kernel") == 0) in search_hints()
321 if (dump_flag || verbose_flag) in search_hints()
338 if (dump_flag) in search_hints()
353 if (dump_flag) { in search_hints()
396 if (dump_flag) { in search_hints()
425 if (dump_flag) /* No per-row data stored */ in search_hints()
443 if (dump_flag) in search_hints()
[all...]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.c299 if (mgmt_crash_dump.req.set_flag.dump_flag > in bnxt_mgmt_crash_dump()
308 if (mgmt_crash_dump.req.set_flag.dump_flag == BNXT_DUMP_CRASH) { in bnxt_mgmt_crash_dump()
323 softc->dump_flag = mgmt_crash_dump.req.set_flag.dump_flag; in bnxt_mgmt_crash_dump()
339 mgmt_crash_dump.req.get_flag.dump_flag = softc->dump_flag; in bnxt_mgmt_crash_dump()
341 bnxt_get_coredump_length(softc, softc->dump_flag); in bnxt_mgmt_crash_dump()
351 mgmt_crash_dump.req.get_data.dump_flag); in bnxt_mgmt_crash_dump()
374 mgmt_crash_dump.req.get_data.dump_flag, in bnxt_mgmt_crash_dump()
394 mgmt_crash_dump.req.get_data.dump_flag = softc->dump_flag; in bnxt_mgmt_crash_dump()
H A Dbnxt_mgmt.h179 uint32_t dump_flag; member
182 uint32_t dump_flag; member
187 uint32_t dump_flag; member
H A Dbnxt.h1154 uint16_t dump_flag; member