/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-transaction.c | 36 #define HEADER_TLABEL(tlabel) ((tlabel) << 10) 87 card->tlabel_mask &= ~(1ULL << iter->tlabel); in close_transaction() 140 card->tlabel_mask &= ~(1ULL << t->tlabel); in split_transaction_timeout_callback() 199 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() argument 225 HEADER_TLABEL(tlabel) | in fw_fill_request() 275 int tlabel; in allocate_tlabel() local 277 tlabel = card->current_tlabel; in allocate_tlabel() 278 while (card->tlabel_mask & (1ULL << tlabel)) { in allocate_tlabel() 279 tlabel in allocate_tlabel() 344 int tlabel; fw_send_request() local 674 int tcode, tlabel, extended_tcode, source, destination; fw_fill_response() local 943 int tcode, tlabel, source, rcode; fw_core_handle_response() local [all...] |
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-transaction.c | 36 #define HEADER_TLABEL(tlabel) ((tlabel) << 10) 87 card->tlabel_mask &= ~(1ULL << iter->tlabel); in close_transaction() 157 card->tlabel_mask &= ~(1ULL << t->tlabel); in split_transaction_timeout_callback() 227 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() argument 253 HEADER_TLABEL(tlabel) | in fw_fill_request() 303 int tlabel; in allocate_tlabel() local 305 tlabel = card->current_tlabel; in allocate_tlabel() 306 while (card->tlabel_mask & (1ULL << tlabel)) { in allocate_tlabel() 307 tlabel in allocate_tlabel() 375 int tlabel; __fw_send_request() local 732 int tcode, tlabel, extended_tcode, source, destination; fw_fill_response() local 1028 int tcode, tlabel, source, rcode; fw_core_handle_response() local [all...] |
/kernel/linux/linux-5.10/tools/firewire/ |
H A D | nosy-dump.c | 160 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 ! in handle_response_packet() [all...] |
H A D | nosy-dump.h | 84 uint32_t tlabel:6; member 166 int request_node, response_node, tlabel; member
|
/kernel/linux/linux-6.6/tools/firewire/ |
H A D | nosy-dump.c | 160 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 ! in handle_response_packet() [all...] |
H A D | nosy-dump.h | 84 uint32_t tlabel:6; member 166 int request_node, response_node, tlabel; member
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | file.h | 114 const char *target, struct aa_label *tlabel, kuid_t ouid,
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | file.h | 161 const char *target, struct aa_label *tlabel, kuid_t ouid,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | file.c | 83 * @tlabel: target label (MAY BE NULL) 92 const char *target, struct aa_label *tlabel, in aa_audit_file() 102 aad(&sa)->peer = tlabel; in aa_audit_file() 90 aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, const char *target, struct aa_label *tlabel, kuid_t ouid, const char *info, int error) aa_audit_file() argument
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | file.c | 87 * @tlabel: target label (MAY BE NULL) 97 const char *target, struct aa_label *tlabel, in aa_audit_file() 107 ad.peer = tlabel; in aa_audit_file() 94 aa_audit_file(const struct cred *subj_cred, struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, const char *target, struct aa_label *tlabel, kuid_t ouid, const char *info, int error) aa_audit_file() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | firewire.h | 318 int tlabel; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | firewire.h | 319 int tlabel; member
|