Home
last modified time | relevance | path

Searched refs:str_read (Results 1 – 3 of 3) sorted by relevance

/linux/security/selinux/ss/
H A Dpolicydb.c1131 int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len) in perm_read()
1179 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read()
1226 rc = str_read(&key, GFP_KERNEL, fp, len); in type_set_read()
1405 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read()
1410 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read()
1544 rc = str_read(&key, GFP_KERNEL, fp, len); in mls_read_level()
1611 rc = str_read(&key, GFP_KERNEL, fp, len); in sens_read()
1675 rc = str_read(&key, GFP_KERNEL, fp, len);
1724 rc = str_read(&key, GFP_KERNEL, fp, len); in role_bounds_sanity_check()
1767 rc = str_read( in type_bounds_sanity_check()
1102 int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len) str_read() function
[all...]
H A Dpolicydb.h414 extern int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len);
H A Dconditional.c229 rc = str_read(&key, GFP_KERNEL, fp, len); in cond_read_bool()