search for: dcode

Displaying 11 results from an estimated 11 matches for "dcode".

Did you mean: code
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote: > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote: >> Additionally, there are notable exceptions to the rule that most drivers >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it >> would remain possible to check such drivers with sparse without enabling >> endianness checks. Have you
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote: > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote: >> Additionally, there are notable exceptions to the rule that most drivers >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it >> would remain possible to check such drivers with sparse without enabling >> endianness checks. Have you
2016 Dec 08
0
[PATCH] linux/types.h: enable endian checks for all sparse builds
...s to flash. */ for (i = 0; i < dwords; i++, faddr++) dwptr[i] = cpu_to_le32(qla24xx_read_flash_dword(ha, flash_data_addr(ha, faddr))); return dwptr; } OK so we convert to LE ... qla24xx_read_flash_data(vha, dcode, faddr, 4); risc_addr = be32_to_cpu(dcode[2]); *srisc_addr = *srisc_addr == 0 ? risc_addr : *srisc_addr; risc_size = be32_to_cpu(dcode[3]); then happily assume it's BE. And again, coming from flash, it's unlikely to actually be in the...
2016 Dec 09
2
[PATCH] linux/types.h: enable endian checks for all sparse builds
...< dwords; i++, faddr++) > dwptr[i] = cpu_to_le32(qla24xx_read_flash_dword(ha, > flash_data_addr(ha, faddr))); > > return dwptr; >} > >OK so we convert to LE ... > > qla24xx_read_flash_data(vha, dcode, faddr, 4); > > risc_addr = be32_to_cpu(dcode[2]); > *srisc_addr = *srisc_addr == 0 ? risc_addr : *srisc_addr; > risc_size = be32_to_cpu(dcode[3]); > >then happily assume it's BE. > >And again, coming from flash, it's...
2016 Dec 09
2
[PATCH] linux/types.h: enable endian checks for all sparse builds
...< dwords; i++, faddr++) > dwptr[i] = cpu_to_le32(qla24xx_read_flash_dword(ha, > flash_data_addr(ha, faddr))); > > return dwptr; >} > >OK so we convert to LE ... > > qla24xx_read_flash_data(vha, dcode, faddr, 4); > > risc_addr = be32_to_cpu(dcode[2]); > *srisc_addr = *srisc_addr == 0 ? risc_addr : *srisc_addr; > risc_size = be32_to_cpu(dcode[3]); > >then happily assume it's BE. > >And again, coming from flash, it's...
2003 Jul 03
2
Print quota
Does samba support a print quota system? Can samba its self be a print quota system on a per user bases? SME and Intranet Server Engineer Matt Bednarik mattb@prismequine.com lego14matt@yahoo.com
1998 Sep 25
3
printer accounting
>Date: Wed, 23 Sep 1998 21:40:38 -0500 >From: "Daryl L. Biberdorf" <darylb@superserve.com> >To: samba@samba.anu.edu.au >Subject: Pages printed >Message-ID: <3.0.5.32.19980923214038.00816310@pop.a001.sprintmail.com> > >We have the need to track printer usage (pages used). >Right now, my Samba printer share defines the print command >as "print
2013 Oct 23
2
performance on document.get_data()
I got some performance issue for document.get_data() and enquire.get_mset(). It costs 35 seconds for matches = enquire.get_mset(0,200), and 3 seconds for iterating all doc in matches to get_data. Is't normal? My index contains 30millions documents. I use python binding to operate xapian. Bellow it's my index structure # value: 0:date, 1:site # data: json message which contains: author,
2008 Jun 17
1
read.spss {foreign} doesn't work over network?
...D" "O_TAZ" "GETTO" "O_GETTO" "BUS1" [37] "BUS2" "BUS3" "BUS4" "BOARD1" "BOARD2" "DEPART1" [43] "DEPART2" "DPURP" "O_DPURP" "DCODE" "DNAME" "DGAVEHOM" [49] "DADDRESS" "DXSTRT1" "DXSTRT2" "DCITY" "DZIP" "DAV_STAT" [55] "D_XCORD" "D_YCORD" "D_TAZ" "GETOFF" "O_GETOFF" &quot...
2007 Sep 22
0
rsync build on IA64 using icc
...310: old-style parameter list (anachronism) deflate_state *s; ^ zlib/trees.c(839): remark #310: old-style parameter list (anachronism) deflate_state *s; ^ zlib/trees.c(840): remark #310: old-style parameter list (anachronism) int lcodes, dcodes, blcodes; /* number of codes for each tree */ ^ zlib/trees.c(840): remark #310: old-style parameter list (anachronism) int lcodes, dcodes, blcodes; /* number of codes for each tree */ ^ zlib/trees.c(840): remark #310: old-style parameter list (anachronism)...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
...l disks/partition core: modify disk cache to work with multidisk core: multidisk parser related changes com32: remove disklib from com32 core: introduce multidisk syntax for accessing a disk using it's MBR signature core: add CRC checks on partiter from core core: remove some hardcoded values com32: remove partiter from chain ldlinux: makes loading initramfs compatible with multidisk H. Peter Anvin (1): core: corified zlib to support compressed btrfs