search for: setparam

Displaying 10 results from an estimated 10 matches for "setparam".

Did you mean: getparam
2007 Nov 07
9
How To change server recovery timeout
Hi, Our lustre environment is: 2.6.9-55.0.9.EL_lustre.1.6.3smp I would like to change recovery timeout from default value 250s to something longer I tried example from manual: set_timeout <secs> Sets the timeout (obd_timeout) for a server to wait before failing recovery. We performed that experiment on our test lustre installation with one OST. storage02 is our OSS [root at
2008 Sep 27
0
[PATCH 9/9] xen: add SR-IOV support to xm
...Fs>'', + ''Enable SR-IOV capability of a device with NumVFs.''), + ''iov-disable'' : (''<domain:bus:slot.func>'', + ''Disable SR-IOV capability.''), + ''iov-setparam'' : (''<domain:bus:slot.func> <VFN> <parameter name> <value>'', + ''Set device specific parameters of a VF.''), # security @@ -377,6 +385,10 @@ "scsi-attach", "scsi-detach",...
2020 Feb 02
0
Wine release 5.1
...photo2.ds: Global variable compatibility update for gcc 10. sane.ds: Global variable compatibility update for gcc 10. Michael Stefaniuc (14): dmloader: Use wide-char string literals. dmusic: Use wide-char string literals. dmstyle: Partially implement Audition track GetParam/SetParam methods. dmstyle: Partially implement Chord track GetParam/SetParam methods. dmstyle: Partially implement Command track GetParam/SetParam methods. dmstyle: Partially implement Motif track GetParam/SetParam methods. dmstyle: Partially implement Mute track GetParam/SetParam me...
2006 May 18
1
Recommended style with calculator and persistent data
...They retain parameters across calls with different subsets of the cases (this is for distributed computation). They retain early analysis of the problem to speed later computations. I've created an S4 object, and the stylized code looks like this calc <- makeCalculator(a, b, c) calc <- setParams(calc, d, e) calc <- compute(calc) results <- results(calc) The client code (such as that above) must remember to do the assignments, not just invoke the functions. I notice this does not seem to be the usual style, which is more like results <- compute(calc) and possibly using assignmen...
2019 Dec 13
0
Wine release 5.0-rc1
...r dictionary entries in CP_UNICODE case. Michael Stefaniuc (35): dmime: Remove the 'enabled' field from the Tempo track. dmime: Implement the Lyrics track param methods. dmime: Implement the ParamControl track param methods. dmime: Implement the SegTrigger track Get/SetParam. dmime: Partial implementation of the Marker track Get/SetParam. dmime: Partial implementation of the Wave track Get/SetParam. dmime: Partial implementation of the TimeSig track Get/SetParam. dmime: Partial implementation of the Tempo track SetParam(). dmime: Tempo tra...
2009 Aug 14
2
Bestfortress driver, network serial patch for nut-2.0
...t;, * ((flags & TIOCM_CD) == 0) ? "" : "LB ", * ((flags & TIOCM_CTS) == TIOCM_CTS) ? "OB" : "OL"); */ status_commit(); dstate_dataok(); } /* Parameter setting */ /* all UPS tunable parameters are set with command 'p%d=%s' */ int setparam (int parameter, int dlen, const char * data) { char reply[80]; upssend ("p%d=%*s\r", parameter, dlen, data); if (upsrecv (reply, sizeof(reply), ENDCHAR, "") < 0) return 0; return strncmp (reply, "OK", 2) == 0; } /* ups_setsuper: set super-user access (allows...
2010 Oct 13
2
total newbie issue with Cortado player using new java 1.6.0_22
is anybody else having problems with the new java 1.6.0.22 ? i am tried both cortado-ovt-debug and cortado-ovtk-debug - neither seem to work anymore once i installed the new java. once i go back to the old java 21 everything works fine. my jar file downloads for console messages (below) came from: http://downloads.xiph.org/releases/cortado/cortado-ovtk-debug-0.6.0.jar i have included
2012 Jan 31
26
[PATCH 00/10] FLASK updates: MSI interrupts, cleanups
This patch set adds XSM security labels to useful debugging output locations, and fixes some assumptions that all interrupts behaved like GSI interrupts (which had useful non-dynamic IDs). It also cleans up the policy build process and adds an example of how to use the user field in the security context. Debug output: [PATCH 01/10] xsm: Add security labels to event-channel dump [PATCH 02/10] xsm:
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...g: Correctly handle debugfs errors MichaƂ Winiarski (5): lib: Extract helpers for determining submission method lib/i915: Extract helpers for determining scheduler capabilities lib/i915: Move context related helpers to lib/i915/gem_context lib/i915: Extract context priority setparam to a helper lib/i915: Move submission related helpers to lib/i915/gem_submission Mika Kahola (1): tools: Cannonlake port clock programming Mike Frysinger (1): include inttypes.h for PRI defines Petri Latvala (18): run-tests.sh: Use piglit names when listing available test...
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -