Lines Matching refs:htog

549     tgt->st_dev = TheISA::htog(tgt->st_dev);
551 tgt->st_ino = TheISA::htog(tgt->st_ino);
558 tgt->st_mode = TheISA::htog(tgt->st_mode);
560 tgt->st_nlink = TheISA::htog(tgt->st_nlink);
562 tgt->st_uid = TheISA::htog(tgt->st_uid);
564 tgt->st_gid = TheISA::htog(tgt->st_gid);
569 tgt->st_rdev = TheISA::htog(tgt->st_rdev);
571 tgt->st_size = TheISA::htog(tgt->st_size);
573 tgt->st_atimeX = TheISA::htog(tgt->st_atimeX);
575 tgt->st_mtimeX = TheISA::htog(tgt->st_mtimeX);
577 tgt->st_ctimeX = TheISA::htog(tgt->st_ctimeX);
581 tgt->st_blksize = TheISA::htog(tgt->st_blksize);
583 tgt->st_blocks = TheISA::htog(tgt->st_blocks);
597 tgt->st_atime_nsec = TheISA::htog(tgt->st_atime_nsec);
599 tgt->st_mtime_nsec = TheISA::htog(tgt->st_mtime_nsec);
601 tgt->st_ctime_nsec = TheISA::htog(tgt->st_ctime_nsec);
639 tgt->f_type = TheISA::htog(host->f_type);
641 tgt->f_bsize = TheISA::htog(host->f_iosize);
643 tgt->f_bsize = TheISA::htog(host->f_bsize);
645 tgt->f_blocks = TheISA::htog(host->f_blocks);
646 tgt->f_bfree = TheISA::htog(host->f_bfree);
647 tgt->f_bavail = TheISA::htog(host->f_bavail);
648 tgt->f_files = TheISA::htog(host->f_files);
649 tgt->f_ffree = TheISA::htog(host->f_ffree);
652 tgt->f_namelen = TheISA::htog(host->f_namemax);
653 tgt->f_frsize = TheISA::htog(host->f_bsize);
658 tgt->f_namelen = TheISA::htog(host->f_namelen);
659 tgt->f_frsize = TheISA::htog(host->f_frsize);
1689 prox.writeBlob(TheISA::htog(tiov[i].iov_base),
1968 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
1969 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
1975 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
1976 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
1981 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
1982 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
2018 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
2019 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
2024 rlp->rlim_cur = TheISA::htog(rlp->rlim_cur);
2025 rlp->rlim_max = TheISA::htog(rlp->rlim_max);
2049 tp->tv_sec = TheISA::htog(tp->tv_sec);
2050 tp->tv_nsec = TheISA::htog(tp->tv_nsec);
2086 tp->tv_sec = TheISA::htog(tp->tv_sec);
2087 tp->tv_usec = TheISA::htog(tp->tv_usec);
2254 rup->ru_utime.tv_sec = TheISA::htog(rup->ru_utime.tv_sec);
2255 rup->ru_utime.tv_usec = TheISA::htog(rup->ru_utime.tv_usec);
2291 bufp->tms_utime = TheISA::htog(bufp->tms_utime);
2314 t = TheISA::htog(t);