| /src/lib/libc/compat/gen/ |
| compat_utime.c | 64 struct timeval tv[2], *tvp; local 69 tvp = NULL; 74 tvp = tv; 76 return __utimes50(path, tvp);
|
| /src/lib/libc/gen/ |
| utime.c | 52 struct timeval tv[2], *tvp; local 57 tvp = NULL; 62 tvp = tv; 64 return (utimes(path, tvp));
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| net_write.c | 57 struct timeval tv, *tvp; local 70 tvp = &tv; 72 tvp = NULL; 74 ret = select(fd + 1, NULL, &wfds, NULL, tvp);
|
| /src/sys/compat/common/ |
| vfs_syscalls_50.c | 205 struct timeval tv[2], *tvp; local 213 tvp = tv; 215 tvp = NULL; 216 return do_sys_utimes(l, vp, path, flag, tvp, UIO_SYSSPACE);
|
| /src/sys/compat/linux/common/ |
| linux_misc_notalpha.c | 218 struct timeval tv[2], *tvp; local 227 tvp = tv; 229 tvp = NULL; 232 tvp, UIO_SYSSPACE);
|
| /src/sys/miscfs/genfs/ |
| genfs_rename.c | 144 * . tvp (to vnode, or NULL), and 151 * . fdvp, fvp, tdvp, and tvp are referenced, 153 * . tdvp and tvp (if nonnull) are locked. 157 * . fdvp, fvp, tdvp, and tvp (if nonnull) are unreferenced, and 158 * . tdvp and tvp (if nonnull) are unlocked. 178 struct vnode *tvp = ap->a_tvp; local 193 KASSERT((tvp == NULL) || (VOP_ISLOCKED(tvp) == LK_EXCLUSIVE)); 214 if ((tvp != NULL) && (tvp != tdvp) 249 struct vnode *fvp = NULL, *tvp = NULL; local 554 struct vnode *fvp, *tvp; local 661 struct vnode *fvp, *tvp; local [all...] |
| layer_vnops.c | 644 struct vnode *fdvp = ap->a_fdvp, *tvp; local 647 tvp = ap->a_tvp; 648 if (tvp) { 649 if (tvp->v_mount != fdvp->v_mount) 650 tvp = NULL; 652 vref(tvp); 655 if (tvp) { 657 VTOLAYER(tvp)->layer_flags |= LAYERFS_REMOVED; 658 vrele(tvp);
|
| /src/sys/miscfs/umapfs/ |
| umap_vnops.c | 532 struct vnode *tvp; local 562 tvp = ap->a_tvp; 563 if (tvp) { 564 if (tvp->v_mount != vp->v_mount) 565 tvp = NULL; 567 vref(tvp); 570 if (tvp) { 572 VTOLAYER(tvp)->layer_flags |= LAYERFS_REMOVED; 573 vrele(tvp);
|
| /src/crypto/external/apache2/openssl/dist/demos/guide/ |
| quic-client-non-block.c | 117 struct timeval *tvp = NULL; local 140 tvp = &tv; 154 * the last parameter to "select" below. If the tvp value is greater 158 * tvp timeout has not then go and update the GUI and then restart the 162 select(width, &rfds, &wfds, NULL, tvp);
|
| quic-server-non-block.c | 230 struct timeval *tvp = NULL; local 255 tvp = &tv; 269 * the last parameter to "select" below. If the tvp value is greater 273 * tvp timeout has not then go and update the GUI and then restart the 277 select(sock + 1, &read_fd, &write_fd, NULL, tvp);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| ldap_sync.c | 663 *tvp = NULL; local 738 tvp = &tv; 745 tvp, ls->ls_sizelimit, &ls->ls_msgid ); 866 *tvp = NULL; local 881 tvp = &tv; 885 LDAP_MSG_RECEIVED, tvp, &res );
|
| /src/sys/kern/ |
| vfs_getcwd.c | 252 struct vnode *tvp = uvp; 255 vput(tvp); 338 struct vnode *tvp; local 345 tvp = lvp->v_mount->mnt_vnodecovered; 349 if (tvp == NULL) { 354 vref(tvp); 356 lvp = tvp;
|
| /src/sys/compat/linux32/common/ |
| linux32_time.c | 218 struct timeval tv[2], *tvp; local 230 tvp = tv; 232 tvp = NULL; 236 tvp, UIO_SYSSPACE);
|
| /src/sys/fs/msdosfs/ |
| msdosfs_rename.c | 79 * . tvp (to vnode, or NULL), and 86 * . fdvp, fvp, tdvp, and tvp are referenced, 88 * . tdvp and tvp (if nonnull) are locked. 92 * . fdvp, fvp, tdvp, and tvp (if nonnull) are unreferenced, and 93 * . tdvp and tvp are unlocked. 110 struct vnode *tvp = ap->a_tvp; local 125 KASSERT((tvp == NULL) || (VOP_ISLOCKED(tvp) == LK_EXCLUSIVE)); 141 if ((tvp != NULL) && (tvp != tdvp) [all...] |
| /src/sys/fs/unionfs/ |
| unionfs_subr.c | 799 struct vnode *tvp; local 863 lookuperr = VOP_LOOKUP(lvp, &tvp, &cn); 866 vput(tvp); 876 lookuperr = VOP_LOOKUP(uvp, &tvp, &cn); 879 vput(tvp);
|
| /src/sys/ufs/ext2fs/ |
| ext2fs_vnops.c | 624 struct vnode *tvp; local 638 error = ext2fs_makeinode(ap->a_vap, ap->a_dvp, &tvp, ap->a_cnp, 0); 643 ip = VTOI(tvp); 690 error = ufs_bufio(UIO_WRITE, tvp, (void *)&dirtemplate, 710 uvm_vnp_setsize(tvp, ext2fs_size(ip)); 728 vput(tvp); 730 VOP_UNLOCK(tvp); 731 *ap->a_vpp = tvp; 989 struct vnode *tvp; local 1001 error = vcache_new(dvp->v_mount, dvp, vap, cnp->cn_cred, NULL, &tvp); [all...] |
| /src/usr.sbin/lpr/lpc/ |
| cmds.c | 924 struct timeval tvp[2]; local 927 tvp[0].tv_sec = tvp[1].tv_sec = --mtime; 928 tvp[0].tv_usec = tvp[1].tv_usec = 0; 930 ret = utimes(q->q_name, tvp);
|
| /src/usr.sbin/screenblank/ |
| screenblank.c | 95 struct timespec timo_on, timo_off, *tvp, tv; local 221 tvp = &timo_on; 267 tvp = &timo_off; 273 tvp = &timo_on; 277 tv = *tvp; 402 cvt_arg(char *arg, struct timespec *tvp) 431 tvp->tv_sec = seconds; 435 tvp->tv_nsec = nanoseconds;
|
| /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/ |
| quic-hq-interop.c | 214 struct timeval *tvp = NULL; local 237 tvp = &tv; 251 * the last parameter to "select" below. If the tvp value is greater 255 * tvp timeout has not then go and update the GUI and then restart the 259 select(width, &rfds, &wfds, NULL, tvp);
|
| /src/external/bsd/libbind/dist/isc/ |
| eventlib.c | 742 struct timeval tv, *tvp; local 755 tvp = &tv; 761 tvp = NULL; 765 n = select(nfds, rfds, wfds, efds, tvp);
|
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-bind.c | 326 struct timeval tv = { 0 }, *tvp = NULL; local 330 tvp = &tv; 338 NULL, NULL, tvp, sizelimit, &res );
|
| /src/lib/libc/resolv/ |
| res_send.c | 1207 struct timeval tv, *tvp; local 1212 tvp = &tv; 1215 tvp = NULL; 1218 n = select(nfds, rfds, wfds, efds, tvp);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_osf1.c | 471 struct timeval tv, *tvp; local 475 tvp = NULL; 484 tvp = &tv; 489 return settimeofday1(tvp, false, (const void *)SCARG(uap, tzp), l, true); 496 struct timeval tv[2], *tvp; local 500 tvp = NULL; 513 tvp = tv; 517 tvp, UIO_SYSSPACE);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_50.c | 86 struct timeval **tvp) 92 *tvp = NULL; 102 *tvp = tv; 232 struct timeval tv[2], *tvp; local 234 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); 239 tvp, UIO_SYSSPACE); 301 struct timeval tv[2], *tvp; local 303 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); 311 error = do_sys_utimes(l, fp->f_vnode, NULL, 0, tvp, UIO_SYSSPACE); 537 struct timeval tv[2], *tvp; local [all...] |
| /src/sys/fs/sysvbfs/ |
| sysvbfs_vnops.c | 559 struct vnode *tvp = ap->a_tvp; local 569 (tvp && (fvp->v_mount != tvp->v_mount))) { 576 KDASSERT(tvp == NULL ? true : tvp->v_type == VREG); 591 if (tvp != NULL) { 598 /* tdvp == tvp probably can't happen with this fs, but safety first */ 599 if (tdvp == tvp) 603 if (tvp) 604 vput(tvp); [all...] |