Home | History | Annotate | Download | only in rumpkern

Lines Matching refs:tptr

1970 rump___sysimpl_utimes(const char * path, const struct timeval * tptr)
1979 SPARG(&callarg, tptr) = (const struct timeval50 *)tptr;
2474 rump___sysimpl_futimes(int fd, const struct timeval * tptr)
2483 SPARG(&callarg, tptr) = (const struct timeval50 *)tptr;
3110 rump___sysimpl_lutimes(const char * path, const struct timeval * tptr)
3119 SPARG(&callarg, tptr) = (const struct timeval50 *)tptr;
5029 rump___sysimpl_utimes50(const char * path, const struct timeval * tptr)
5038 SPARG(&callarg, tptr) = tptr;
5089 rump___sysimpl_futimes50(int fd, const struct timeval * tptr)
5098 SPARG(&callarg, tptr) = tptr;
5119 rump___sysimpl_lutimes50(const char * path, const struct timeval * tptr)
5128 SPARG(&callarg, tptr) = tptr;
6078 rump___sysimpl_utimensat(int fd, const char * path, const struct timespec * tptr, int flag)
6088 SPARG(&callarg, tptr) = tptr;
6231 rump___sysimpl_futimens(int fd, const struct timespec * tptr)
6240 SPARG(&callarg, tptr) = tptr;