Displaying 20 results from an estimated 26 matches for "0x005c".
Did you mean:
0x0050
2003 Aug 29
1
RC2: Compile errors Solaris 8 (cc) and suggested fix
...- 0x0041,
- 0x0042,
- 0x0043,
- 0x0044,
- 0x0045,
- 0x0046,
- 0x0047,
- 0x0048,
- 0x0049,
- 0x004A,
- 0x004B,
- 0x004C,
- 0x004D,
- 0x004E,
- 0x004F,
- 0x0050,
- 0x0051,
- 0x0052,
- 0x0053,
- 0x0054,
- 0x0055,
- 0x0056,
- 0x0057,
- 0x0058,
- 0x0059,
- 0x005A,
- 0x005B,
- 0x005C,
- 0x005D,
- 0x005E,
- 0x005F,
- 0x0060,
- 0x0061,
- 0x0062,
- 0x0063,
- 0x0064,
- 0x0065,
- 0x0066,
- 0x0067,
- 0x0068,
- 0x0069,
- 0x006A,
- 0x006B,
- 0x006C,
- 0x006D,
- 0x006E,
- 0x006F,
- 0x0070,
- 0x0071,
- 0x0072,
- 0x0073,
- 0x0074,
- 0x0075,
- 0x0076,
- 0x0077,
-...
2014 Jan 22
1
Dovecot on Solaris 10 Segmentation Fault
...8, 2340, 48118, 2e, 48110, e) + 6c
0001635c ???????? (0, 0, 47800, 335c4, 80000000, 40000000)
0001924c test_run (fffd3268, 2cc00, ffbff94c, 2380, 2000, 47e94) + 6c
00016008 _start (0, 0, 0, 0, 0, 0) + 108
% dbx test-http-url /var/core/core.test-http-url.28884
(dbx) examine
0xff122d5c: strlen+0x005c: 0x98132101
(dbx) regs
current frame: [1]
g0-g1 0x00000000 0x00000000 0x00000000 0x0004a638
g2-g3 0x00000000 0x0004a3bc 0x00000000 0x0004a3b8
g4-g5 0x00000000 0x0004a3c8 0x00000000 0x00000270
g6-g7 0x00000000 0x00000000 0x00000000 0xff272a00
o0-o1 0x00000000 0x00000000 0x0000...
2002 Aug 27
1
use of ttydrv
Hello,
I try to use a ttydrv driver so I edited a wine config file and modify this line :
"GraphicsDriver" = "ttydrv"
but when start a dos application wine display this message :
x11drv: Can't open display:
Thanks for your responses.
---
Arnaud Duhamel - SOLINUX
arnaud.duhamel@solinux.fr
http://www.solinux.fr
1, rue Joliot Curie
80200 Flamicourt
T?l :
2020 Sep 15
0
[PATCH RFC v1 07/18] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
...DDRESS_SPACE_EX 0x0013
> #define HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST_EX 0x0014
> #define HVCALL_SEND_IPI_EX 0x0015
> +#define HVCALL_GET_PARTITION_ID 0x0046
> #define HVCALL_GET_VP_REGISTERS 0x0050
> #define HVCALL_SET_VP_REGISTERS 0x0051
> #define HVCALL_POST_MESSAGE 0x005c
> @@ -407,6 +408,11 @@ struct hv_tlb_flush_ex {
> u64 gva_list[];
> } __packed;
>
> +/* HvGetPartitionId hypercall (output only) */
> +struct hv_get_partition_id {
> + u64 partition_id;
> +} __packed;
> +
> /* HvRetargetDeviceInterrupt hypercall */
> union hv...
2020 Sep 15
0
[PATCH RFC v1 09/18] x86/hyperv: provide a bunch of helper functions
...#define HVCALL_SEND_IPI_EX 0x0015
> #define HVCALL_GET_PARTITION_ID 0x0046
> +#define HVCALL_DEPOSIT_MEMORY 0x0048
> +#define HVCALL_CREATE_VP 0x004e
> #define HVCALL_GET_VP_REGISTERS 0x0050
> #define HVCALL_SET_VP_REGISTERS 0x0051
> #define HVCALL_POST_MESSAGE 0x005c
> @@ -149,6 +151,7 @@ struct ms_hyperv_tsc_page {
> #define HVCALL_POST_DEBUG_DATA 0x0069
> #define HVCALL_RETRIEVE_DEBUG_DATA 0x006a
> #define HVCALL_RESET_DEBUG_SESSION 0x006b
> +#define HVCALL_ADD_LOGICAL_PROCESSOR 0x0076
> #define HVCALL_RETARGET_INTERRUPT 0x007e
>...
2010 Apr 11
1
[PATCH 2/2] drm/nv04: Implement missing nv04 PGRAPH methods in software.
...v01 chroma */
+ { 0x0057, false, NULL }, /* nv04 chroma */
+ { 0x0058, false, NULL }, /* surf_dst */
+ { 0x0059, false, NULL }, /* surf_src */
+ { 0x005a, false, NULL }, /* surf_color */
+ { 0x005b, false, NULL }, /* surf_zeta */
+ { 0x001c, false, nv04_graph_mthds_nv01_shape }, /* nv01 line */
+ { 0x005c, false, nv04_graph_mthds_nv04_shape }, /* nv04 line */
+ { 0x001d, false, nv04_graph_mthds_nv01_shape }, /* nv01 tri */
+ { 0x005d, false, nv04_graph_mthds_nv04_shape }, /* nv04 tri */
+ { 0x001e, false, nv04_graph_mthds_nv01_shape }, /* nv01 rect */
+ { 0x005e, false, nv04_graph_mthds_nv04_shape }...
2010 Apr 11
1
[PATCH 1/2] drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
---
drivers/gpu/drm/nouveau/nv04_fbcon.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nv04_fbcon.c b/drivers/gpu/drm/nouveau/nv04_fbcon.c
index 813b25c..7cf9287 100644
--- a/drivers/gpu/drm/nouveau/nv04_fbcon.c
+++ b/drivers/gpu/drm/nouveau/nv04_fbcon.c
@@ -236,7 +236,7 @@
2015 Apr 17
2
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...response: accepted!
cli_rpc_pipe_open_noauth: opened pipe \lsarpc to machine
serverDC1001.dan2003.sample.domain.com and bound anonymously.
lsa_OpenPolicy: struct lsa_OpenPolicy
in: struct lsa_OpenPolicy
system_name : *
system_name : 0x005c (92)
attr : *
attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attributes...
2015 Apr 17
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...ipe_open_noauth: opened pipe \lsarpc to machine
> serverDC1001.dan2003.sample.domain.com and bound anonymously.
> lsa_OpenPolicy: struct lsa_OpenPolicy
> in: struct lsa_OpenPolicy
> system_name : *
> system_name : 0x005c (92)
> attr : *
> attr: struct lsa_ObjectAttribute
> len : 0x00000018 (24)
> root_dir : NULL
> object_name : NULL
>...
2016 Jul 10
0
Debian Jessie joining AD as member fails with "The object name is not found."
...eck_bind_response: accepted!
cli_rpc_pipe_open_noauth: opened pipe lsarpc to machine domain-controller.domain.local and bound anonymously.
lsa_OpenPolicy: struct lsa_OpenPolicy
in: struct lsa_OpenPolicy
system_name : *
system_name : 0x005c (92)
attr : *
attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attributes...
2016 Jul 18
3
Debian Jessie joining AD as member fails with "The object name is not found."
...eck_bind_response: accepted!
cli_rpc_pipe_open_noauth: opened pipe lsarpc to machine domain-controller.domain.local and bound anonymously.
lsa_OpenPolicy: struct lsa_OpenPolicy
in: struct lsa_OpenPolicy
system_name : *
system_name : 0x005c (92)
attr : *
attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attributes ...
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
...044 */
+ __s16 icpua; /* 0x0046 */
+ __u32 ictl; /* 0x0048 */
+ __u32 eca; /* 0x004c */
+ __u8 icptcode; /* 0x0050 */
+ __u8 reserved51; /* 0x0051 */
+ __u16 ihcpu; /* 0x0052 */
+ __u8 reserved54[2]; /* 0x0054 */
+ __u16 ipa; /* 0x0056 */
+ __u32 ipb; /* 0x0058 */
+ __u32 scaoh; /* 0x005c */
+ __u8 reserved60; /* 0x0060 */
+ __u8 ecb; /* 0x0061 */
+ __u8 reserved62[2]; /* 0x0062 */
+ __u32 scaol; /* 0x0064 */
+ __u8 reserved68[4]; /* 0x0068 */
+ __u32 todpr; /* 0x006c */
+ __u8 reserved70[16]; /* 0x0070 */
+ __u64 gmsor; /* 0x0080 */
+ __u64 gmslm; /* 0x0088 */
+ psw_t...
2008 Mar 20
1
[RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
...044 */
+ __s16 icpua; /* 0x0046 */
+ __u32 ictl; /* 0x0048 */
+ __u32 eca; /* 0x004c */
+ __u8 icptcode; /* 0x0050 */
+ __u8 reserved51; /* 0x0051 */
+ __u16 ihcpu; /* 0x0052 */
+ __u8 reserved54[2]; /* 0x0054 */
+ __u16 ipa; /* 0x0056 */
+ __u32 ipb; /* 0x0058 */
+ __u32 scaoh; /* 0x005c */
+ __u8 reserved60; /* 0x0060 */
+ __u8 ecb; /* 0x0061 */
+ __u8 reserved62[2]; /* 0x0062 */
+ __u32 scaol; /* 0x0064 */
+ __u8 reserved68[4]; /* 0x0068 */
+ __u32 todpr; /* 0x006c */
+ __u8 reserved70[16]; /* 0x0070 */
+ __u64 gmsor; /* 0x0080 */
+ __u64 gmslm; /* 0x0088 */
+ psw_t...
2019 Feb 28
2
winbind causing huge timeouts/delays since 4.8
...10:33:22.390112, 1, pid=18451, effective(0, 0), real(0, 0), class=rpc_parse] ../../librpc/ndr/ndr.c:471(ndr_print_function_debug)
lsa_OpenPolicy: struct lsa_OpenPolicy
in: struct lsa_OpenPolicy
system_name : *
system_name : 0x005c (92)
attr : *
attr: struct lsa_ObjectAttribute
len : 0x00000018 (24)
root_dir : NULL
object_name : NULL
attri...
2016 Jul 18
0
Debian Jessie joining AD as member fails with "The object name is not found."
...uth: opened pipe lsarpc to machine domain-
> controller.domain.local and bound anonymously.
> > lsa_OpenPolicy: struct lsa_OpenPolicy
> > in: struct lsa_OpenPolicy
> > system_name : *
> > system_name : 0x005c (92)
> > attr : *
> > attr: struct lsa_ObjectAttribute
> > len : 0x00000018 (24)
> > root_dir : NULL
> > object_name...
2016 Jul 19
1
Debian Jessie joining AD as member fails with "The object name is not found."
...uth: opened pipe lsarpc to machine domain-
> controller.domain.local and bound anonymously.
> > lsa_OpenPolicy: struct lsa_OpenPolicy
> > in: struct lsa_OpenPolicy
> > system_name : *
> > system_name : 0x005c (92)
> > attr : *
> > attr: struct lsa_ObjectAttribute
> > len : 0x00000018 (24)
> > root_dir : NULL
> > object_name...
2019 Feb 26
3
winbind causing huge timeouts/delays since 4.8
Am 23.02.19 um 22:23 schrieb Rowland Penny via samba:
> On Sat, 23 Feb 2019 21:54:31 +0100
> Alexander Spannagel via samba <samba at lists.samba.org> wrote:
>
>> Am 23.02.19 um 15:48 schrieb Rowland Penny via samba:
>>>>>>>>> If you have, as you have, 'files sss winbind' in the the
>>>>>>>>> passwd & group line
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in channel_mgmt.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------
drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------
2010 Nov 01
24
[PATCH 01/10] staging: hv: Convert camel cased struct fields in channel_mgmt.h to lower cases
From: Haiyang Zhang <haiyangz at microsoft.com>
Convert camel cased struct fields in channel_mgmt.h to lower cases
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 302 ++++++++++++++++++------------------
drivers/staging/hv/channel_mgmt.c | 186 ++++++++++++------------
2007 Aug 06
3
[Bug 11868] New: Starting X for the second time fails (without reloading drm modules)
...h1 0x00000118:
h=0x80000011
Aug 6 21:11:46 localhost [drm:nouveau_ramht_insert] insert ch1 0x00000120:
h=0x80000013, c=0x00904c1d
Aug 6 21:11:46 localhost [drm:drm_unlocked_ioctl] pid=6567, cmd=0x400c6445,
nr=0x45, dev 0xe200, auth=1
Aug 6 21:11:46 localhost [drm:nouveau_gpuobj_gr_new] ch1 class=0x005c
Aug 6 21:11:46 localhost [drm:nouveau_gpuobj_new] ch1 size=32 align=16
flags=0x00000006
Aug 6 21:11:46 localhost [drm:nouveau_gpuobj_new] gpuobj ffff8100235a0dc0
Aug 6 21:11:46 localhost [drm:nouveau_gpuobj_new] global heap fallback
Aug 6 21:11:46 localhost [drm:nouveau_gpuobj_ref_add] ch1 h=0x...