search for: invaild

Displaying 18 results from an estimated 18 matches for "invaild".

2006 Oct 31
0
6312173 The libsldap function __ns_ldap_list() returns invaild DN string when using attributMap
Author: sdussud Repository: /hg/zfs-crypto/gate Revision: da727245bf8a0e3cdabe620c5abcf05e3f55e70a Log message: 6312173 The libsldap function __ns_ldap_list() returns invaild DN string when using attributMap Files: update: usr/src/lib/libsldap/common/ns_reads.c update: usr/src/lib/libsldap/common/ns_sldap.h
2006 Aug 05
0
Another generic CRUD controller
...r :find_comment, :only => %w(show edit update destroy) def index @comments = Comment.find(:all) end def new @Comment = Comment.new end def create @comment = Comment.create!(params[:comment]) redirect_to comment_url(@comment) rescue ActiveRecord::RecordInvalid => invaild @comment = invaild.record render :action => ''new'' end def show end def edit end def update @comment.attributes = params[:comment] @comment.save! redirect_to comment_url rescue ActiveRecord::RecordInvalid render :action => ''ed...
2008 May 28
1
plot rownames
In the following example: x <- rnorm(1:100) y <- seq(from=-2.5, to=3.5, by=0.5) z <- as.matrix(table(cut(x,c(-Inf, y, +Inf)))) ## I wish to transform the values in z j <- log(z) ## Yet retain the row names row.names(j)<-row.names(z) Now, how can I go about creating a scatterplot with row.names(j) on the x-axis and j(m:nrow(j)) on the y-axis? Keep in mind the transformation I am
2005 Nov 02
2
double posts
Is any one else getting double posts from this list ? -- -- Chris L. Franklin -- ________________________________________________________________________ This email was scanned by the server at NomadCF.com, And has been deemed clean of invaild and or dangerous email attachment type and virus'. Although this is by no means a guarantee. ________________________________________________________________________
2019 Nov 06
0
[PATCH 2/2] IFC VDPA layer
...t;Failed to start datapath, vring %d size is zero.\n", i); > + return -EINVAL; > + } > + > + if (!vf->vring[i].desc || !vf->vring[i].avail || > + !vf->vring[i].used) { > + IFC_ERR(ifcvf->dev, > + "Failed to start datapath, " > + "invaild value for vring %d desc," > + "avail_idx or usex_idx.\n", i); > + return -EINVAL; > + } > + } > + > + vf->nr_vring = i; > + ret = ifcvf_start_hw(vf); So basically there's no need for ifcvf_start_hw() to care about vq enablement, virtio core will tak...
2016 Nov 28
5
[PATCH v3] crypto: add virtio-crypto driver
...ruct virtio_crypto_aead_data_req aead_req; > + __u8 padding[48]; > + } u; > +}; > + > +#define VIRTIO_CRYPTO_OK 0 > +#define VIRTIO_CRYPTO_ERR 1 > +#define VIRTIO_CRYPTO_BADMSG 2 > +#define VIRTIO_CRYPTO_NOTSUPP 3 > +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ s/Invaild/Invalid/ > + > +/* The accelerator hardware is ready */ > +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) > + > +struct virtio_crypto_config { > + /* See VIRTIO_CRYPTO_OP_* above */ > + __u32 status; > + > + /* > + * Maximum number of data...
2016 Nov 28
5
[PATCH v3] crypto: add virtio-crypto driver
...ruct virtio_crypto_aead_data_req aead_req; > + __u8 padding[48]; > + } u; > +}; > + > +#define VIRTIO_CRYPTO_OK 0 > +#define VIRTIO_CRYPTO_ERR 1 > +#define VIRTIO_CRYPTO_BADMSG 2 > +#define VIRTIO_CRYPTO_NOTSUPP 3 > +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ s/Invaild/Invalid/ > + > +/* The accelerator hardware is ready */ > +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) > + > +struct virtio_crypto_config { > + /* See VIRTIO_CRYPTO_OP_* above */ > + __u32 status; > + > + /* > + * Maximum number of data...
2016 Nov 28
0
[PATCH v3] crypto: add virtio-crypto driver
...t; > + __u8 padding[48]; > > + } u; > > +}; > > + > > +#define VIRTIO_CRYPTO_OK 0 > > +#define VIRTIO_CRYPTO_ERR 1 > > +#define VIRTIO_CRYPTO_BADMSG 2 > > +#define VIRTIO_CRYPTO_NOTSUPP 3 > > +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ > > s/Invaild/Invalid/ > > > + > > +/* The accelerator hardware is ready */ > > +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) > > + > > +struct virtio_crypto_config { > > + /* See VIRTIO_CRYPTO_OP_* above */ > > + __u32 status;...
2016 Nov 14
3
[PATCH] crypto: add virtio-crypto driver
..._req hash_req; + struct virtio_crypto_mac_data_req mac_req; + struct virtio_crypto_aead_data_req aead_req; + } u; +}; + +#define VIRTIO_CRYPTO_OK 0 +#define VIRTIO_CRYPTO_ERR 1 +#define VIRTIO_CRYPTO_BADMSG 2 +#define VIRTIO_CRYPTO_NOTSUPP 3 +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ + +/* The accelerator hardware is ready */ +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) +#define VIRTIO_CRYPTO_S_STARTED (1 << 1) + +struct virtio_crypto_config { + /* See VIRTIO_CRYPTO_OP_* above */ + __virtio32 status; + + /* + * Maximum number of data queue legal valu...
2016 Nov 14
3
[PATCH] crypto: add virtio-crypto driver
..._req hash_req; + struct virtio_crypto_mac_data_req mac_req; + struct virtio_crypto_aead_data_req aead_req; + } u; +}; + +#define VIRTIO_CRYPTO_OK 0 +#define VIRTIO_CRYPTO_ERR 1 +#define VIRTIO_CRYPTO_BADMSG 2 +#define VIRTIO_CRYPTO_NOTSUPP 3 +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ + +/* The accelerator hardware is ready */ +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) +#define VIRTIO_CRYPTO_S_STARTED (1 << 1) + +struct virtio_crypto_config { + /* See VIRTIO_CRYPTO_OP_* above */ + __virtio32 status; + + /* + * Maximum number of data queue legal valu...
2016 Nov 28
4
[PATCH v3] virtio-crypto: add Linux driver
v3: - set cpu affinity when data queues are not equal to the number of online cpus. [Michael] - add TODO comments for cpu hotplug (changing the relationship of binding virtqueue and cpu) - use __u32/64 in the config space since the virtio->get() doesn't support byte-swap yet. [Michael] - drop the whole patch 1 of v2 because the above reason. - add VERSION_1 check at the beginning of
2016 Nov 28
4
[PATCH v3] virtio-crypto: add Linux driver
v3: - set cpu affinity when data queues are not equal to the number of online cpus. [Michael] - add TODO comments for cpu hotplug (changing the relationship of binding virtqueue and cpu) - use __u32/64 in the config space since the virtio->get() doesn't support byte-swap yet. [Michael] - drop the whole patch 1 of v2 because the above reason. - add VERSION_1 check at the beginning of
2016 Nov 22
0
[PATCH v2 2/2] crypto: add virtio-crypto driver
..._req hash_req; + struct virtio_crypto_mac_data_req mac_req; + struct virtio_crypto_aead_data_req aead_req; + } u; +}; + +#define VIRTIO_CRYPTO_OK 0 +#define VIRTIO_CRYPTO_ERR 1 +#define VIRTIO_CRYPTO_BADMSG 2 +#define VIRTIO_CRYPTO_NOTSUPP 3 +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ + +/* The accelerator hardware is ready */ +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) + +struct virtio_crypto_config { + /* See VIRTIO_CRYPTO_OP_* above */ + __le32 status; + + /* + * Maximum number of data queue legal values are between 1 and 0x8000 + */ + __le32 max_dataq...
2016 Nov 28
0
[PATCH v3] crypto: add virtio-crypto driver
...uct virtio_crypto_mac_data_req mac_req; + struct virtio_crypto_aead_data_req aead_req; + __u8 padding[48]; + } u; +}; + +#define VIRTIO_CRYPTO_OK 0 +#define VIRTIO_CRYPTO_ERR 1 +#define VIRTIO_CRYPTO_BADMSG 2 +#define VIRTIO_CRYPTO_NOTSUPP 3 +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ + +/* The accelerator hardware is ready */ +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) + +struct virtio_crypto_config { + /* See VIRTIO_CRYPTO_OP_* above */ + __u32 status; + + /* + * Maximum number of data queue + */ + __u32 max_dataqueues; + + /* + * Specifies the service...
2016 Nov 22
5
[PATCH v2 0/2] virtio-crypto: add Linux driver
The virtio crypto device is a virtual cryptography device as well as a kind of virtual hardware accelerator for virtual machines. The encryption anddecryption requests are placed in the data queue and are ultimately handled by thebackend crypto accelerators. The second queue is the control queue used to create or destroy sessions for symmetric algorithms and will control some advanced features in
2016 Nov 22
5
[PATCH v2 0/2] virtio-crypto: add Linux driver
The virtio crypto device is a virtual cryptography device as well as a kind of virtual hardware accelerator for virtual machines. The encryption anddecryption requests are placed in the data queue and are ultimately handled by thebackend crypto accelerators. The second queue is the control queue used to create or destroy sessions for symmetric algorithms and will control some advanced features in
2016 Nov 27
2
[PATCH v2 2/2] crypto: add virtio-crypto driver
...ta_req mac_req; > + struct virtio_crypto_aead_data_req aead_req; > + } u; > +}; > + > +#define VIRTIO_CRYPTO_OK 0 > +#define VIRTIO_CRYPTO_ERR 1 > +#define VIRTIO_CRYPTO_BADMSG 2 > +#define VIRTIO_CRYPTO_NOTSUPP 3 > +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ > + > +/* The accelerator hardware is ready */ > +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) > + > +struct virtio_crypto_config { > + /* See VIRTIO_CRYPTO_OP_* above */ > + __le32 status; > + > + /* > + * Maximum number of data queue legal values...
2016 Nov 27
2
[PATCH v2 2/2] crypto: add virtio-crypto driver
...ta_req mac_req; > + struct virtio_crypto_aead_data_req aead_req; > + } u; > +}; > + > +#define VIRTIO_CRYPTO_OK 0 > +#define VIRTIO_CRYPTO_ERR 1 > +#define VIRTIO_CRYPTO_BADMSG 2 > +#define VIRTIO_CRYPTO_NOTSUPP 3 > +#define VIRTIO_CRYPTO_INVSESS 4 /* Invaild session id */ > + > +/* The accelerator hardware is ready */ > +#define VIRTIO_CRYPTO_S_HW_READY (1 << 0) > + > +struct virtio_crypto_config { > + /* See VIRTIO_CRYPTO_OP_* above */ > + __le32 status; > + > + /* > + * Maximum number of data queue legal values...