Displaying 10 results from an estimated 10 matches for "data64".
Did you mean:
data4
2007 Mar 18
1
Choppy sound with chan_capi + Fritz Card USB
...= 0x13a
Info = 0x0
DATA_B3_REQ ID=002 #0x0143 LEN=0030
Controller/PLCI/NCCI = 0x10101
Data32 = 0x8168df4
DataLength = 0xa0
DataHandle = 0x13a
Flags = 0x0
Data64 = 0x0
DATA_B3_REQ ID=002 #0x0144 LEN=0030
Controller/PLCI/NCCI = 0x10101
Data32 = 0x81688b4
DataLength = 0xa0
DataHandle = 0x13b
Flags = 0x0
Data64...
2015 Jun 22
2
[RFC PATCH 5/8] nv50: prevent NULL pointer dereference with pipe_query functions
...STATE_ENDED;
>
> switch (q->type) {
> @@ -294,9 +303,12 @@ nv50_query_result(struct pipe_context *pipe, struct pipe_query *pq,
> uint64_t *res64 = (uint64_t *)result;
> uint32_t *res32 = (uint32_t *)result;
> boolean *res8 = (boolean *)result;
> - uint64_t *data64 = (uint64_t *)q->data;
> + uint64_t *data64;
> int i;
>
> + if (!pq)
> + return FALSE;
> +
> if (q->state != NV50_QUERY_STATE_READY)
> nv50_query_update(q);
>
> @@ -314,6 +326,7 @@ nv50_query_result(struct pipe_context *pipe, struct pipe_q...
2005 Jul 15
2
Strange problem with SIP and CAPI
...contr1/010xxxxxx]/80 answered SIP/200-837b
-- DATA_B3_IND ID=003 #0x8122 LEN=0030
Controller/PLCI/NCCI = 0x10101
Data32 = 0xb79f39fe
DataLength = 0xa0
DataHandle = 0x0
Flags = 0x0
Data64 = 0x0
.............
> sent DATA_B3_RESP (NCCI=0x10101)
-- DATA_B3_IND ID=003 #0x8143 LEN=0030
Controller/PLCI/NCCI = 0x10101
Data32 = 0xb79f39fe
DataLength = 0xa0
DataHandle...
2007 Jul 24
0
Diva Server BRI hangs up after about 25 seconds
...TA_B3_IND (len=160)
fr.datalen=160 fr.subclass=8
DATA_B3_REQ ID=001 #0x04e1 LEN=0030
Controller/PLCI/NCCI = 0x10201
Data32 = 0x816d494
DataLength = 0xa0
DataHandle = 0x4d9
Flags = 0x0
Data64 = 0x0
DATA_B3_CONF ID=001 #0x04e1 LEN=0016
Controller/PLCI/NCCI = 0x10201
DataHandle = 0x4d9
Info = 0x0
DATA_B3_IND ID=001 #0x04ed LEN=0022
Controller/PLCI/NCCI = 0x10201
Data32...
2003 Aug 07
3
Dell Perc-3/Di problem with linux cli management tool
...tions AAC_COMPAT_LINUX" in the kernel config and dmesg shows:
aac0: <Dell PERC 3/Di> mem 0xf0000000-0xf7ffffff irq 16 at device 8.1 on pci4
aac0: i960RX 100MHz, 118MB cache memory, optional battery present
aac0: Kernel 2.7-1, Build 3170, S/N 6841d3
aac0: Supported
Options=75c<WCACHE,DATA64,HOSTTIME,WINDOW4GB,SOFTERR,NORECOND,SGMAP64>
[ .. ]
aacd0: <RAID 1 (Mirror)> on aac0
aacd0: 34712MB (71091456 sectors)
Mounting root from ufs:/dev/aacd0s2a
.. but it also shows:
linux: 'ioctl' fd=4, cmd=0x2008 (' ',8) not implemented
The more recent version (contai...
2006 Sep 13
2
recursive methods for concatenating sets of files
...im("t (60).txt", quote="", as.is=TRUE)
data61 <-read.delim("t (61).txt", quote="", as.is=TRUE)
data62 <-read.delim("t (62).txt", quote="", as.is=TRUE)
data63 <-read.delim("t (63).txt", quote="", as.is=TRUE)
data64 <-read.delim("t (64).txt", quote="", as.is=TRUE)
data65 <-read.delim("t (65).txt", quote="", as.is=TRUE)
data66 <-read.delim("t (66).txt", quote="", as.is=TRUE)
data67 <-read.delim("t (67).txt", quote="",...
2006 Jan 13
2
PrimuX Cards with chan_capi-cm
...rd_primux_2_1/017129478262-2 answered SIP/10-dec7
DATA_B3_IND ID=001 #0x8004 LEN=0022
Controller/PLCI/NCCI = 0x10101
Data32 = 0xb75131b8
DataLength = 0xa0
DataHandle = 0x0
Flags = 0x0
Data64 = 0xaaababababaa2aab
pbx*CLI>
Disconnected from Asterisk server
Executing last minute cleanups
-------------- next part --------------
CONNECT_IND ID=001 #0x8000 LEN=0044
Controller/PLCI/NCCI = 0x101
CIPValue = 0x1
CalledPartyNum...
2003 Nov 01
1
CPU1 never used despite HTT?
...pci5: <unknown card> (vendor=0x9005, dev=0x00c5) at 6.1 irq 17
aac0: <Dell PERC 3/Di> mem 0xf0000000-0xf7ffffff irq 16 at device 8.1 on pci4
aac0: i960RX 100MHz, 118MB cache memory, optional battery present
aac0: Kernel 2.7-1, Build 3170, S/N bc10d3
aac0: Supported Options=75c<WCACHE,DATA64,HOSTTIME,WINDOW4GB,SOFTERR,NORECOND,SGMAP64>
pcib5: <ServerWorks host to PCI bridge(unknown chipset)> on motherboard
pci6: <PCI bus> on pcib5
pcib6: <ServerWorks host to PCI bridge(unknown chipset)> on motherboard
pci7: <PCI bus> on pcib6
pcib7: <ServerWorks host to PC...
2015 Jun 22
12
[RFC PATCH 0/8] nv50: expose global performance counters
Hello there,
This series exposes NVIDIA's global performance counters for Tesla through the
Gallium's HUD and the GL_AMD_performance_monitor extension.
This adds support for 24 hardware events which have been reverse engineered
with PerfKit (Windows) and CUPTI (Linux). These hardware events will allow
developers to profile OpenGL applications.
To reduce latency and to improve accuracy,
2003 Sep 29
2
4.9-RC and bge
Recent SUP.
Installed on Dell PowerEdge 4600.
Getting tons of:
Sep 30 12:23:16 zige /kernel: bge0: gigabit link up
Sep 30 12:23:46 zige last message repeated 98 times
Also getting some TCP retransmits. This causes noticable delays in
pretty much everything I do now. Not a problem prior to the SUP.
I was on 4.8-STABLE before.
When pulling/replacing cables, it went into a mode where it would