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

123

/freebsd-10.0-release/sys/dev/isp/
H A Disp.c4319 uint16_t *tptr; local
4514 tptr = &reqp->req_time;
4558 tptr = &t7->req_time;
4595 *tptr = XS_TIME(xs) / 1000;
4596 if (*tptr == 0 && XS_TIME(xs)) {
4597 *tptr = 1;
4599 if (IS_24XX(isp) && *tptr > 0x1999) {
4600 *tptr = 0x1999;
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c809 uarg[1] = (intptr_t) p->tptr; /* struct timeval32 * */
1032 uarg[1] = (intptr_t) p->tptr; /* struct timeval32 * */
1371 uarg[1] = (intptr_t) p->tptr; /* struct timeval32 * */
/freebsd-10.0-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 * */
1470 uarg[1] = (intptr_t) p->tptr; /* struct timeval * */
/freebsd-10.0-release/sys/sys/
H A Dsysproto.h466 char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)]; member in struct:utimes_args
644 char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)]; member in struct:futimes_args
792 char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)]; member in struct:lutimes_args
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_proto.h831 char tptr_l_[PADL_(struct l_timeval *)]; struct l_timeval * tptr; char tptr_r_[PADR_(struct l_timeval *)]; member in struct:linux_utimes_args
H A Dlinux32_systrace_args.c1807 uarg[1] = (intptr_t) p->tptr; /* struct l_timeval * */
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_proto.h836 char tptr_l_[PADL_(struct l_timeval *)]; struct l_timeval * tptr; char tptr_r_[PADR_(struct l_timeval *)]; member in struct:linux_utimes_args
H A Dlinux_systrace_args.c1872 uarg[1] = (intptr_t) p->tptr; /* struct l_timeval * */

Completed in 318 milliseconds

123