/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);
|