Home
last modified time | relevance | path

Searched defs:_sysmount (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/vi/
H A Dsyscall.c658 void _sysmount(void) { Bprint(bioout, "No system call %s\n", sysctab[reg.r[REGRET]]); exits(0);} in _sysmount() function
/plan9/sys/src/cmd/qi/
H A Dsyscall.c666 void _sysmount(void) { Bprint(bioout, "No system call %s\n", sysctab[reg.r[REGRET]]); exits(0);} in _sysmount() function
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Dsysfile.c725 _sysmount(int fd, int afd, char *new, int flag, char *spec) in _sysmount() function