OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ddi_copyin
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/sys/sys/
sunddi.h
41
#define
ddi_copyin
(from, to, size, flag) (bcopy((from), (to), (size)), 0)
macro
44
#define
ddi_copyin
(from, to, size, flag) (ioctl_copyin((flag), (from), (to), (size)))
macro
Completed in 19 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026