HomeSort by: relevance | last modified time | path
    Searched defs:u_quad_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
types.h 112 typedef uint64_t u_quad_t; /* quads */ typedef in typeref:typename:uint64_t
  /src/tools/compat/
compat_defs.h 1000 #define UQUAD_MAX ((u_quad_t)-1)
1391 #define u_quad_t unsigned long long macro
1399 u_quad_t strtouq(const char *, char **, int);
  /src/sys/coda/
coda.h 77 typedef unsigned __int64 u_quad_t; typedef in typeref:typename:unsigned __int64
79 typedef unsigned long long u_quad_t; typedef in typeref:typename:unsigned long long
90 typedef unsigned long long u_quad_t; typedef in typeref:typename:unsigned long long
96 #define cdev_t u_quad_t
100 typedef unsigned long long u_quad_t; typedef in typeref:typename:unsigned long long
103 typedef unsigned long long u_quad_t; typedef in typeref:typename:unsigned long long
113 typedef unsigned long long u_quad_t; typedef in typeref:typename:unsigned long long
286 u_quad_t va_size; /* file size in bytes */
294 u_quad_t va_bytes; /* bytes of disk space held by file */
295 u_quad_t va_filerev; /* file modification number *
    [all...]

Completed in 13 milliseconds