OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memfd_prefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
sys_memfd.c
52
static const char
memfd_prefix
[] = "memfd:";
variable in typeref:typename:const char[]
109
CTASSERT(sizeof(
memfd_prefix
) < NAME_MAX); /* sanity check */
110
strcpy(mfd->mfd_name,
memfd_prefix
);
112
&mfd->mfd_name[sizeof(
memfd_prefix
) - 1],
113
sizeof(mfd->mfd_name) - sizeof(
memfd_prefix
), NULL);
sys_memfd.c
52
static const char
memfd_prefix
[] = "memfd:";
variable in typeref:typename:const char[]
109
CTASSERT(sizeof(
memfd_prefix
) < NAME_MAX); /* sanity check */
110
strcpy(mfd->mfd_name,
memfd_prefix
);
112
&mfd->mfd_name[sizeof(
memfd_prefix
) - 1],
113
sizeof(mfd->mfd_name) - sizeof(
memfd_prefix
), NULL);
Completed in 22 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025