Searched refs:OBJ_POSIXSHM (Results 1 – 4 of 4) sorted by relevance
204 #define OBJ_POSIXSHM 0x00020000 /* Posix SHM */ macro
2623 if ((obj->flags & OBJ_POSIXSHM) != 0) { in vm_object_list_handler()
944 vm_object_set_flag(obj, OBJ_POSIXSHM); in shm_alloc()2232 if ((obj->flags & OBJ_POSIXSHM) == 0) { in shm_get_path()
2738 if ((lobj->flags & OBJ_POSIXSHM) != 0) { in kern_proc_vmmap_out()