HomeSort by relevance Sort by last modified time
    Searched defs:tvp (Results 1 - 25 of 43) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/brand/lx/lx_brand/common/
poll_select.c 59 struct timeval tv, *tvp = NULL; local
65 nfds, rfdsp, wfdsp, efdsp, tvp);
91 tvp = &tv;
98 r = select_large_fdset(nfds, rfdsp, wfdsp, efdsp, tvp);
100 r = select(nfds, rfdsp, wfdsp, efdsp, tvp);
104 if (tvp != NULL) {
  /onnv/onnv-gate/usr/src/cmd/mms/lm/common/
lm_io.c 259 timespec_t *tvp; local
300 timespec_t *tvp; local
305 tvp = &tv;
308 &ele->lmpl_rsp_mutex, tvp);
371 tvp = &tv;
373 &ele->lmpl_rsp_mutex, tvp)) == ETIMEDOUT) {
393 tvp = &tv;
395 &ele->lmpl_rsp_mutex, tvp)) == ETIMEDOUT) {
lm.c 584 struct timeval *tvp; local
609 tvp = &tv;
613 tvp);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
result.c 275 struct timeval tv, *tvp; local
335 tvp = NULL;
338 tvp = &tv;
370 rc = nsldapi_iostatus_poll( ld, tvp );
461 if ( rc == -2 && tvp != NULL ) {
    [all...]
os-ip.c 1544 struct timeval tv, *tvp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/mms/mms/common/
mms_api.c 469 struct timeval *tvp; local
500 tvp = &tv;
502 rc = select(sp->mms_conn.mms_fd + 1, &fdset, NULL, NULL, tvp);
    [all...]
mms_client.c 575 timespec_t *tvp; local
652 tvp = &tv;
654 &sp->mms_cnt_mutex, tvp)) != 0) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/lofs/
lofs_vnops.c 304 vnode_t *vp = NULL, *tvp = NULL, *nonlovp; local
392 error = VFS_ROOT(vfsp, &tvp);
398 if ((tvp == li->li_rootvp) && (vp == realvp(tvp))) {
409 *vpp = tvp;
435 VN_RELE(tvp);
506 tvp = vp;
509 VN_RELE(tvp);
590 error = VFS_ROOT(realdvp->v_vfsp, &tvp);
594 * tvp now contains the rootvp of the vfs of th
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv_ns.c 803 vnode_t *tvp, *nextvp; local
805 tvp = vp;
807 if (! (tvp->v_flag & VROOT))
811 vfs_lock_wait(tvp->v_vfsp);
813 if ((nextvp = tvp->v_vfsp->vfs_vnodecovered) == NULL) {
814 vfs_unlock(tvp->v_vfsp);
820 * rele tvp, any number of overlays could be unmounted.
822 * tvp's vfs to be unmounted. Of course if caller placed
828 vfs_unlock(tvp->v_vfsp);
829 VN_RELE(tvp);
    [all...]
nfs4_rnode.c 1909 vnode_t *tvp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
eventlib.c 740 struct timeval tv, *tvp; local
753 tvp = &tv;
759 tvp = NULL;
763 n = select(nfds, rfds, wfds, efds, tvp);
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
result.c 232 struct timeval tv, *tvp; local
247 tvp = NULL;
250 tvp = &tv;
273 rc = do_ldap_select( ld, tvp );
328 if ( rc == -2 && tvp != NULL ) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/
res_send.c 1102 struct timeval tv, *tvp; local
1107 tvp = &tv;
1110 tvp = NULL;
1113 n = select(nfds, rfds, wfds, efds, tvp);
  /onnv/onnv-gate/usr/src/uts/common/fs/
lookup.c 222 vnode_t *tvp; /* addressable temp ptr */ local
379 error = VOP_LOOKUP(vp, component, &tvp, pnp, lookup_flags,
397 error = VOP_LOOKUP(vp, component, &tvp, pnp, lookup_flags,
400 cvp = tvp;
445 tvp = cvp;
446 if ((error = traverse(&tvp)) != 0) {
455 cvp = tvp;
458 cvp = tvp;
688 vnode_t *tvp; local
740 error = VFS_ROOT(vfsp, &tvp);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
server.c 780 struct timeval tvp[2]; local
1015 tvp[0].tv_sec = stb.st_atime; /* old atime from target */
1016 tvp[0].tv_usec = 0;
1017 tvp[1].tv_sec = mtime;
1018 tvp[1].tv_usec = 0;
1019 if (utimes(new, tvp) < 0) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_display.c 78 struct timeval *tvp; local
88 tvp = &hdrp->sbh_timestamp;
90 ptv = *tvp;
99 tm = localtime(&tvp->tv_sec);
103 pi_time_usec = tvp->tv_usec;
113 show_pktinfo(flags, num, src_name, dst_name, &ptv, tvp, drops,
124 ptv = *tvp;
  /onnv/onnv-gate/usr/src/uts/common/fs/portfs/
port_fop.c 1351 vnode_t *tvp, *tdvp; local
1543 vnode_t *tvp = NULL, *tdvp = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/vm/
vm_swap.c 1369 struct vnode *tvp = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mms/dm/common/
dm.c 1264 timespec_t *tvp; local
1338 tvp = NULL;
1344 rc = pselect(nfds, &fdset, NULL, NULL, tvp, &old_mask);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/sshd/
serverloop.c 256 struct timeval tv, *tvp; local
334 tvp = NULL;
338 tvp = &tv;
342 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_vnops.c 1178 vnode_t *tvp local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
fmdump.c 202 struct timeval *tvp = malloc(sizeof (struct timeval)); local
207 if (tvp == NULL) {
279 tvp->tv_sec = nsec / NANOSEC;
280 tvp->tv_usec = (nsec % NANOSEC) / (NANOSEC / MICROSEC);
282 if (tvp->tv_sec > tod.tv_sec) {
288 tvp->tv_sec = tod.tv_sec - tvp->tv_sec;
316 tvp->tv_sec = mktime(&tm);
317 tvp->tv_usec = 0;
319 if (tvp->tv_sec == -1L && errno != 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_mbuf_marshaling.c 501 timestruc_t *tvp; local
558 tvp = va_arg(ap, timestruc_t *);
559 nt_time = smb_time_unix_to_nt(tvp);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/
cachefs_ioctl.c 2148 vnode_t *tvp = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/impl/
scsi_subr.c 1366 char *tvp; \/* tuple vid\/pid *\/ local
    [all...]

Completed in 899 milliseconds

1 2