Home | History | Annotate | Download | only in test

Lines Matching refs:display_id

322 static void display_id(policydb_t *p, FILE *fp, uint32_t symbol_type,
338 display_id(p, fp, SYM_TYPES, i - 1, "");
350 display_id(p, fp, SYM_ROLES, rt->role - 1, "");
351 display_id(p, fp, SYM_TYPES, rt->type - 1, "");
352 display_id(p, fp, SYM_CLASSES, rt->tclass - 1, ":");
353 display_id(p, fp, SYM_ROLES, rt->new_role - 1, "");
364 display_id(p, fp, SYM_TYPES, ft->stype - 1, "");
365 display_id(p, fp, SYM_TYPES, ft->ttype - 1, "");
366 display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":");
367 display_id(p, fp, SYM_TYPES, ft->otype - 1, "");