Searched defs:memfd (Results 1 – 3 of 3) sorted by relevance
38 struct memfd { struct39 char mfd_name[NAME_MAX+1];40 struct uvm_object *mfd_uobj;41 size_t mfd_size;42 int mfd_seals;44 struct timespec mfd_btime;45 struct timespec mfd_atime;46 struct timespec mfd_mtime;
236 initbackend(struct shmif_sc * sc,int memfd) initbackend() argument 323 int memfd = -1; /* XXXgcc */ rump_shmif_create() local 454 int s, rv, memfd; shmif_ioctl() local [all...]
99 static int memfd, memcnt; variable