Searched refs:options (Results 1 - 19 of 19) sorted by relevance

/seL4-test-master/projects/musllibc/src/process/
H A Dwaitpid.c5 pid_t waitpid(pid_t pid, int *status, int options) argument
7 return syscall_cp(SYS_wait4, pid, status, options, 0);
H A Dwaitid.c5 int waitid(idtype_t type, id_t id, siginfo_t *info, int options) argument
7 return syscall_cp(SYS_waitid, type, id, info, options, 0);
/seL4-test-master/projects/musllibc/src/linux/
H A Dwait3.c6 pid_t wait3(int *status, int options, struct rusage *usage) argument
8 return wait4(-1, status, options, usage);
H A Dwait4.c6 pid_t wait4(pid_t pid, int *status, int options, struct rusage *usage) argument
8 return syscall(SYS_wait4, pid, status, options, usage);
/seL4-test-master/tools/seL4/misc/
H A Dstyle-c.sh9 astyle --options="${0%/*}/astylerc" "$@"
/seL4-test-master/tools/nanopb/
H A Dconanfile.py13 options = { variable in class:NanoPbConan
22 del self.options.fPIC
/seL4-test-master/tools/nanopb/generator/
H A Dnanopb_generator.py90 # Integer size override options
215 self.options = enum_options
255 if not self.options.long_names:
261 if self.options.enum_to_string:
267 if not self.options.enum_to_string:
326 # Parse field options
641 # file, and it or its .options could not be found.
1118 if self.desc.options.map_entry:
1343 if not enum.options.long_names:
1358 def generate_header(self, includes, headername, options)
[all...]
/seL4-test-master/kernel/manual/tools/libsel4_tools/
H A Dbitfield_gen.py1749 {"type": TYPES[options.environment][self.base],
1769 'inline': INLINE[options.environment],
1771 'type': TYPES[options.environment][self.union_base],
1826 param_list = ["%s %s" % (TYPES[options.environment][self.base], field)
1843 f_value = "(%s)%s_%s" % (TYPES[options.environment][self.base], self.name, name)
1872 % (ASSERTS[options.environment], f_value, mask, suf, self.base_sign_extend,
1889 "inline": INLINE[options.environment],
1935 "inline": INLINE[options.environment],
1938 "type": TYPES[options.environment][ref.base],
1939 "assert": ASSERTS[options
[all...]
/seL4-test-master/kernel/libsel4/tools/
H A Dbitfield_gen.py1749 {"type": TYPES[options.environment][self.base],
1769 'inline': INLINE[options.environment],
1771 'type': TYPES[options.environment][self.union_base],
1826 param_list = ["%s %s" % (TYPES[options.environment][self.base], field)
1843 f_value = "(%s)%s_%s" % (TYPES[options.environment][self.base], self.name, name)
1872 % (ASSERTS[options.environment], f_value, mask, suf, self.base_sign_extend,
1889 "inline": INLINE[options.environment],
1935 "inline": INLINE[options.environment],
1938 "type": TYPES[options.environment][ref.base],
1939 "assert": ASSERTS[options
[all...]
/seL4-test-master/kernel/tools/
H A Dbitfield_gen.py1749 {"type": TYPES[options.environment][self.base],
1769 'inline': INLINE[options.environment],
1771 'type': TYPES[options.environment][self.union_base],
1826 param_list = ["%s %s" % (TYPES[options.environment][self.base], field)
1843 f_value = "(%s)%s_%s" % (TYPES[options.environment][self.base], self.name, name)
1872 % (ASSERTS[options.environment], f_value, mask, suf, self.base_sign_extend,
1889 "inline": INLINE[options.environment],
1935 "inline": INLINE[options.environment],
1938 "type": TYPES[options.environment][ref.base],
1939 "assert": ASSERTS[options
[all...]
/seL4-test-master/tools/nanopb/extra/
H A Dnanopb.mk35 %.pb.c %.pb.h: %.proto $(wildcard %.options)
/seL4-test-master/projects/musllibc/include/
H A Dresolv.h29 unsigned long options; member in struct:__res_state
/seL4-test-master/
H A Dgriddle307 # Now that we've parsed the CMakefile, we know what options we can accept.
400 The file "$EASY_KNOBS" defines no basic configuration options for this project.
596 die "internal error while processing options"
/seL4-test-master/tools/seL4/cmake-tool/
H A Dgriddle307 # Now that we've parsed the CMakefile, we know what options we can accept.
400 The file "$EASY_KNOBS" defines no basic configuration options for this project.
596 die "internal error while processing options"
/seL4-test-master/projects/musllibc/
H A Dconfigure10 Defaults for the options are specified in brackets.
34 --enable-visibility use global visibility options to optimize PIC [auto]
248 # Figure out options to force errors on unknown flags.
374 # Check for options to disable stack protector, which needs to be
381 # Check for options that may be needed to prevent the compiler from
467 # unstrippable. These options force them back to debug sections (and
489 # Some build environments pass -march and -mtune options via CC, so
/seL4-test-master/tools/riscv-pk/scripts/
H A Dconfig.guess1106 if test -f /usr/options/cb.name; then
1107 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/seL4-test-master/kernel/manual/parts/
H A Dvspace.tex50 API allows users more flexible policy options. For example, a process that has delegated a page
H A Dthreads.tex150 must be bounded. Developers have two options to configure the size of the replenishment list:
/seL4-test-master/tools/riscv-pk/
H A Dconfigure700 # Initialize some variables set by options.
705 # The variables have the same names as the options, with
722 # Installation directory options.
766 # Accept the important Cygnus configure options, so we can diagnose typos.
1126 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1127 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1245 # Omit some internal or obsolete options to make the list less imposing.
1255 Defaults for the options are specified in brackets.
1259 --help=short display options specific to this package
1279 For better control, use the options belo
[all...]

Completed in 119 milliseconds