Searched refs:perm (Results 1 - 17 of 17) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dfclose.c10 int perm; local
16 if (!(perm = f->flags & F_PERM)) {
28 if (!perm) free(f);
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dfile.c346 umode_t mask, perm; local
358 perm = *mode_ptr & ~(S_IFMT | mask);
366 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO)))
369 if ((perm & S_IWUGO) && ((perm & S_IWUGO) != (S_IWUGO & ~mask)))
372 if ((perm & S_IWUGO) != (S_IWUGO & ~mask))
376 *mode_ptr &= S_IFMT | perm;
/seL4-camkes-master/projects/camkes-tool/camkes/runner/
H A DContext.py105 perm='RWX', cached=True, label=entity.parent.label(), with_mapping_caps=None:
108 frame_size, paddr, perm, cached, label, with_mapping_caps)),
462 frame_size=None, paddr=None, perm='RWX', cached=True, label=None, with_mapping_caps=None):
483 perm, cached: page mapping options. These are only applied to the
507 read = 'R' in perm
508 write = 'W' in perm
509 grant = 'X' in perm
/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_md5.c261 static const unsigned char perm[][3] = { local
264 (md[perm[i][0]]<<16)|(md[perm[i][1]]<<8)|md[perm[i][2]], 4);
H A Dcrypt_sha256.c298 static const unsigned char perm[][3] = { local
302 (md[perm[i][0]]<<16)|(md[perm[i][1]]<<8)|md[perm[i][2]], 4);
H A Dcrypt_sha512.c321 static const unsigned char perm[][3] = { local
328 (md[perm[i][0]]<<16)|(md[perm[i][1]]<<8)|md[perm[i][2]], 4);
/seL4-camkes-master/tools/rumprun/platform/xen/xen/include/mini-os/
H A Dxenbus.h98 char *xenbus_set_perms(xenbus_transaction_t xbt, const char *path, domid_t dom, char perm);
/seL4-camkes-master/projects/camkes-tool/camkes/templates/
H A Dmacros.py144 perm = configuration[instance_name].get('%s_access' % interface_name)
145 if not perm:
146 perm = "RWXP"
147 elif not re.match('^R?W?X?P?$', perm):
150 return perm
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/
H A DMakefile.in187 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
557 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596 || find "$(distdir)" -type d ! -perm -755 \
598 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
599 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
600 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/seL4-camkes-master/tools/rumprun/tests/configure/
H A DMakefile.in185 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
551 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
565 || find "$(distdir)" -type d ! -perm -755 \
567 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
568 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
569 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/doc/
H A DMakefile.in298 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
302 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/suites/
H A DMakefile.in447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A DMakefile.in551 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
555 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/bin/
H A DMakefile.in433 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/seL4-camkes-master/tools/rumprun/platform/xen/xen/xenbus/
H A Dxenbus.c750 char *xenbus_set_perms(xenbus_transaction_t xbt, const char *path, domid_t dom, char perm) argument
759 bmk_snprintf(value, PERM_MAX_SIZE, "%c%hu", perm, dom);
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/suites/api/
H A DMakefile.in580 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
584 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/
H A DMakefile.in820 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
824 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \

Completed in 66 milliseconds