HomeSort by relevance Sort by last modified time
    Searched defs:longlong_t (Results 1 - 2 of 2) sorted by null

  /netvirt/usr/src/ucbhead/sys/
types.h 113 typedef long long longlong_t; typedef
117 typedef int64_t longlong_t; typedef
124 } longlong_t; typedef in typeref:union:__anon3953
184 typedef longlong_t off_t; /* offsets within files */
185 typedef longlong_t blkcnt_t; /* count of file blocks */
205 typedef longlong_t off64_t; /* ?<offset> type */
206 typedef longlong_t blkcnt64_t; /* counts file blocks */
221 typedef longlong_t offset_t;
223 typedef longlong_t diskaddr_t;
  /netvirt/usr/src/uts/common/sys/
types.h 70 typedef long long longlong_t; typedef
77 } longlong_t; typedef in typeref:union:__anon6372
145 typedef longlong_t off_t; /* offsets within files */
152 typedef longlong_t off64_t; /* offsets within files */
165 typedef longlong_t blkcnt_t; /* count of file blocks */
178 typedef longlong_t blkcnt64_t; /* count of file blocks */
233 typedef longlong_t offset_t;
268 longlong_t _f; /* Full 64 bit disk address value */
278 longlong_t _f; /* Full 64 bit disk address value */

Completed in 360 milliseconds