Sha256: 45d84173dcbd2907582680e2aa57031e9b66eefd710874bebaa11d404362f4a8
Contents?: true
Size: 669 Bytes
Versions: 6
Compression:
Stored size: 669 Bytes
Contents
/* * Copyright 2015 IBM * Author: Jan Willeke <willeke@linux.vnet.com.com> */ #ifndef _ARCH_S390_H #define _ARCH_S390_H #include <inttypes.h> #include "arch.h" #include "db.h" #include "system.h" #define s390_arg_count_max 6 extern const struct arch_def arch_def_s390; #define s390_arg_offset(x) (offsetof(struct seccomp_data, args[x])) int s390_syscall_resolve_name(const char *name); const char *s390_syscall_resolve_num(int num); const char *s390_syscall_iterate_name(unsigned int spot); int s390_syscall_rewrite(int *syscall); int s390_rule_add(struct db_filter_col *col, struct db_filter *db, bool strict, struct db_api_rule_list *rule); #endif
Version data entries
6 entries across 6 versions & 1 rubygems