Searched refs:tptr (Results 51 - 62 of 62) sorted by relevance

123

/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1298 if (uap->tptr != NULL) {
1299 error = copyin(uap->tptr, s32, sizeof(s32));
1319 if (uap->tptr != NULL) {
1320 error = copyin(uap->tptr, s32, sizeof(s32));
1340 if (uap->tptr != NULL) {
1341 error = copyin(uap->tptr, s32, sizeof(s32));
H A Dfreebsd32_proto.h125 char tptr_l_[PADL_(struct timeval32 *)]; struct timeval32 * tptr; char tptr_r_[PADR_(struct timeval32 *)]; member in struct:freebsd32_utimes_args
184 char tptr_l_[PADL_(struct timeval32 *)]; struct timeval32 * tptr; char tptr_r_[PADR_(struct timeval32 *)]; member in struct:freebsd32_futimes_args
250 char tptr_l_[PADL_(struct timeval32 *)]; struct timeval32 * tptr; char tptr_r_[PADR_(struct timeval32 *)]; member in struct:freebsd32_lutimes_args
H A Dfreebsd32_systrace_args.c809 uarg[1] = (intptr_t) p->tptr; /* struct timeval32 * */
1032 uarg[1] = (intptr_t) p->tptr; /* struct timeval32 * */
1350 uarg[1] = (intptr_t) p->tptr; /* struct timeval32 * */
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_misc.c806 if (args->tptr != NULL) {
807 if ((error = copyin(args->tptr, ltv, sizeof ltv))) {
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_proto.h295 char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)]; member in struct:svr4_sys_utimes_args
/freebsd-9.3-release/sys/dev/isp/
H A Disp.c4318 uint16_t *tptr; local
4513 tptr = &reqp->req_time;
4557 tptr = &t7->req_time;
4594 *tptr = XS_TIME(xs) / 1000;
4595 if (*tptr == 0 && XS_TIME(xs)) {
4596 *tptr = 1;
4598 if (IS_24XX(isp) && *tptr > 0x1999) {
4599 *tptr = 0x1999;
/freebsd-9.3-release/sys/kern/
H A Dsystrace_args.c806 uarg[1] = (intptr_t) p->tptr; /* struct timeval * */
1125 uarg[1] = (intptr_t) p->tptr; /* struct timeval * */
1449 uarg[1] = (intptr_t) p->tptr; /* struct timeval * */
/freebsd-9.3-release/sys/sys/
H A Dsysproto.h465 char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)]; member in struct:utimes_args
643 char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)]; member in struct:futimes_args
782 char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)]; member in struct:lutimes_args
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_systrace_args.c1875 uarg[1] = (intptr_t) p->tptr; /* struct l_timeval * */
H A Dlinux_proto.h837 char tptr_l_[PADL_(struct l_timeval *)]; struct l_timeval * tptr; char tptr_r_[PADR_(struct l_timeval *)]; member in struct:linux_utimes_args
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1810 uarg[1] = (intptr_t) p->tptr; /* struct l_timeval * */
H A Dlinux32_proto.h832 char tptr_l_[PADL_(struct l_timeval *)]; struct l_timeval * tptr; char tptr_r_[PADR_(struct l_timeval *)]; member in struct:linux_utimes_args

Completed in 195 milliseconds

123