search for: ocon

Displaying 4 results from an estimated 4 matches for "ocon".

Did you mean: con
2007 Jun 27
1
SEM model fit
...-> acon1, NA, 1 acon -> acon2, lam4, 1.5 acon <-> acon, psi2, 0.1 mcon -> mvcon1, NA, 1 mcon -> mvcon2, lam5, 1 mcon <-> mcon, psi3, 0.3 ocon -> oicon1, NA, 1 ocon -> oicon2, lam6, 1 ocon <-> ocon, psi4, 0.2 con -> acon, NA, 1 con -> mcon, lam7, 0.8 con -> ocon, lam...
2011 Apr 21
2
Converting 16-bit to 8-bit encoding?
Hello all- I have a question related to encoding. I'm using a seperate program which takes either 16 bit or 8 bit (flat binary files) as inputs (they are raster satellite imagery and the associated quality files), but can't handle both at the same time. Problem is the quality and the image come in different formats (quality- 8bit, image- 16bit). I need to switch the encoding on the
2011 Nov 21
0
[PATCH] xsm/flask: fix resource list range checks
...ned long end); +int security_iterate_iomem_sids(unsigned long start, unsigned long end, + security_iterate_fn fn, void *data); + +int security_iterate_ioport_sids(u32 start, u32 end, + security_iterate_fn fn, void *data); + int security_ocontext_add(char *ocontext, unsigned long low, unsigned long high, u32 sid); diff --git a/xen/xsm/flask/ss/services.c b/xen/xsm/flask/ss/services.c index 6e72800..b880762 100644 --- a/xen/xsm/flask/ss/services.c +++ b/xen/xsm/flask/ss/services.c @@ -1594,6 +1594,53 @@ out:...
2008 Jan 24
0
CentOS 5.0 64bit - can't using ipt_connlimit module
# iptables -m connlimit --help ......... connlimit v1.3.5 options: [!] --connlimit-above n match if the number of existing tcp connections is (not) above n --connlimit-mask n group hosts using mask ----------------------------------------- The library seems to exist also: /lib64/iptables/libipt_connlimit.so However, creating a rule that uses connlimit fails: #$IPTABLES -A