OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:osgop
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/opencrypto/
ocryptodev.c
122
struct ocrypt_sgop *
osgop
;
local in function:ocryptof_ioctl
132
osgop
= (struct ocrypt_sgop *)data;
133
if ((
osgop
->count <= 0) ||
134
(SIZE_MAX/sizeof(struct osession_n_op) <
osgop
->count)) {
138
osnop = kmem_alloc((
osgop
->count *
140
error = copyin(
osgop
->sessions, osnop,
osgop
->count *
146
error = ocryptodev_msession(fcr, osnop,
osgop
->count);
151
error = copyout(osnop,
osgop
->sessions,
osgop
->count
[
all
...]
Completed in 55 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025