Searched refs:memobj_destroy_anon (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/libc/sys/
H A Dbarrelfish_mmap.c185 memobj_destroy_anon(memobj, true);
/barrelfish-master/lib/barrelfish/vspace/
H A Dutils.c83 err2 = memobj_destroy_anon((struct memobj *)memobj, true);
85 DEBUG_ERR(err2, "memobj_destroy_anon failed");
124 DEBUG_ERR(err2, "memobj_destroy_anon failed");
247 err2 = memobj_destroy_anon(memobj, true);
249 DEBUG_ERR(err2, "memobj_destroy_anon failed");
345 DEBUG_ERR(err2, "memobj_destroy_anon failed");
437 DEBUG_ERR(err2, "memobj_destroy_anon failed");
H A Dmemobj_anon.c509 errval_t memobj_destroy_anon(struct memobj *memobj, bool delete_caps) function
/barrelfish-master/include/barrelfish/
H A Dmemobj.h168 errval_t memobj_destroy_anon(struct memobj *memobj, bool delete_caps);
/barrelfish-master/usr/acpi/
H A Dacpica_osglue.c822 err = memobj_destroy_anon((struct memobj *)walk->memobj, false);
824 DEBUG_ERR(err, "%s: memobj_destroy_anon", __FUNCTION__);

Completed in 105 milliseconds