Searched refs:v (Results 1 – 7 of 7) sorted by relevance
/security/keys/ |
D | proc.c | 25 static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos); 26 static void proc_keys_stop(struct seq_file *p, void *v); 27 static int proc_keys_show(struct seq_file *m, void *v); 46 static void *proc_key_users_next(struct seq_file *p, void *v, loff_t *_pos); 47 static void proc_key_users_stop(struct seq_file *p, void *v); 48 static int proc_key_users_show(struct seq_file *m, void *v); 117 static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos) in proc_keys_next() argument 120 return rb_next((struct rb_node *) v); in proc_keys_next() 124 static void proc_keys_stop(struct seq_file *p, void *v) in proc_keys_stop() argument 129 static int proc_keys_show(struct seq_file *m, void *v) in proc_keys_show() argument [all …]
|
/security/smack/ |
D | smackfs.c | 141 static void *load_seq_next(struct seq_file *s, void *v, loff_t *pos) in load_seq_next() argument 143 struct smk_list_entry *skp = ((struct smk_list_entry *) v)->smk_next; in load_seq_next() 151 static int load_seq_show(struct seq_file *s, void *v) in load_seq_show() argument 153 struct smk_list_entry *slp = (struct smk_list_entry *) v; in load_seq_show() 177 static void load_seq_stop(struct seq_file *s, void *v) in load_seq_stop() argument 439 static void *cipso_seq_next(struct seq_file *s, void *v, loff_t *pos) in cipso_seq_next() argument 441 struct smack_known *skp = ((struct smack_known *) v)->smk_next; in cipso_seq_next() 459 static int cipso_seq_show(struct seq_file *s, void *v) in cipso_seq_show() argument 461 struct smack_known *skp = (struct smack_known *) v; in cipso_seq_show() 489 static void cipso_seq_stop(struct seq_file *s, void *v) in cipso_seq_stop() argument [all …]
|
/security/selinux/ss/ |
D | policydb.h | 155 } v; member
|
D | policydb.c | 1939 c->v.behavior = le32_to_cpu(buf[0]); in policydb_read() 1940 if (c->v.behavior > SECURITY_FS_USE_NONE) in policydb_read() 2049 newc->v.sclass = le32_to_cpu(buf[0]); in policydb_read() 2055 (!c->v.sclass || !newc->v.sclass || in policydb_read() 2056 newc->v.sclass == c->v.sclass)) { in policydb_read()
|
D | services.c | 2073 if ((!c->v.sclass || sclass == c->v.sclass) && in security_genfs_sid() 2122 *behavior = c->v.behavior; in security_fs_use()
|
/security/selinux/ |
D | selinuxfs.c | 1231 static void *sel_avc_stats_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sel_avc_stats_seq_next() argument 1236 static int sel_avc_stats_seq_show(struct seq_file *seq, void *v) in sel_avc_stats_seq_show() argument 1238 struct avc_cache_stats *st = v; in sel_avc_stats_seq_show() 1240 if (v == SEQ_START_TOKEN) in sel_avc_stats_seq_show() 1250 static void sel_avc_stats_seq_stop(struct seq_file *seq, void *v) in sel_avc_stats_seq_stop() argument
|
D | avc.c | 36 #define S_(c, v, s) { c, v, s }, argument
|