Displaying 5 results from an estimated 5 matches for "lgt".
Did you mean:
ldt
2012 May 25
0
[PATCH 3/3] gnttab: cleanup
...Tested-by: Andrew Thomas <andrew.thomas@oracle.com>
--- a/xen/common/grant_table.c
+++ b/xen/common/grant_table.c
@@ -444,18 +444,17 @@ static int _set_status(unsigned gt_versi
}
static void mapcount(
- struct domain *ld, struct domain *rd, unsigned long mfn,
+ struct grant_table *lgt, struct domain *rd, unsigned long mfn,
unsigned int *wrc, unsigned int *rdc)
{
- struct grant_table *gt = ld->grant_table;
struct grant_mapping *map;
grant_handle_t handle;
*wrc = *rdc = 0;
- for ( handle = 0; handle < gt->maptrack_limit; handle++ )
+ for...
2000 Feb 17
3
se from predict.glm
I am not sure whether it is a design decision or just an oversight.
When I ask for the standard errors of the predictions with
predict(budwm.lgt,se=TRUE)
where budwm.lgt is a logistic fit of the budworm data in MASS, I got
Error in match.arg(type) : ARG should be one of response, terms
If one is to construct a CI for the fitted binomial probability,
wouldn't it be more natural to do it on the link scale before
transforming to the p...
2009 Nov 12
0
Cannot browse the network on a multiple vlan configuration.
...ve any idea what I should change to be able to get a complete list?
It is impossible for me to add a "local master samba" (like I did on my test vlan) on each subnet.
Thank you for any answers.
--
Erwan MARTIN / ZeWaren
----------------------------------------------------
IRL: ARPEJ Lgt 453G, 1360 rte de Ste Anne,
29280 PLOUZANE, FRANCE
5060: +33(0)9.51.66.58.34 cell: +33(0)6.32.01.15.01
80: http://zewaren.net 25: public at fzwte.net
5222: zewaren at rezid.org 1863: main at fzwte.net
----------------------------------------------------
2013 Sep 23
57
[PATCH RFC v13 00/20] Introduce PVH domU support
This patch series is a reworking of a series developed by Mukesh
Rathor at Oracle. The entirety of the design and development was done
by him; I have only reworked, reorganized, and simplified things in a
way that I think makes more sense. The vast majority of the credit
for this effort therefore goes to him. This version is labelled v13
because it is based on his most recent series, v11.
2001 Apr 05
0
Print audit
Hello. I'm using Solaris 2.7 with Samba 2.05 and trying to audit print jobs:
.....
[global]
guest account=nobody
browseable = no
load printers=yes
printing=sysv
print command = echo %T,%U,%M,%p >> print.log; lp -c -d%p %s; rm %s
....
The purpose of the "print command..." line is to obtain "%T,%U,%M,%p" information and to write it into local "print.log"