Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/nvmecontrol/modules/wdc/
HDwdc.c161 uint32_t cmd, int len_off) in wdc_do_dump_e6() argument
202 len = be32dec(buf + len_off); in wdc_do_dump_e6()
267 uint64_t *log_size, int len_off) in wdc_get_dui_log_size() argument
283 hdr += len_off; in wdc_get_dui_log_size()
321 const char *suffix, uint32_t opcode, int len_off) in wdc_do_dump_dui() argument
331 wdc_get_dui_log_size(fd, opcode, data_area, &log_len, len_off); in wdc_do_dump_dui()
349 hdr_ver = ((buf[len_off] & 0xF) != 0) ? in wdc_do_dump_dui()
350 (buf[len_off]) : (le16dec(buf + len_off)); in wdc_do_dump_dui()