HomeSort by: relevance | last modified time | path
    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 21 milliseconds