linux.hh (11414:cfad34a15729) linux.hh (11759:deaf82fd2e7c)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 53 unchanged lines hidden (view full) ---

62 uint64_t st_atime_nsec;
63 uint64_t st_mtimeX;
64 uint64_t st_mtime_nsec;
65 uint64_t st_ctimeX;
66 uint64_t st_ctime_nsec;
67 int64_t unused0[3];
68 } tgt_stat64;
69
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 53 unchanged lines hidden (view full) ---

62 uint64_t st_atime_nsec;
63 uint64_t st_mtimeX;
64 uint64_t st_mtime_nsec;
65 uint64_t st_ctimeX;
66 uint64_t st_ctime_nsec;
67 int64_t unused0[3];
68 } tgt_stat64;
69
70 typedef struct {
71 long val[2];
72 } tgt_fsid;
73
74 typedef struct {
75 long f_type;
76 long f_bsize;
77 long f_blocks;
78 long f_bfree;
79 long f_bavail;
80 long f_files;
81 long f_ffree;
82 tgt_fsid f_fsid;
83 long f_namelen;
84 long f_frsize;
85 long f_spare[5];
86 } tgt_statfs;
87
70 static const int TGT_SIGHUP = 0x000001;
71 static const int TGT_SIGINT = 0x000002;
72 static const int TGT_SIGQUIT = 0x000003;
73 static const int TGT_SIGILL = 0x000004;
74 static const int TGT_SIGTRAP = 0x000005;
75 static const int TGT_SIGABRT = 0x000006;
76 static const int TGT_SIGIOT = 0x000006;
77 static const int TGT_SIGBUS = 0x000007;

--- 215 unchanged lines hidden ---
88 static const int TGT_SIGHUP = 0x000001;
89 static const int TGT_SIGINT = 0x000002;
90 static const int TGT_SIGQUIT = 0x000003;
91 static const int TGT_SIGILL = 0x000004;
92 static const int TGT_SIGTRAP = 0x000005;
93 static const int TGT_SIGABRT = 0x000006;
94 static const int TGT_SIGIOT = 0x000006;
95 static const int TGT_SIGBUS = 0x000007;

--- 215 unchanged lines hidden ---