Home
last modified time | relevance | path

Searched defs:newobj (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/games/hack/
H A Ddef.obj.h107 #define newobj(xl) (struct obj *) alloc((unsigned)(xl) + sizeof(struct obj)) macro
/openbsd-src/sys/uvm/
H A Duvm_page.c926 uvm_pagerealloc(struct vm_page * pg,struct uvm_object * newobj,voff_t newoff) uvm_pagerealloc() argument
/openbsd-src/sys/kern/
H A Dvfs_bio.c553 struct uvm_object *newobj = &xbpp[i]->b_uobj; bread_cluster_callback() local