Searched refs:special (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/projects/musllibc/src/linux/
H A Dmount.c4 int mount(const char *special, const char *dir, const char *fstype, unsigned long flags, const void *data) argument
6 return syscall(SYS_mount, special, dir, fstype, flags, data);
9 int umount(const char *special) argument
11 return syscall(SYS_umount2, special, 0);
14 int umount2(const char *special, int flags) argument
16 return syscall(SYS_umount2, special, flags);
H A Dquotactl.c4 int quotactl(int cmd, const char *special, int id, char *addr) argument
6 return syscall(SYS_quotactl, cmd, special, id, addr);
/seL4-test-master/kernel/manual/parts/
H A Dcspace.tex115 special \obj{TCB} slot it was created in, into the designated CSpace
395 special cases involve addressing \obj{CNode} capabilities themselves
H A Dobjects.tex139 special resource instead of using the standard IPC mechanism; see
218 kernel then deposits a special \emph{reply capability} in a dedicated slot
H A Dio.tex472 treat the SMMU IRQs special, reporting the interrupt via IRQ notifications.

Completed in 48 milliseconds