Searched defs:attr (Results 1 - 25 of 48) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/src/process/
H A Dposix_spawnattr_destroy.c3 int posix_spawnattr_destroy(posix_spawnattr_t *attr) argument
H A Dposix_spawnattr_init.c3 int posix_spawnattr_init(posix_spawnattr_t *attr) argument
H A Dposix_spawnattr_getflags.c3 int posix_spawnattr_getflags(const posix_spawnattr_t *restrict attr, short *restrict flags) argument
H A Dposix_spawnattr_getpgroup.c3 int posix_spawnattr_getpgroup(const posix_spawnattr_t *restrict attr, pid_t *restrict pgrp) argument
H A Dposix_spawnattr_getsigdefault.c3 int posix_spawnattr_getsigdefault(const posix_spawnattr_t *restrict attr, sigset_t *restrict def) argument
H A Dposix_spawnattr_getsigmask.c3 int posix_spawnattr_getsigmask(const posix_spawnattr_t *restrict attr, sigset_t *restrict mask) argument
H A Dposix_spawnattr_setflags.c3 int posix_spawnattr_setflags(posix_spawnattr_t *attr, short flags) argument
H A Dposix_spawnattr_setpgroup.c3 int posix_spawnattr_setpgroup(posix_spawnattr_t *attr, pid_t pgrp) argument
H A Dposix_spawnattr_setsigdefault.c3 int posix_spawnattr_setsigdefault(posix_spawnattr_t *restrict attr, const sigset_t *restrict def) argument
H A Dposix_spawnattr_setsigmask.c3 int posix_spawnattr_setsigmask(posix_spawnattr_t *restrict attr, const sigset_t *restrict mask) argument
H A Dposix_spawnattr_sched.c5 int posix_spawnattr_getschedparam(const posix_spawnattr_t *restrict attr, argument
11 int posix_spawnattr_setschedparam(posix_spawnattr_t *restrict attr, argument
17 int posix_spawnattr_getschedpolicy(const posix_spawnattr_t *restrict attr, int *restrict policy) argument
22 int posix_spawnattr_setschedpolicy(posix_spawnattr_t *attr, int policy) argument
H A Dposix_spawnp.c11 posix_spawnp(pid_t *restrict res, const char *restrict file, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) argument
H A Dsystem.c18 posix_spawnattr_t attr; local
H A Dposix_spawn.c19 const posix_spawnattr_t *restrict attr; member in struct:args
46 const posix_spawnattr_t *restrict attr = args->attr; local
144 __posix_spawnx(pid_t *restrict res, const char *restrict path, int (*exec)(const char *, char *const *, char *const *), const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) argument
189 posix_spawn(pid_t *restrict res, const char *restrict path, const posix_spawn_file_actions_t *fa, const posix_spawnattr_t *restrict attr, char *const argv[restrict], char *const envp[restrict]) argument
[all...]
/seL4-refos-master/libs/libmuslc/src/mq/
H A Dmq_getattr.c4 int mq_getattr(mqd_t mqd, struct mq_attr *attr) argument
H A Dmq_open.c9 struct mq_attr *attr = 0; local
H A Dmq_notify.c35 pthread_attr_t attr; local
/seL4-refos-master/libs/libsel4vspace/src/arch/x86/
H A Dmapping.c17 static seL4_Error vspace_map_io(seL4_CPtr cap, seL4_CPtr iospace_root, seL4_Word vaddr, UNUSED seL4_Word attr) argument
/seL4-refos-master/projects/seL4_libs/libsel4vspace/src/arch/x86/
H A Dmapping.c17 static seL4_Error vspace_map_io(seL4_CPtr cap, seL4_CPtr iospace_root, seL4_Word vaddr, UNUSED seL4_Word attr) argument
/seL4-refos-master/libs/libsel4vspace/src/arch/arm/
H A Dmapping.c16 static seL4_Error vspace_map_io(seL4_CPtr cap, seL4_CPtr iospace_root, seL4_Word vaddr, UNUSED seL4_Word attr) argument
/seL4-refos-master/projects/seL4_libs/libsel4vspace/src/arch/arm/
H A Dmapping.c16 static seL4_Error vspace_map_io(seL4_CPtr cap, seL4_CPtr iospace_root, seL4_Word vaddr, UNUSED seL4_Word attr) argument
/seL4-refos-master/libs/libsel4vspace/include/vspace/
H A Dmapping.h25 vspace_iospace_map_page(seL4_CPtr cap, seL4_CPtr root, seL4_Word vaddr, seL4_CapRights_t rights, UNUSED seL4_Word attr) argument
62 vspace_map_obj(vspace_map_obj_t *obj, seL4_CPtr cap, seL4_CPtr vspace, seL4_Word vaddr, seL4_Word attr) argument
/seL4-refos-master/projects/seL4_libs/libsel4vspace/include/vspace/
H A Dmapping.h25 vspace_iospace_map_page(seL4_CPtr cap, seL4_CPtr root, seL4_Word vaddr, seL4_CapRights_t rights, UNUSED seL4_Word attr) argument
62 vspace_map_obj(vspace_map_obj_t *obj, seL4_CPtr cap, seL4_CPtr vspace, seL4_Word vaddr, seL4_Word attr) argument
/seL4-refos-master/libs/libsel4utils/src/
H A Dmapping.c37 seL4_ARCH_VMAttributes attr = cacheable ? seL4_ARCH_Default_VMAttributes : local
/seL4-refos-master/libs/libvterm/src/
H A Dpen.c92 static void setpenattr(VTermState *state, VTermAttr attr, VTermValueType type, VTermValue *val) argument
105 static void setpenattr_bool(VTermState *state, VTermAttr attr, int boolean) argument
111 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) argument
117 setpenattr_col(VTermState *state, VTermAttr attr, VTermColor color) argument
123 set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) argument
333 vterm_state_get_penattr(VTermState *state, VTermAttr attr, VTermValue *val) argument
[all...]

Completed in 76 milliseconds

12