search for: numid

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

Did you mean: numidx
2013 Jun 09
1
Extenxions Optimization
...isk 11.4.0 : We have a big quantity of extensions, all are same "design": ; Destination: Gambia Type: Fixe exten => _00220X.,1,Set(CDR(CodeCom)=BUS-GMB) exten => _00220X.,2,AGI(Caller-ID.agi,${IAXVAR(ACCOUNTID)}) exten => _00220X.,3,Set(CALLERID(all)=${NUMID}) exten => _00220X.,4,Set(CALLERPRES()=${CALLPRES}) exten => _00220X.,5,Dial(SIP/Trunk-Telco/${EXTEN:2},180,rt) exten => _00220X.,6,Hangup ; Destination: Libya Type: Fixe exten => _00218X.,1,Set(CDR(CodeCom)=BUS-LBY) exten => _00218X.,2,AGI(Ca...
2008 Oct 01
0
Multiple histograms one graphic device & groupings
...6 variables X 16 groupings of there = 96 graphics). I am unsure of how to tell R which of three groups to use from the grouping variable (its values are numeric) and then how to put all three to the same device. I tried: > names(all) [1] "tally" "scape" "numid" "bbContag" "bbED" [6] "bbENN_MN" "bbLPI" "bbLSI" "bbPAFRAC" "bbPD" [11] "bbPROX_MN" "pfor" "year" "extent" "bi_ca" [16] "r&...
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
...ype. + */ +int vmci_ctx_set_chkpt_state(uint32_t contextID, + uint32_t cptType, + uint32_t bufSize, + char *cptBuf) +{ + uint32_t i; + uint32_t currentID; + int result = VMCI_SUCCESS; + uint32_t numIDs = bufSize / sizeof(uint32_t); + ASSERT(cptBuf); + + if (cptType == VMCI_WELLKNOWN_CPT_STATE && numIDs > 0) { + /* + * We would end up here if VMX with VM to VM communication + * attempts to restore a checkpoint with wellknown handl...
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
...ype. + */ +int vmci_ctx_set_chkpt_state(uint32_t contextID, + uint32_t cptType, + uint32_t bufSize, + char *cptBuf) +{ + uint32_t i; + uint32_t currentID; + int result = VMCI_SUCCESS; + uint32_t numIDs = bufSize / sizeof(uint32_t); + ASSERT(cptBuf); + + if (cptType == VMCI_WELLKNOWN_CPT_STATE && numIDs > 0) { + /* + * We would end up here if VMX with VM to VM communication + * attempts to restore a checkpoint with wellknown handl...
2012 Jun 12
11
[vmw_vmci RFCv2 00/11] VMCI for Linux
Second revision of the VMware VMCI RFC patchset. It incorperates fixes for all the feedback about the comment blocks and style and now passes checkpatch with 0 errors and 0 warnings. Thanks to all who have reviewed the code thus far. * * * In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication
2012 Jun 12
11
[vmw_vmci RFCv2 00/11] VMCI for Linux
Second revision of the VMware VMCI RFC patchset. It incorperates fixes for all the feedback about the comment blocks and style and now passes checkpatch with 0 errors and 0 warnings. Thanks to all who have reviewed the code thus far. * * * In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication
2012 Jul 26
16
[vmw_vmci 00/11] VMCI for Linux
In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later post.
2012 Jul 26
16
[vmw_vmci 00/11] VMCI for Linux
In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later post.
2012 May 15
13
[vmw_vmci RFC 00/11] VMCI for Linux
In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later post.
2012 May 15
13
[vmw_vmci RFC 00/11] VMCI for Linux
In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later post.