Searched defs:is_delete (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dgroup.c37 int tomoyo_write_group(char *data, const bool is_delete, const u8 type) argument
H A Dmount.c263 tomoyo_write_mount(char *data, struct tomoyo_domain_info *domain, const bool is_delete) argument
H A Ddomain.c31 tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, bool is_delete, struct list_head *list, bool (*check_duplicate) (const struct tomoyo_acl_head *, const struct tomoyo_acl_head *)) argument
75 tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, bool is_delete, struct tomoyo_domain_info *domain, bool (*check_duplicate) (const struct tomoyo_acl_info *, const struct tomoyo_acl_info *), bool (*merge_duplicate) (struct tomoyo_acl_info *, struct tomoyo_acl_info *, const bool)) argument
175 tomoyo_update_transition_control_entry(const char *domainname, const char *program, const u8 type, const bool is_delete) argument
218 tomoyo_write_transition_control(char *data, const bool is_delete, const u8 type) argument
311 tomoyo_update_aggregator_entry(const char *original_name, const char *aggregated_name, const bool is_delete) argument
345 tomoyo_write_aggregator(char *data, const bool is_delete) argument
[all...]
H A Dfile.c344 int tomoyo_write_globally_readable(char *data, const bool is_delete) argument
289 tomoyo_update_globally_readable_entry(const char *filename, const bool is_delete) argument
366 tomoyo_update_file_pattern_entry(const char *pattern, const bool is_delete) argument
427 tomoyo_write_pattern(char *data, const bool is_delete) argument
450 tomoyo_update_no_rewrite_entry(const char *pattern, const bool is_delete) argument
505 tomoyo_write_no_rewrite(char *data, const bool is_delete) argument
572 tomoyo_merge_path_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
609 tomoyo_update_path_acl(const u8 type, const char *filename, struct tomoyo_domain_info * const domain, const bool is_delete) argument
643 tomoyo_merge_mkdev_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
675 tomoyo_update_mkdev_acl(const u8 type, const char *filename, char *mode, char *major, char *minor, struct tomoyo_domain_info * const domain, const bool is_delete) argument
711 tomoyo_merge_path2_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
740 tomoyo_update_path2_acl(const u8 type, const char *filename1, const char *filename2, struct tomoyo_domain_info * const domain, const bool is_delete) argument
824 tomoyo_merge_path_number_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
852 tomoyo_update_path_number_acl(const u8 type, const char *filename, char *number, struct tomoyo_domain_info * const domain, const bool is_delete) argument
1141 tomoyo_write_file(char *data, struct tomoyo_domain_info *domain, const bool is_delete) argument
[all...]
H A Dcommon.c639 bool is_delete = tomoyo_str_starts(&data, TOMOYO_KEYWORD_DELETE); local
842 bool is_delete local
603 tomoyo_update_manager_entry(const char *manager, const bool is_delete) argument
821 tomoyo_write_domain2(char *data, struct tomoyo_domain_info *domain, const bool is_delete) argument
1224 bool is_delete = tomoyo_str_starts(&data, TOMOYO_KEYWORD_DELETE); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_kprobe.c884 int is_return = 0, is_delete = 0; local

Completed in 200 milliseconds