Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_debug_tools.h483 u8 start_entry /* index of the first entry to check */; member
538 u8 start_entry /* index of the first checked entry */; member
H A Decore_dbg_fw_funcs.c4182 reg_hdr->start_entry = reg->start_entry; in ecore_idle_chk_dump_failure()
4184 …r->data, DBG_IDLE_CHK_RESULT_REG_HDR_IS_MEM, reg->num_entries > 1 || reg->start_entry > 0 ? 1 : 0); in ecore_idle_chk_dump_failure()
4318 if (reg->num_entries > 1 || reg->start_entry > 0) { in ecore_idle_chk_dump_rule_entries()
4320 addr += (reg->start_entry + entry_id) * padded_entry_size; in ecore_idle_chk_dump_rule_entries()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_debug_tools.h483 u8 start_entry /* index of the first entry to check */; member
538 u8 start_entry /* index of the first checked entry */; member
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c165 static int start_entry(char **, char *, int *);
654 if (start_entry(&sp, token, &f)) { in C_entries()
694 start_entry(char **lp, char *token, int *f) function