Home
last modified time | relevance | path

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

/linux/drivers/firewire/
A Dcore-transaction.c36 #define HEADER_TLABEL(tlabel) ((tlabel) << 10) argument
224 HEADER_TLABEL(tlabel) | in fw_fill_request()
274 int tlabel; in allocate_tlabel() local
278 tlabel = (tlabel + 1) & 0x3f; in allocate_tlabel()
286 return tlabel; in allocate_tlabel()
343 int tlabel; in fw_send_request() local
353 if (tlabel < 0) { in fw_send_request()
360 t->tlabel = tlabel; in fw_send_request()
683 HEADER_TLABEL(tlabel) | in fw_fill_response()
951 if (t->node_id == source && t->tlabel == tlabel) { in fw_core_handle_response()
[all …]
/linux/tools/firewire/
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()
A Dnosy-dump.h84 uint32_t tlabel:6; member
166 int request_node, response_node, tlabel; member
/linux/security/apparmor/include/
A Dfile.h161 const char *target, struct aa_label *tlabel, kuid_t ouid,
/linux/security/apparmor/
A Dfile.c94 const char *target, struct aa_label *tlabel, in aa_audit_file() argument
104 aad(&sa)->peer = tlabel; in aa_audit_file()
/linux/include/linux/
A Dfirewire.h318 int tlabel; member

Completed in 19 milliseconds