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.c1102 int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len) in str_read() function
1144 rc = str_read(&key, GFP_KERNEL, fp, len); in perm_read()
1183 rc = str_read(&key, GFP_KERNEL, fp, len); in common_read()
1349 rc = str_read(&key, GFP_KERNEL, fp, len); in class_read()
1354 rc = str_read(&cladatum->comkey, GFP_KERNEL, fp, len2); in class_read()
1443 rc = str_read(&key, GFP_KERNEL, fp, len); in role_read()
1510 rc = str_read(&key, GFP_KERNEL, fp, len); in type_read()
1574 rc = str_read(&key, GFP_KERNEL, fp, len); in user_read()
1619 rc = str_read(&key, GFP_KERNEL, fp, len); in sens_read()
1656 rc = str_read(&key, GFP_KERNEL, fp, len); in cat_read()
[all …]
H A Dpolicydb.h391 extern int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len);
H A Dconditional.c234 rc = str_read(&key, GFP_KERNEL, fp, len); in cond_read_bool()