Home
last modified time | relevance | path

Searched defs:uo (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_object.c61 uvm_obj_init(struct uvm_object *uo, const struct uvm_pagerops *ops, in uvm_obj_init()
86 uvm_obj_destroy(struct uvm_object *uo, bool dlock) in uvm_obj_destroy()
108 uvm_obj_setlock(struct uvm_object *uo, krwlock_t *lockptr) in uvm_obj_setlock()
/netbsd-src/sys/compat/common/
H A Dusb_subr_30.c70 usb_copy30_devinfo(struct usb_device_info30 *uo, in usb_copy30_devinfo()
/netbsd-src/sys/arch/i386/stand/pxeboot/
H A Dpxe.c204 t_PXENV_UDP_OPEN *uo = (void *) pxe_command_buf; in pxe_netif_open() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1062 tree uo = lookup_comparison_result (tag, type, 3); in genericize_spaceship() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc1109 tree uo = lookup_comparison_result (tag, type, 3); in genericize_spaceship() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp2184 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { in getMemberPointerConstant()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp4551 } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) { in stripARCUnbridgedCast() local