HomeSort by: relevance | last modified time | path
    Searched defs:rump___sysimpl_fchflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 746 int rump___sysimpl_fchflags(int, u_long);
748 rump___sysimpl_fchflags(int fd, u_long flags) function in typeref:typename:int
770 __weak_alias(fchflags,rump___sysimpl_fchflags);
771 __weak_alias(_fchflags,rump___sysimpl_fchflags);
772 __strong_alias(_sys_fchflags,rump___sysimpl_fchflags);
rump_syscalls.c 746 int rump___sysimpl_fchflags(int, u_long);
748 rump___sysimpl_fchflags(int fd, u_long flags) function in typeref:typename:int
770 __weak_alias(fchflags,rump___sysimpl_fchflags);
771 __weak_alias(_fchflags,rump___sysimpl_fchflags);
772 __strong_alias(_sys_fchflags,rump___sysimpl_fchflags);

Completed in 58 milliseconds