search for: 0xff

Displaying 20 results from an estimated 2134 matches for "0xff".

2015 Jul 19
4
Bug in ARM fixed-point ASM?
...<stdint.h> #include <string.h> #include <opus.h> #include <stdio.h> #include <assert.h> uint8_t bbKnownBuffer[1920] __attribute__((aligned (8))) = { 0x85, 0x00, 0x92, 0x00, 0xa0, 0x00, 0xab, 0x00, 0x7e, 0x00, 0x88, 0x00, 0x3c, 0x00, 0x4e, 0x00, 0xf5, 0xff, 0x00, 0x00, 0xdb, 0xff, 0xe0, 0xff, 0xc8, 0xff, 0xd2, 0xff, 0xae, 0xff, 0xba, 0xff, 0x89, 0xff, 0x90, 0xff, 0x66, 0xff, 0x81, 0xff, 0x6e, 0xff, 0x7f, 0xff, 0x64, 0xff, 0x87, 0xff, 0x5b, 0xff, 0x71, 0xff, 0x4c, 0xff, 0x76, 0xff, 0x58, 0xff, 0x90, 0xff, 0x7a, 0xff, 0xa2, 0xff,...
2003 Aug 21
1
SCSI Tape and CDROM
...3 Waiting Queue entries: Disconnected Queue entries: QOUTFIFO entries: Sequencer Free SCB List: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Sequencer SCB Info: 0 SCB_CONTROL[0x0] SCB_SCSIID[0x37] SCB_LUN[0x0] SCB_TAG[0x6] 1 SCB_CONTROL[0x0] SCB_SCSIID[0xff]:(TWIN_CHNLB|OID|TWIN_TID) SCB_LUN[0xff]:(LID) SCB_TAG[0xff] 2 SCB_CONTROL[0x0] SCB_SCSIID[0xff]:(TWIN_CHNLB|OID|TWIN_TID) SCB_LUN[0xff]:(LID) SCB_TAG[0xff] 3 SCB_CONTROL[0x0] SCB_SCSIID[0xff]:(TWIN_CHNLB|OID|TWIN_TID) SCB_LUN[0xff]:(LID) SCB_TAG[0xff] 4 SCB_CONTROL[0x0] SCB_SCSIID[0xff]:(...
2001 Sep 12
0
AES update..
...r(x,n) (((x) >> ((int)(n))) | ((x) << (32 - (int)(n)))) -#define rotl(x,n) (((x) << ((int)(n))) | ((x) >> (32 - (int)(n)))) - -/* Invert byte order in a 32 bit variable */ - -#define bswap(x) ((rotl(x, 8) & 0x00ff00ff) | (rotr(x, 8) & 0xff00ff00)) - -/* Extract byte from a 32 bit quantity (little endian notation) */ - -#define byte(x,n) ((u1byte)((x) >> (8 * n))) - -#ifdef WORDS_BIGENDIAN -#define BYTE_SWAP -#endif - -#ifdef BYTE_SWAP -#define io_swap(x) bswap(x) -#else -#define io_swap(x) (x) -#endif - -#define LARGE_...
2013 Mar 27
3
[PATCH 1/4] drm/nvc0: implement VRAM compression
...0, 1, 1, 0 -}; +extern const u8 nvc0_pte_storage_type_map[256]; + static bool nvc0_fb_memtype_valid(struct nouveau_fb *pfb, u32 tile_flags) { u8 memtype = (tile_flags & 0x0000ff00) >> 8; - return likely((types[memtype] == 1)); + return likely((nvc0_pte_storage_type_map[memtype] != 0xff)); } static int @@ -130,6 +111,7 @@ nvc0_fb_vram_new(struct nouveau_fb *pfb, u64 size, u32 align, u32 ncmin, int type = (memtype & 0x0ff); int back = (memtype & 0x800); int ret; + const bool comp = nvc0_pte_storage_type_map[type] != type; size >>= 12; align >>=...
2012 Nov 15
1
[LLVMdev] potential mach_override/mach_override.c fix
...roposed by Alexander Potapenko in... http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55289#c29 Index: mach_override.c =================================================================== --- mach_override.c (revision 167724) +++ mach_override.c (working copy) @@ -725,6 +725,8 @@ { 0x2, {0xFF, 0x00}, {0x89, 0x00} }, // mov r/m32,r32 or r/m16,r16 { 0x3, {0xFF, 0xFF, 0xFF}, {0x49, 0x89, 0xF8} }, // mov %rdi,%r8 { 0x4, {0xFF, 0xFF, 0xFF, 0xFF}, {0x40, 0x0F, 0xBE, 0xCE} }, // movsbl %sil,%ecx + { 0x7, {0xFF, 0xFF...
2003 Apr 21
0
Health check
...SSTAT1 = 0x3 STACK == 0xe1, 0xfb, 0x156, 0x0 SCB count = 10 Kernel NEXTQSCB = 7 Card NEXTQSCB = 3 QINFIFO entries: 3 2 9 8 Waiting Queue entries: Disconnected Queue entries: 1:5 QOUTFIFO entries: Sequencer Free SCB List: 0 3 4 5 6 7 8 9 10 11 12 13 14 15 Sequencer SCB Info: 0(c 0x40, s 0x7, l 0, t 0xff) 1(c 0x44, s 0x17, l 0, t 0x5) 2(c 0x40, s 0x27, l 0, t 0x4) 3(c 0x0, s 0xff, l 255, t 0xff) 4(c 0x0, s 0xff, l 255, t 0xff) 5(c 0x0, s 0xff, l 255, t 0xff) 6(c 0x0, s 0xff, l 255, t 0xff) 7(c 0x0, s 0xff, l 255, t 0xff) 8(c 0x0, s 0xff, l 255, t 0xff) 9(c 0x0, s 0xff, l 255, t 0xff) 10(c 0x0, s 0x...
2003 Apr 23
2
Fw: Anyone please???? SMP & general health check!!
...XTQSCB = 7 > > Card NEXTQSCB = 3 > > QINFIFO entries: 3 2 9 8 > > Waiting Queue entries: > > Disconnected Queue entries: 1:5 > > QOUTFIFO entries: > > Sequencer Free SCB List: 0 3 4 5 6 7 8 9 10 11 12 13 14 15 > > Sequencer SCB Info: 0(c 0x40, s 0x7, l 0, t 0xff) 1(c > 0x44, > > s 0x17, l 0, t 0x5) 2(c 0x40, s 0x27, l 0, t 0x4) 3(c 0x0, > s > > 0xff, l 255, t 0xff) 4(c 0x0, s 0xff, l 255, t 0xff) 5(c > > 0x0, s 0xff, l 255, t 0xff) 6(c 0x0, s 0xff, l 255, t > 0xff) > > 7(c 0x0, s 0xff, l 255, t 0xff) 8(c 0x0, s 0xff, l 255,...
2014 May 15
0
Bug#748052: Info received ( Bug#748052: Bug#748052: Bug#7480
...lapic_id[0x03] enabled) (XEN) Processor #3 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled) (XEN) Processor #5 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled) (XEN) Processor #7 7:10 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0xff] disabled...
2017 Jun 14
0
SMB_ACL_GROUP SMB_ACL_USER
.... du domaine,CN=Users,DC=cogesys,DC=com uSNChanged: 25902130 name: fpt objectGUID: {40F8DBB9-5FEA-49BD-8EDF-E95A468E6076} userAccountControl: 66048 badPwdCount: 0 codePage: 0 countryCode: 0 badPasswordTime: 131418968459982852 lastLogoff: 0 lastLogon: 131418287663438944 scriptPath: logon logonHours: 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff pwdLastSet: 129641095752722145 primaryGroupID: 7057 objectSid: S-1-5-21-175208659-1627204559-885930912-7838 accountExpires: 0 logonCount: 5128 sAMAccountName: fpt sAMAccountType: 805306368 userPrinc...
2005 Mar 15
1
Traffic Shaping multiple incoming broadband sources?
...rent 1:210 handle 210: sfq perturb 10 tc qdisc add dev eth0 parent 1:220 handle 220: sfq perturb 10 tc qdisc add dev eth0 parent 1:230 handle 230: sfq perturb 10 tc qdisc add dev eth0 parent 1:240 handle 240: sfq perturb 10 tc filter add dev eth0 parent 1:2 protocol ip prio 10 u32 match ip tos 0x10 0xff flowid 1:210 tc filter add dev eth0 parent 1:2 protocol ip prio 10 u32 match ip protocol 1 0xff flowid 1:210 tc filter add dev eth0 parent 1:2 protocol ip prio 10 u32 match ip protocol 6 0xff match u8 0x05 0x0f at 0 match u16 0x0000 0xffc0 at 2 match u8 0x10 0xff at 33 flowid 1:210 tc filter add de...
2011 Feb 11
4
Xen hypervisor failed to startup when booting CPUs
...ic_id[0x2b] enabled) (XEN) Processor #43 6:13 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x2d] enabled) (XEN) Processor #45 6:13 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x2f] enabled) (XEN) Processor #47 6:13 APIC version 21 (XEN) ACPI: LAPIC (acpi_id[0x20] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x21] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x22] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x23] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x24] lapic_id[0xff] disabled) (XEN) ACPI: LAPIC (acpi_id[0x25] lapic_id[0xff] disabled...
2007 Dec 19
3
x86_emulate(): forgot to generate_exception_if() for 0xff?
Hi all, In arch/x86/x86_emulate.c: x86_emulate(): 1716 case 0xfe: /* Grp4 */ 1717 generate_exception_if((m odrm_reg & 7) >= 2, EXC_UD); 1718 case 0xff: /* Grp5 */ 1719 switch ( modrm_reg & 7 ) 1720 { 1721 case 0: /* inc */ 1722 emulate_1op("inc", dst, _regs.eflags); 1723 break; 1724 case 1: /* dec */ 1725 emulate_1op("dec", dst, _regs....
2007 Dec 17
3
traffic not getting into class
Hello list, I have these sorts of filters, putting traffic into the appropiate classid (1:15 is the default class): ${TC} filter add dev ${DEV_IFB} parent 1:0 prio 1 protocol ip u32 \ match ip protocol 0x6 0xff \ match ip sport 22 0xffff \ classid 1:11 # ssh ${TC} filter add dev ${DEV_IFB} parent 1:0 prio 1 protocol ip u32 \ match ip protocol 0x6 0xff \ match ip dport 22 0xffff \ classid 1:11 # ssh {and a few more 1:11 filters] ${TC} filter add dev ${DEV_IFB} parent 1:0 prio 1 p...
2004 Aug 26
1
No signal from ISDN-phone connected to hfc card in NT-mode
Hi! I'm struggeling had to get a hfc pci card working in NT-Mode. I've installed a very basic test system with just one hfc pci card connected to an ISDN-phone over a modified NTBA as described on jollies homepage. I commpiled asterisk as descibed in kape's INSTALL file that comes with 'bri_stuff'. I have not modified the config fieles yet. After connecting to asterisk by
2005 Dec 22
2
strange tc filter behavior
...d 1:ffff htb prio 7 rate 50kbit ceil 100kbit $TC qdisc add dev imq0 parent 1:ffff handle ffff sfq perturb 10 # # ADMASTER # $TC class add dev imq0 parent 1:1 classid 1:10 htb prio 2 rate 150kbit ceil 500kbit $TC filter add dev imq0 protocol ip parent 1: prio 2 \ u32 \ match ip dport 1433 0xffff \ match u8 6 0xff at 9 \ flowid 1:10 $TC filter add dev imq0 protocol ip parent 1: prio 2 \ u32 \ match ip dport 1434 0xffff \ match u8 6 0xff at 9 \ flowid 1:10 $TC filter add dev imq0 protocol ip parent 1: prio 2 \ u32 \ match ip dport 81 0xffff \...
2006 Jun 02
1
Compilation on PPC/bigendian machine
...fat/ulint.h 2006-06-02 20:45:47.350219424 +0200 @@ -79,35 +79,37 @@ { uint16_t _v; - _v = p[0]; - _v |= p[1] << 8; + _v = ((const uint8_t *)_p)[0]; + _v |= ((const uint8_t *)_p)[1] << 8; return _v; } static inline void write16(le16_t *_p, uint16_t _v) { - _p[0] = _v & 0xFF; - _p[1] = (_v >> 8) & 0xFF; + ((uint8_t *)_p)[0] = _v & 0xFF; + ((uint8_t *)_p)[1] = (_v >> 8) & 0xFF; } static inline unsigned int read32(le32_t *_p) { - _v = _p[0]; - _v |= _p[1] << 8; - _v |= _p[2] << 16; - _v |= _p[3] << 24; + uint32_t _v; + +...
2014 May 16
4
Bug#748052: dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 failed with error -110"
...a node at [mem 0x0000000000000000-0x000000023fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x23fffffff] [ 0.000000] NODE_DATA [mem 0x230f84000-0x230f88fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x23fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009afff] [ 0.000000] node 0: [mem 0x00100000-0xab9a6fff] [ 0.000000] node 0: [mem 0xbba2...
2017 Jun 14
4
SMB_ACL_GROUP SMB_ACL_USER
Hello, Yes I wrote a mistike its not v4.6.6 but 4.6.5. For "unix password sync = yes" it is an old parameters, it was ten years ago an sftp server was installed with samba server. Currently there is no ftp server. Here is the AD object with RID 7022 objectClass: top objectClass: group cn: FREDGROUP member: CN=fpt,CN=Users,DC=cogesys,DC=com distinguishedName:
2009 May 15
1
[PATCH server] provide default uuid and mac if not provided for create.
...pp/services/vm_service.rb +++ b/src/app/services/vm_service.rb @@ -52,15 +52,9 @@ module VmService def svc_new(vm_resource_pool_id) raise ActionError.new("VM Resource Pool is required.") unless vm_resource_pool_id - # random MAC - mac = [ 0x00, 0x16, 0x3e, rand(0x7f), rand(0xff), rand(0xff) ] - # random uuid - uuid = ["%02x"*4, "%02x"*2, "%02x"*2, "%02x"*2, "%02x"*6].join("-") % - Array.new(16) {|x| rand(0xff) } - - @vm = Vm.new({:vm_resource_pool_id => vm_resource_pool_id, - :vn...
2012 Feb 15
2
[PATCH] isohybrid: Generate MBR even when in EFI mode
...*/ +uint8_t entry = 0; /* partition number: 1 <= entry <= 4 */ uint8_t offset = 0; /* partition offset: 0 <= offset <= 64 */ uint16_t type = 0x17; /* partition type: 0 <= type <= 255 */ uint32_t id = 0; /* MBR: 0 <= id <= 0xFFFFFFFF(4294967296) */ @@ -300,6 +300,8 @@ check_option(int argc, char *argv[]) entry = strtoul(optarg, &err, 0); if (entry < 1 || entry > 4) errx(1, "invalid entry: `%s', 1 <= entry <= 4", optarg); + if (mode & MAC || m...