Searched refs:tag_code (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/advansys/
H A Dadvlib.c782 scsiq->q2.tag_code &=
784 scsiq->q2.tag_code |= (ADV_TAG_FLAG_DISABLE_ASYN_USE_SYN_FIX
797 scsiq->q2.tag_code |= ADV_TAG_FLAG_EXTRA_BYTES;
980 u_int8_t tag_code; local
998 tag_code = adv_read_lram_8(adv,
1000 tag_code &=
1005 tag_code |= (ADV_TAG_FLAG_DISABLE_DISCONNECT
1009 tag_code);
H A Dadvansys.c508 scsiq.q2.tag_code = csio->tag_action;
510 scsiq.q2.tag_code = 0;
907 * firmware try and second guess the tag_code settins.
H A Dadvlib.h619 u_int8_t tag_code; /* member in struct:adv_scsiq_2
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c10130 check_elaborated_type_specifier (enum tag_types tag_code,
10152 type, tag_name (tag_code));
10164 && tag_code != typename_type)
10166 error ("using typedef-name %qD after %qs", decl, tag_name (tag_code));
10172 && tag_code != enum_type
10173 && tag_code != typename_type)
10175 error ("%qT referred to as %qs", type, tag_name (tag_code));
10180 && tag_code == enum_type)
10198 tag_name (tag_code),
10212 lookup_and_check_tag (enum tag_types tag_code, tre
10113 check_elaborated_type_specifier(enum tag_types tag_code, tree decl, bool allow_template_p) argument
10195 lookup_and_check_tag(enum tag_types tag_code, tree name, tag_scope scope, bool template_header_p) argument
10282 xref_tag(enum tag_types tag_code, tree name, tag_scope scope, bool template_header_p) argument
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c2230 u_int8_t tag_code; local
2242 tag_code = 0;
2244 tag_code = 1;
2318 if ((softc->flags & ADA_FLAG_CAN_NCQ) && tag_code) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c3001 uint8_t tag_code; local
3042 tag_code = MSG_ORDERED_Q_TAG;
3044 tag_code = MSG_SIMPLE_Q_TAG;
3070 /*tag_action*/tag_code,
3104 /*tag_action*/tag_code,

Completed in 221 milliseconds