| /f-stack/tools/libutil/ |
| H A D | login_ok.c | 224 struct tm *tptr; in auth_timeok() local 229 if ((tptr = localtime(&t)) != NULL) { in auth_timeok() 233 if (lt != NULL && in_ltms(lt, tptr, NULL) == -1) in auth_timeok() 238 if (lt != NULL && in_ltms(lt, tptr, NULL) != -1) in auth_timeok()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aes_amd64.S | 310 #define tptr %rbp /* table pointer */ macro 324 #define tab_0(x) (tptr,x,8) 325 #define tab_1(x) 3(tptr,x,8) 326 #define tab_2(x) 2(tptr,x,8) 327 #define tab_3(x) 1(tptr,x,8) 328 #define tab_f(x) 1(tptr,x,8) 329 #define tab_i(x) 7(tptr,x,8) 385 add $2048, tptr; \ 563 add $2048, tptr; \ 735 lea enc_tab(%rip), tptr [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 149 int kern_futimes(struct thread *td, int fd, struct timeval *tptr, 151 int kern_futimens(struct thread *td, int fd, struct timespec *tptr, 191 struct timeval *tptr, enum uio_seg tptrseg); 330 enum uio_seg pathseg, struct timeval *tptr, enum uio_seg tptrseg); 332 enum uio_seg pathseg, struct timespec *tptr, enum uio_seg tptrseg,
|
| H A D | sysproto.h | 458 …char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)… member 579 …char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)… member 723 …char tptr_l_[PADL_(struct timeval *)]; struct timeval * tptr; char tptr_r_[PADR_(struct timeval *)… member
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_htable.c | 1099 ipf_iphmfindgroup(softc, tptr, aptr) in ipf_iphmfindgroup() argument 1101 void *tptr, *aptr; 1109 iph = tptr; 1134 ipf_iphmfindip(softc, tptr, ipversion, aptr, bytes) in ipf_iphmfindip() argument 1136 void *tptr, *aptr; 1145 if (tptr == NULL || aptr == NULL) 1148 iph = tptr;
|
| H A D | ip_pool.c | 761 ipf_pool_search(softc, tptr, ipversion, dptr, bytes) in ipf_pool_search() argument 763 void *tptr; 775 ipo = tptr;
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 3164 struct timeval *tptr; member 3172 uap->tptr, UIO_USERSPACE)); in sys_utimes() 3198 if ((error = getutimes(tptr, tptrseg, ts)) != 0) in kern_utimesat() 3206 error = setutimes(td, nd.ni_vp, ts, 2, tptr == NULL); in kern_utimesat() 3217 struct timeval *tptr; member 3230 struct timeval *tptr, enum uio_seg tptrseg) in kern_lutimes() argument 3236 if ((error = getutimes(tptr, tptrseg, ts)) != 0) in kern_lutimes() 3242 error = setutimes(td, nd.ni_vp, ts, 2, tptr == NULL); in kern_lutimes() 3253 struct timeval *tptr; member 3272 error = getutimes(tptr, tptrseg, ts); in kern_futimes() [all …]
|
| H A D | systrace_args.c | 785 uarg[1] = (intptr_t) p->tptr; /* struct timeval * */ in systrace_args() 1007 uarg[1] = (intptr_t) p->tptr; /* struct timeval * */ in systrace_args() 1335 uarg[1] = (intptr_t) p->tptr; /* struct timeval * */ in systrace_args()
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_systrace_args.c | 1664 uarg[1] = (intptr_t) p->tptr; /* struct l_timeval * */ in systrace_args()
|
| H A D | linux_proto.h | 751 …char tptr_l_[PADL_(struct l_timeval *)]; struct l_timeval * tptr; char tptr_r_[PADR_(struct l_time… member
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_systrace_args.c | 1786 uarg[1] = (intptr_t) p->tptr; /* struct l_timeval * */ in systrace_args()
|
| H A D | linux_proto.h | 831 …char tptr_l_[PADL_(struct l_timeval *)]; struct l_timeval * tptr; char tptr_r_[PADR_(struct l_time… member
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 1897 uarg[1] = (intptr_t) p->tptr; /* struct l_timeval * */ in systrace_args()
|
| H A D | linux32_proto.h | 895 …char tptr_l_[PADL_(struct l_timeval *)]; struct l_timeval * tptr; char tptr_r_[PADR_(struct l_time… member
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_systrace_args.c | 1942 uarg[1] = (intptr_t) p->tptr; /* struct l_timeval * */ in systrace_args()
|
| H A D | linux_proto.h | 894 …char tptr_l_[PADL_(struct l_timeval *)]; struct l_timeval * tptr; char tptr_r_[PADR_(struct l_time… member
|