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

/linux-master/drivers/firewire/
H A Dcore-transaction.c36 #define HEADER_TLABEL(tlabel) ((tlabel) << 10)
87 card->tlabel_mask &= ~(1ULL << iter->tlabel);
157 card->tlabel_mask &= ~(1ULL << t->tlabel);
227 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, argument
253 HEADER_TLABEL(tlabel) |
303 int tlabel; local
305 tlabel = card->current_tlabel;
306 while (card->tlabel_mask & (1ULL << tlabel)) {
307 tlabel
375 int tlabel; local
732 int tcode, tlabel, extended_tcode, source, destination; local
1028 int tcode, tlabel, source, rcode; local
[all...]
/linux-master/tools/firewire/
H A Dnosy-dump.h84 uint32_t tlabel:6; member in struct:link_packet::__anon14856::__anon14857
166 int request_node, response_node, tlabel; member in struct:link_transaction
H A Dnosy-dump.c160 link_transaction_lookup(int request_node, int response_node, int tlabel) argument
167 t->tlabel == tlabel)
176 t->tlabel = tlabel;
489 p->common.tlabel);
507 prev->packet.common.tlabel != sa->packet.common.tlabel) {
554 p->common.tlabel);
573 prev->packet.common.tlabel !
[all...]
/linux-master/security/apparmor/include/
H A Dfile.h77 const char *target, struct aa_label *tlabel, kuid_t ouid,
/linux-master/security/apparmor/
H A Dfile.c87 * @tlabel: target label (MAY BE NULL)
97 const char *target, struct aa_label *tlabel,
107 ad.peer = tlabel;
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) argument
/linux-master/include/linux/
H A Dfirewire.h319 int tlabel; member in struct:fw_transaction

Completed in 143 milliseconds