search for: fsblkcnt_t

Displaying 6 results from an estimated 6 matches for "fsblkcnt_t".

Did you mean: blkcnt_t
2006 Jun 08
7
Wrong reported free space over NFS
NFS server (b39): bash-3.00# zfs get quota nfs-s5-s8/d5201 nfs-s5-p0/d5110 NAME PROPERTY VALUE SOURCE nfs-s5-p0/d5110 quota 600G local nfs-s5-s8/d5201 quota 600G local bash-3.00# bash-3.00# df -h | egrep "d5201|d5110" nfs-s5-p0/d5110 600G 527G 73G 88% /nfs-s5-p0/d5110
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...t types in sys/socket.h... no checking for u_int64_t types... no checking for u_int64_t type in sys/bitypes.h... no checking for uintXX_t types... no checking for uintXX_t types in stdint.h... yes checking for u_char... yes checking for socklen_t... yes checking for sig_atomic_t... yes checking for fsblkcnt_t... yes checking for fsfilcnt_t... yes checking for in_addr_t... yes checking for in_port_t... yes checking for size_t... yes checking for ssize_t... yes checking for clock_t... yes checking for sa_family_t... yes checking for pid_t... yes checking for mode_t... yes checking for struct sockaddr_stor...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...nt... no checking for sched_setaffinity... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for long long... yes checking for fsblkcnt_t... yes checking for fsfilcnt_t... yes checking for sigset_t... yes checking for request_sense... no checking for struct xinpgen... yes checking for struct ff_effect.direction... no checking for sigaddset... yes checking whether we can use re-entrant gethostbyname_r Linux style... no checking for st...
2006 May 18
2
Problems compiling Wine
...for wait4... yes checking for waitpid... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for long long... yes checking for fsblkcnt_t... yes checking for fsfilcnt_t... yes checking for sigset_t... yes checking for request_sense... no checking for struct ff_effect.direction... yes checking for sigaddset... yes checking whether we can use re-entrant gethostbyname_r Linux style... yes checking whether linux/joystick.h uses the Linux...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...unsigned int __useconds_t; typedef long int __suseconds_t; typedef int __daddr_t; typedef long int __swblk_t; typedef int __key_t; typedef int __clockid_t; typedef void * __timer_t; typedef long int __blksize_t; typedef long int __blkcnt_t; typedef long int __blkcnt64_t; typedef unsigned long int __fsblkcnt_t; typedef unsigned long int __fsblkcnt64_t; typedef unsigned long int __fsfilcnt_t; typedef unsigned long int __fsfilcnt64_t; typedef long int __ssize_t; typedef __off64_t __loff_t; typedef __quad_t *__qaddr_t; typedef char *__caddr_t; typedef long int __intptr_t; typedef unsigned int __socklen_t;...