Searched refs:typdatum (Results 1 – 2 of 2) sorted by relevance
298 struct type_datum *typdatum; in type_index() local300 typdatum = datum; in type_index()303 if ( typdatum->primary ) in type_index()305 if ( !typdatum->value in type_index()310 p->type_val_to_struct[typdatum->value - 1] = typdatum; in type_index()1327 struct type_datum *typdatum; in type_read() local1333 typdatum = xzalloc(struct type_datum); in type_read()1334 if ( !typdatum ) in type_read()1355 typdatum->primary = 1; in type_read()1357 typdatum->attribute = 1; in type_read()[all …]
820 struct type_datum *typdatum; in security_context_to_sid() local904 typdatum = hashtab_search(policydb.p_types.table, scontextp); in security_context_to_sid()905 if ( !typdatum || typdatum->attribute ) in security_context_to_sid()908 context.type = typdatum->value; in security_context_to_sid()1283 struct type_datum *typdatum; in convert_context() local1314 typdatum = hashtab_search(args->newp->p_types.table, in convert_context()1316 if ( !typdatum ) in convert_context()1319 c->type = typdatum->value; in convert_context()
Completed in 10 milliseconds