Displaying 20 results from an estimated 100 matches for "reserved2".
Did you mean:
reserved
2012 Sep 27
1
[LLVMdev] CLang/LLVM SVN for today no longer works on OS X 10.7.4
...ot rwx
initprot rwx
nsects 3
flags (none)
Section
sectname __text
segname __TEXT
addr 0x0000000000000000
size 0x00000000000006b6
offset 464
align 2^4 (16)
reloff 2768
nreloc 9
type S_REGULAR
attributes PURE_INSTRUCTIONS SOME_INSTRUCTIONS
reserved1 0
reserved2 0
Section
sectname __compact_unwind
segname __LD
addr 0x00000000000006b6
size 0x00000000000000e0
offset 2182
align 2^0 (1)
reloff 2840
nreloc 7
type S_REGULAR
attributes DEBUG
reserved1 0
reserved2 0
Section
sectname __eh_frame
segname __TEXT
add...
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
...ower State Table (ACPI 5.0)
+ * Version 1
+ *
+ ******************************************************************************/
+
+#define ACPI_MPST_CHANNEL_INFO \
+ u16 reserved1; \
+ u8 channel_id; \
+ u8 reserved2; \
+ u16 power_node_count;
+
+/* Main table */
+
+struct acpi_table_mpst {
+ struct acpi_table_header header; /* Common ACPI table header */
+ ACPI_MPST_CHANNEL_INFO /* Platform Communication Channel */
+};
+
+/* Memory Platform Communication Channel Info */
+
+struct a...
2012 Sep 26
0
[LLVMdev] CLang/LLVM SVN for today no longer works on OS X 10.7.4
Hi Kent,
My guess is you are getting some new bit of info in your object files and your ranlib(1) is older and doesn't know about it. If you can send me the .o file or the output of otool(1) with the -hlv options on your object file I can take a look.
Kev
P.S. you can find out the version of ranlib(1) you have by running strings(1) on it and grep(1)'ing for the string
2012 Sep 26
3
[LLVMdev] CLang/LLVM SVN for today no longer works on OS X 10.7.4
Ran into this today -- rebuilt the SVN Trunk for this morning of
LLVM+CLANG. Now every time my builds try and make a library from .o
files, ranlib complains about 'malformed object' files.
This is with OS X 10.7.4, and the binary tools from XCode 4.4.1
ld -v
@(#)PROGRAM:ld PROJECT:ld64-127.2
llvm version 3.0svn, from Apple Clang 3.0 (build 211.12)
ranlib doesn't tell you what
2007 Apr 18
4
[RFC, PATCH 3/24] i386 Vmi interface definition
...APIVersionMinor; // Minor version of API
+ VMI_UINT8 APIVersionMajor; // Major version of API
+ VMI_UINT8 reserved0; // Reserved for expansion
+ VMI_UINT8 reserved1; // Reserved for expansion
+ VMI_UINT32 reserved2; // Reserved for expansion
+ VMI_UINT32 reserved3; // Reserved for private use
+ VMI_UINT16 pciHeaderOffset; // Offset to PCI OPROM header
+ VMI_UINT16 pnpHeaderOffset; // Offset to PnP OPROM header
+ VMI_UINT32...
2007 Apr 18
4
[RFC, PATCH 3/24] i386 Vmi interface definition
...APIVersionMinor; // Minor version of API
+ VMI_UINT8 APIVersionMajor; // Major version of API
+ VMI_UINT8 reserved0; // Reserved for expansion
+ VMI_UINT8 reserved1; // Reserved for expansion
+ VMI_UINT32 reserved2; // Reserved for expansion
+ VMI_UINT32 reserved3; // Reserved for private use
+ VMI_UINT16 pciHeaderOffset; // Offset to PCI OPROM header
+ VMI_UINT16 pnpHeaderOffset; // Offset to PnP OPROM header
+ VMI_UINT32...
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
...ower State Table (ACPI 5.0)
+ * Version 1
+ *
+ ******************************************************************************/
+
+#define ACPI_MPST_CHANNEL_INFO \
+ u16 reserved1; \
+ u8 channel_id; \
+ u8 reserved2; \
+ u16 power_node_count;
+
+/* Main table */
+
+struct acpi_table_mpst {
+ struct acpi_table_header header; /* Common ACPI table header */
+ ACPI_MPST_CHANNEL_INFO /* Platform Communication Channel */
+};
+
+/* Memory Platform Communication Channel Info */
+
+struct a...
2001 Nov 21
0
Samba can't find file, NT can
...d Count (WCT): 15
Total Parameter Count: 39
Total Data Count: 0
Max Parameter Count: 10
Max Data Count: 2432
Max Setup Count: 0
Reserved1: 0
Flags: 0x00
.... .... .... ...0 = Dont disconnect TID
.... .... .... ..0. = Two way transaction
Timeout: 0
Reserved2: 0
Parameter Count: 39
Parameter Offset: 66
Data Count: 0
Data Offset: 0
Setup Count: 1
Reserved3: 0
Setup1: 1
Byte Count (BCC): 40
Transact Name: TRANS2_FIND_FIRST2
Pad1: \000
Parameters: \026\000\006\000\000\000\004\001\000\000\000\000\MY
DOCUMENTS\TEST...
2006 Dec 29
0
using speex in C#
...urrent char */
int owner; /* Does the struct "own" the "raw" buffer
(member "chars") */
int overflow; /* Set to one if we try to read past the
valid data */
int buf_size; /* Allocated size for buffer */
int reserved1; /* Reserved for future use */
void *reserved2; /* Reserved for future use */
}
...
/* EXPORTED ENCODER METHODS */
[DllImport("libspeex.dll")]
public static extern void *speex_encoder_init_new(int modeID);
[DllImport("libspeex.dll")]
public static extern int speex_encoder_ctl(void *state, int request,
void *ptr);
/* defau...
2011 Nov 23
0
[LLVMdev] (no subject)
...le
00003034 00002fec 00002fe7 00002fd7 00002fcc
00003044 00002fc6 00002ff2
$ otool -l simple | grep selrefs -A20
sectname __objc_selrefs
segname __DATA
addr 0x00003034
size 0x00000018
offset 8244
align 2^2 (4)
reloff 0
nreloc 0
flags 0x10000005
reserved1 0
reserved2 0
Now, obviously these are where the selectors are, and sure enough when I
start walking the disass I find these addresses coming up.. but if I look
at address 0x3034 I don't see 00002fec or anything the like.., in fact,
using 0xED, I see 68300000 at offset 0x3034... so, where are the selector...
2006 Dec 28
0
using speex in C#
...within the current char
int owner; // Does the struct "own" the "raw" buffer (member "chars")
int overflow; // Set to one if we try to read past the valid data
int buf_size; // Allocated size for buffer
int reserved1; // Reserved for future use
IntPtr reserved2; // Reserved for future use
}
[DllImport("libspeex.dll")]
public static extern IntPtr speex_lib_get_mode(int mode); // Obtain one of the modes available
[DllImport("libspeex.dll")]
public static extern IntPtr speex_encoder_init(ref SpeexMode mode);
[DllImport("lib...
2004 Nov 23
0
Jumping to PXE boot from DOS
...u_int16_t (*entry32point)(u_int16_t func, void
*param);
/* 32bit stack segment API entry */
/* point. This will be sel:off. */
/* In real mode, sel == 0 */
u_int16_t (*statuscallout)(u_int16_t param);
/* Address of DHCP/TFTP status */
/* callout routine. */
u_int8_t reserved2; /* must be zero */
u_int8_t segdesccnt; /* Number of segment
descriptors in */
/* this structure. */
u_int16_t firstselector; /* First segment
descriptor in GDT */
/* assigned to PXE. */
newsegdesc_t stack;
newsegdesc_t undidata;
newsegdesc_t undicode;
newsegdesc_t...
2008 Sep 02
2
SDI support works correctly (sdi.c32)
Hi,
As I have not seen any confirmation yet on the list,
I just wanted to let you know that sdi.c32 works fine here,
at least as fine as my initial syslinux-2.11 asm patch.
I only use XPe SDI images with the following structure
(of course PART blob size can vary):
Type Offset Size Base Address Attr
---- ------------------- -------------------
2013 Aug 01
0
[PATCH V3 1/3] uapi: Convert some uses of 6 to ETH_ALEN
...e <linux/if_ether.h>
/*
* Host Device Interface (HDI) common to all busses
@@ -487,7 +487,7 @@ struct i2400m_tlv_l4_message_versions {
struct i2400m_tlv_detailed_device_info {
struct i2400m_tlv_hdr hdr;
__u8 reserved1[400];
- __u8 mac_address[6];
+ __u8 mac_address[ETH_ALEN];
__u8 reserved2[2];
} __attribute__((packed));
--
1.8.1.2.459.gbcd45b4.dirty
2013 Aug 01
0
[PATCH V3 1/3] uapi: Convert some uses of 6 to ETH_ALEN
...e <linux/if_ether.h>
/*
* Host Device Interface (HDI) common to all busses
@@ -487,7 +487,7 @@ struct i2400m_tlv_l4_message_versions {
struct i2400m_tlv_detailed_device_info {
struct i2400m_tlv_hdr hdr;
__u8 reserved1[400];
- __u8 mac_address[6];
+ __u8 mac_address[ETH_ALEN];
__u8 reserved2[2];
} __attribute__((packed));
--
1.8.1.2.459.gbcd45b4.dirty
2007 Feb 09
1
speex in C# please help
...int owner; /* Does the struct "own" the "raw" buffer(member "chars") */
public int overflow; /* Set to one if we try to read past thevalid data */
public int buf_size; /* Allocated size for buffer */
public int reserved1; /* Reserved for future use */
public void *reserved2; /* Reserved for future use */
}
[StructLayout(LayoutKind.Sequential)]
public struct SpeexMode
{
public void *mode;
public IntPtr query;
public char *modename;
public int modeid;
public int bitstream_version;
public IntPtr enc_init;
public IntPtr enc_destroy;
public IntPtr enc;
public...
2018 Nov 15
0
[PATCH v4 7/7] iommu/virtio: Add event queue
...(1 << 0)
+#define VIRTIO_IOMMU_FAULT_F_WRITE (1 << 1)
+#define VIRTIO_IOMMU_FAULT_F_EXEC (1 << 2)
+#define VIRTIO_IOMMU_FAULT_F_ADDRESS (1 << 8)
+
+struct virtio_iommu_fault {
+ __u8 reason;
+ __u8 reserved[3];
+ __le32 flags;
+ __le32 endpoint;
+ __u8 reserved2[4];
+ __le64 address;
+};
+
#endif
--
2.19.1
2013 Jul 29
1
[PATCH 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so
it's easier to find and verify where mac addresses
need to be __aligned(2)
Joe Perches (3):
uapi: Convert some uses of 6 to ETH_ALEN
include: Convert ethernet mac address declarations to use ETH_ALEN
ethernet: Convert mac address uses of 6 to ETH_ALEN
drivers/net/ethernet/8390/ax88796.c | 4 +-
2013 Jul 29
1
[PATCH 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so
it's easier to find and verify where mac addresses
need to be __aligned(2)
Joe Perches (3):
uapi: Convert some uses of 6 to ETH_ALEN
include: Convert ethernet mac address declarations to use ETH_ALEN
ethernet: Convert mac address uses of 6 to ETH_ALEN
drivers/net/ethernet/8390/ax88796.c | 4 +-
2013 Aug 01
1
[PATCH V2 0/3] networking: Use ETH_ALEN where appropriate
Convert the uses mac addresses to ETH_ALEN so
it's easier to find and verify where mac addresses
need to be __aligned(2)
Change from initial submission:
- Remove include/acpi/actbl2.h conversion
It's a file copied from outside ACPI sources
Joe Perches (3):
uapi: Convert some uses of 6 to ETH_ALEN
include: Convert ethernet mac address declarations to use ETH_ALEN
ethernet: Convert