Displaying 10 results from an estimated 10 matches for "pevent".
Did you mean:
event
2018 Mar 27
2
Share users across domains
And how can I use these gpos? I need to configure a gpo that pevent
student login in each administrative machine?
Citando Waishon <waishon009 at gmail.com>:
> Hi,
>
> I would use one domain and some groups. So you put your Students
> in the "students" group and the administratives in the "admin".
>
> Then s...
2006 Sep 19
0
How to interpret these results from a simple gamma-frailty model
..." M2: ", cf[i,2,]))
# Calculate the 'actual' 10-year risk and the risk estimated using M1 and M2
estv <- exp(rep(fitM2$frail,2)) # Individual frailty values from M2
# Original risk score
rs<- age*beta[1]+tc*beta[2]+hdlc*beta[3]+sbp*beta[4]+diab*beta[5]+smok*beta[6]
pevent <- exp(-10*lambda)^(exp(rs)) # Original 10-year risk
rsM1<- (cf[i,1,1]*age+cf[i,1,2]*tc+cf[i,1,3]*hdlc+cf[i,1,4]*sbp+cf[i,1,5]*diab+cf[i,1,6]*smok)
peventM1 <- exp(-10*lambda)^(exp(rsM1))
rsM2<- (cf[i,1,1]*age+cf[i,1,2]*tc+cf[i,1,3]*hdlc+cf[i,1,4]*sbp+cf[i,1,5]*diab+cf[i,1,6]*smo...
2018 Mar 27
0
Share users across domains
...> Von: "Rodrigo Abrantes Antunes via samba" <samba at lists.samba.org>
> An: Waishon <waishon009 at gmail.com>
> Cc: samba at lists.samba.org
> Betreff: Re: [Samba] Share users across domains
>
> And how can I use these gpos? I need to configure a gpo that pevent
> student login in each administrative machine?
>
> Citando Waishon <waishon009 at gmail.com>:
>
> > Hi,
> >
> > I would use one domain and some groups. So you put your Students
> > in the "students" group and the administratives in the...
2018 Mar 27
3
Share users across domains
Hi, I'm new to samba and I need help in how to setup this:
I have 2 networks: Academic and Administrative
I have 2 kind of users: Students and Administratives
What I need is this:
Students can only login in the Academic network
Administratives need to login in both networks
I think about make 2 domais and put the academic machines in the
academic domain and the administrative
2018 Mar 27
3
Share users across domains
...igo Abrantes Antunes via samba" <samba at lists.samba.org>
>> An: Waishon <waishon009 at gmail.com>
>> Cc: samba at lists.samba.org
>> Betreff: Re: [Samba] Share users across domains
>>
>> And how can I use these gpos? I need to configure a gpo that pevent
>> student login in each administrative machine?
>>
>> Citando Waishon <waishon009 at gmail.com>:
>>
>> Hi,
>>
>> I would use one domain and some groups. So you put your Students
>> in the "students" group and the administratives...
2016 Sep 25
0
[PATCH 2/3] drm/nouveau: mark symbols static where possible
...ect *object, u64 addr, u32 data)
{
struct nv50_disp_chan *chan = nv50_disp_chan(object);
@@ -173,7 +173,7 @@ nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data)
return 0;
}
-int
+static int
nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type,
struct nvkm_event **pevent)
{
@@ -189,7 +189,7 @@ nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type,
return -EINVAL;
}
-int
+static int
nv50_disp_chan_map(struct nvkm_object *object, u64 *addr, u32 *size)
{
struct nv50_disp_chan *chan = nv50_disp_chan(object);
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine...
2016 Oct 24
1
[PATCH v2 1/2] drm/nouveau: add missing header dependencies
We get a few warnings when building kernel with W=1:
drivers/gpu/drm/nouveau/nvkm/core/firmware.c:34:1: warning: no previous prototype for 'nvkm_firmware_get' [-Wmissing-prototypes]
drivers/gpu/drm/nouveau/nvkm/core/firmware.c:58:1: warning: no previous prototype for 'nvkm_firmware_put' [-Wmissing-prototypes]
drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr3.c:69:1: warning: no previous
2016 Aug 30
1
[PATCH] drm/nouveau: silence warnings reported during builds with W=1
...ect *object, u64 addr, u32 data)
{
struct nv50_disp_chan *chan = nv50_disp_chan(object);
@@ -173,7 +173,7 @@ nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data)
return 0;
}
-int
+static int
nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type,
struct nvkm_event **pevent)
{
@@ -189,7 +189,7 @@ nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type,
return -EINVAL;
}
-int
+static int
nv50_disp_chan_map(struct nvkm_object *object, u64 *addr, u32 *size)
{
struct nv50_disp_chan *chan = nv50_disp_chan(object);
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine...
2016 Oct 22
18
[PATCH 01/17] drm/nouveau/core: add missing header dependencies
We get 2 warnings when building kernel with W=1:
drivers/gpu/drm/nouveau/nvkm/core/firmware.c:34:1: warning: no previous prototype for 'nvkm_firmware_get' [-Wmissing-prototypes]
drivers/gpu/drm/nouveau/nvkm/core/firmware.c:58:1: warning: no previous prototype for 'nvkm_firmware_put' [-Wmissing-prototypes]
In fact, these functions are declared in
2018 Mar 10
17
[RFC PATCH 00/13] SVM (share virtual memory) with HMM in nouveau
From: Jérôme Glisse <jglisse at redhat.com>
(mm is cced just to allow exposure of device driver work without ccing
a long list of peoples. I do not think there is anything usefull to
discuss from mm point of view but i might be wrong, so just for the
curious :)).
git://people.freedesktop.org/~glisse/linux branch: nouveau-hmm-v00