Home | History | Annotate | Download | only in tools

Lines Matching refs:attrDef

520 	struct attrib_def *attrDef = NULL;
530 attrDef = &attrib_names[i];
534 if ((attrDef == NULL) && (service->service != NULL) &&
540 attrDef = &svc_attribs[i];
545 if (attrDef)
546 printf("Attribute Identifier : 0x%x - %s\n", attrId, attrDef->name);
551 context.attrib = attrDef;