Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dcore-transaction.c36 #define HEADER_TLABEL(tlabel) ((tlabel) << 10) argument
253 HEADER_TLABEL(tlabel) | in fw_fill_request()
303 int tlabel; in allocate_tlabel() local
307 tlabel = (tlabel + 1) & 0x3f; in allocate_tlabel()
315 return tlabel; in allocate_tlabel()
375 int tlabel; in __fw_send_request() local
385 if (tlabel < 0) { in __fw_send_request()
404 t->tlabel = tlabel; in __fw_send_request()
742 HEADER_TLABEL(tlabel) | in fw_fill_response()
1037 if (iter->node_id == source && iter->tlabel == tlabel) { in fw_core_handle_response()
[all …]
/openbmc/linux/tools/firewire/
H A Dnosy-dump.c160 link_transaction_lookup(int request_node, int response_node, int tlabel) in link_transaction_lookup() argument
167 t->tlabel == tlabel) in link_transaction_lookup()
176 t->tlabel = tlabel; in link_transaction_lookup()
489 p->common.tlabel); in handle_request_packet()
507 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_request_packet()
554 p->common.tlabel); in handle_response_packet()
573 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_response_packet()
H A Dnosy-dump.h84 uint32_t tlabel:6; member
166 int request_node, response_node, tlabel; member
/openbmc/linux/security/apparmor/include/
H A Dfile.h114 const char *target, struct aa_label *tlabel, kuid_t ouid,
/openbmc/linux/security/apparmor/
H A Dfile.c97 const char *target, struct aa_label *tlabel, in aa_audit_file() argument
107 ad.peer = tlabel; in aa_audit_file()
/openbmc/linux/include/linux/
H A Dfirewire.h319 int tlabel; member