Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.h473 bool is_mandatory);
H A Decore_dbg_fw_funcs.c5398 bool is_mandatory) in ecore_dbg_bus_add_constraint() argument
5404 … data_val, data_mask, compare_frame, frame_bit, cycle_offset, dword_offset_in_cycle, is_mandatory); in ecore_dbg_bus_add_constraint()
5464 is_mandatory ? 1 : 0); in ecore_dbg_bus_add_constraint()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c2066 ff2format(char *ff, int is_mandatory) in ff2format() argument
2069 if (ff == NULL && is_mandatory) { in ff2format()