Home | History | Annotate | Download | only in nvmectl

Lines Matching defs:subtype

511 typedef void (*subprint_fn_t)(void *buf, uint16_t subtype, uint8_t res,
545 print_hgst_info_subpage_gen(void *buf, uint16_t subtype __unused, uint32_t size,
570 print_hgst_info_write_errors(void *buf, uint16_t subtype, uint8_t res __unused,
586 print_hgst_info_subpage_gen(buf, subtype, size, kv, __arraycount(kv));
590 print_hgst_info_read_errors(void *buf, uint16_t subtype, uint8_t res __unused,
607 print_hgst_info_subpage_gen(buf, subtype, size, kv, __arraycount(kv));
611 print_hgst_info_verify_errors(void *buf, uint16_t subtype, uint8_t res __unused,
626 print_hgst_info_subpage_gen(buf, subtype, size, kv, __arraycount(kv));
630 print_hgst_info_self_test(void *buf, uint16_t subtype __unused, uint8_t res __unused,
669 print_hgst_info_background_scan(void *buf, uint16_t subtype __unused,
748 print_hgst_info_erase_errors(void *buf, uint16_t subtype __unused,
767 print_hgst_info_subpage_gen(buf, subtype, size, kv, __arraycount(kv));
771 print_hgst_info_erase_counts(void *buf, uint16_t subtype, uint8_t res __unused,
775 printf("XXX: Erase counts subpage: %p, %#x %d\n", buf, subtype, size);
779 print_hgst_info_temp_history(void *buf, uint16_t subtype __unused,
803 print_hgst_info_ssd_perf(void *buf, uint16_t subtype __unused, uint8_t res,
858 print_hgst_info_firmware_load(void *buf, uint16_t subtype __unused,
868 kv_indirect(void *buf, uint32_t subtype, uint8_t res, uint32_t size,
874 if (sp->key == subtype) {
875 sp->fn(buf, subtype, res, size);
879 printf("No handler for page type %x\n", subtype);
889 uint8_t subtype, res;
903 subtype = *walker++ & 0x3f; /* subtype */
911 kv_indirect(subpage, subtype, res, len, hgst_subpage,