Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py179 tag_name, tag_msg = expand_tag_strings(data_repo, tagname,
191 data_repo.run_cmd(['tag', '-a', '-m', tag_msg, tag_name, commit])
/openbmc/linux/drivers/scsi/
H A Da100u2w.h164 u8 tag_msg; /*23 Tag Message */ member
H A Da100u2w.c780 if (scb->tag_msg == 0) { in inia100_abort_cmd()
896 scb->tag_msg = SIMPLE_QUEUE_TAG; /* Do simple tag only */ in inia100_build_scb()
898 scb->tag_msg = 0; /* No tag support */ in inia100_build_scb()
/openbmc/linux/net/ceph/
H A Dmessenger_v1.c16 static char tag_msg = CEPH_MSGR_TAG_MSG; variable
224 con_out_kvec_add(con, sizeof (tag_msg), &tag_msg); in prepare_write_message()