Displaying 20 results from an estimated 33 matches for "pagecounter".
Did you mean:
pagecount
2010 Sep 23
3
[PATCH 1/1] Rename camel case variables in channel.c (updated)
From: Haiyang Zhang <haiyangz at microsoft.com>
Rename camel case variables in channel.c
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 733 +++++++++++++++++++++---------------------
1 files changed, 370 insertions(+), 363 deletions(-)
diff --git
2010 Sep 23
3
[PATCH 1/1] Rename camel case variables in channel.c (updated)
From: Haiyang Zhang <haiyangz at microsoft.com>
Rename camel case variables in channel.c
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 733 +++++++++++++++++++++---------------------
1 files changed, 370 insertions(+), 363 deletions(-)
diff --git
2010 Sep 30
2
[PATCH 1/1] staging: hv: Remove camel case variables in channel.c
Rename camel case variables in channel.c and changed them to
lowercase.
Sending this from my own accounts till we have a proper mail server
set up that allows us to send out patches without issues.
This patch was created by Haiyang Zhang.
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
2010 Sep 30
2
[PATCH 1/1] staging: hv: Remove camel case variables in channel.c
Rename camel case variables in channel.c and changed them to
lowercase.
Sending this from my own accounts till we have a proper mail server
set up that allows us to send out patches without issues.
This patch was created by Haiyang Zhang.
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
2010 Sep 23
1
[PATCH 1/1] Rename camel case variables in channel.c
From: Haiyang Zhang <haiyangz at microsoft.com>
Rename camel case variables in channel.c
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 729 +++++++++++++++++++++---------------------
1 files changed, 368 insertions(+), 361 deletions(-)
diff --git
2010 Sep 23
1
[PATCH 1/1] Rename camel case variables in channel.c
From: Haiyang Zhang <haiyangz at microsoft.com>
Rename camel case variables in channel.c
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 729 +++++++++++++++++++++---------------------
1 files changed, 368 insertions(+), 361 deletions(-)
diff --git
2010 Sep 20
1
[PATCH 2/2] staging: hv: Remove camel cases from vmbus channel functions
From: Haiyang Zhang <haiyangz at microsoft.com>
Remove camel cases from vmbus channel functions
Converted the function names, local variables to lower cases.
More patches will be submitted soon to remove the remaining camel cases.
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c
2010 Sep 20
1
[PATCH 2/2] staging: hv: Remove camel cases from vmbus channel functions
From: Haiyang Zhang <haiyangz at microsoft.com>
Remove camel cases from vmbus channel functions
Converted the function names, local variables to lower cases.
More patches will be submitted soon to remove the remaining camel cases.
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c
2003 May 05
5
Rpcclient - setdriver.
I have done one succesful driver for downloading to my windows 2000-client.
When i try set another with "setdriver " I get a result as : SetPrinter call failed!
The only differens between them is in the desritption-field
flags:[0x800000]
name:[\\localhost\HP4600]
description:[\\localhost\HP4600,HP4600,H4600]
comment:[H4600]
flags:[0x800000]
2006 Oct 09
1
Vorbis primitive API examples (LONG)
Okay, how do I drop a changeset/patchset/tag for you folks from SVN?
At this point, I have written three examples of how to use the basics of
the ogg streaming and decoding in Tremor. I heartily welcome any
suggestions, improvements and corrections that you can point out in the
code.
The examples required me to make some small modifications to the main
tremor library. However, the changes
1998 Sep 25
3
printer accounting
...k how many pages were printed. The reason this will work is
that the lpd on the hp only allows 1 connection at a time. So you do all
this work at one point. You may have to play around with delays and such but
I see no reason why it shouldn't work.
it would look at little like this.
#!/bin/sh
#pagecounter
BEFOREPAGES=`npadmin --pagecount {printer ipaddress)`
lpr -Pprintername -r %s
AFTERPAGES=`npadmin --pagecount {printer ipaddress)`
TOTAL = `expr $BEFOREPAGES - $AFTERPAGES`
then you echo out TOTAL with usersnames etc etc to a log (with logger
preferrably)
that should help somewhat.
good luck
-...
2010 Oct 07
0
[PATCH 1/1] staging: hv: Rename camel cased functions in channel.c to lowercase
From: Haiyang Zhang <haiyangz at microsoft.com>
Rename camel cased functions in channel.c to lowercase
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 102 ++++++++++++++++----------------
drivers/staging/hv/channel.h | 94 +++++++++++++++---------------
2010 Oct 07
0
[PATCH 1/1] staging: hv: Rename camel cased functions in channel.c to lowercase
From: Haiyang Zhang <haiyangz at microsoft.com>
Rename camel cased functions in channel.c to lowercase
Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Hank Janssen <hjanssen at microsoft.com>
---
drivers/staging/hv/channel.c | 102 ++++++++++++++++----------------
drivers/staging/hv/channel.h | 94 +++++++++++++++---------------
2020 Sep 09
0
[PATCH v7 71/72] x86/efi: Add GHCB mappings when SEV-ES is active
On 09/09/20 10:27, Ard Biesheuvel wrote:
> (adding Laszlo and Brijesh)
>
> On Tue, 8 Sep 2020 at 20:46, Borislav Petkov <bp at alien8.de> wrote:
>>
>> + Ard so that he can ack the efi bits.
>>
>> On Mon, Sep 07, 2020 at 03:16:12PM +0200, Joerg Roedel wrote:
>>> From: Tom Lendacky <thomas.lendacky at amd.com>
>>>
>>> Calling
2004 Aug 02
1
printing = lprng working?
Hi
I updated samba today to 3.0.5. Printing stopped working. The log says:
[2004/08/02 14:28:57, 0] printing/print_cups.c:cups_printer_fn(108)
Unable to connect to CUPS server localhost - Verbindungsaufbau abgelehnt
I'm using lprng not cups. Is samba ignoring printing = lprng?
I tested lpr it still works as usual.
Is there anything else I should check?
Thanks.
Best,
Hans
2011 Jan 26
8
[PATCH 1/8] staging: hv: Convert camel cased variables in connection.c 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 | 48 ++++++------
drivers/staging/hv/channel_mgmt.c | 48 ++++++------
drivers/staging/hv/connection.c | 154 ++++++++++++++++++------------------
drivers/staging/hv/vmbus_drv.c | 2 +-
2011 Jan 26
8
[PATCH 1/8] staging: hv: Convert camel cased variables in connection.c 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 | 48 ++++++------
drivers/staging/hv/channel_mgmt.c | 48 ++++++------
drivers/staging/hv/connection.c | 154 ++++++++++++++++++------------------
drivers/staging/hv/vmbus_drv.c | 2 +-
2002 Nov 08
1
Samba & LPRng: Printer Status in Windows
I know this question has been answered here a while back, but I have not been able to find the mailing with the posts on it.
-----==========-----
I have a redhat server that I am using as a file/print server for student use. I am using samba to help the users with Windows. The problem I have is that when using printing a user can submit a print job, and it prints fine, but cannot see the
2006 Aug 28
6
Why the render speed is still so slow under apache?
<% for demand in @demands %>
<% cache(:action => ''list'',:part => article.id) do -%>
<%= render :partial => ''article''} %>
<% end %>
<% end %>
Under webrick,the time that list rendering costs will be very soon,but
under apache2.2+mongrel_cluster, the rendering still takes a long time-
which occupies about 95% of the
2001 Oct 02
1
Manual Printer Driver Installations
Hey,
I posted a few days ago about how the printer paper sizes are differ from
the admin account
when they are installed. People at my work are getting pissed at the moment
and all they want to do
is to be able to change the paper sizes themselves and not have it done at
the server
Is there a way to do it?
I fluked it at one stage and had it working like that, I think I deleted the
driver