Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/decode/
Dcffdec.h78 const char * pktname(unsigned opc);
Dcffdec.c788 pktname(unsigned opc) in pktname() function
2634 const char *name = pktname(opc); in get_type3_op()
2717 const char *name = pktname(val); in dump_commands()
2735 const char *name = pktname(val); in dump_commands()
Dcrashdec.c474 const char *name = pktname(opc); in dump_cp_sqe_stat()
/external/mdnsresponder/mDNSCore/
DuDNS.c2208 const domainname *pktname = &answer->rdata->u.name; in FoundStaticHostname() local
2219 if (AddRecord && answer->rdlength != 0 && !SameDomainName(pktname, storedname)) in FoundStaticHostname()
2221 AssignDomainName(storedname, pktname); in FoundStaticHostname()
2237 else if (!AddRecord && SameDomainName(pktname, storedname)) in FoundStaticHostname()