/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | dsl_deadlist.c | 328 uint64_t newobj; in dsl_deadlist_clone() local 330 newobj = dsl_deadlist_alloc(dl->dl_os, tx); in dsl_deadlist_clone() 333 dsl_deadlist_regenerate(dl->dl_os, newobj, mrs_obj, tx); in dsl_deadlist_clone() 334 return (newobj); in dsl_deadlist_clone() 347 VERIFY3U(0, ==, zap_add_int_key(dl->dl_os, newobj, in dsl_deadlist_clone() 350 return (newobj); in dsl_deadlist_clone()
|
/netbsd-src/sys/uvm/ |
H A D | uvm_page.c | 1362 uvm_pagerealloc(struct vm_page *pg, struct uvm_object *newobj, voff_t newoff) in uvm_pagerealloc() argument 1379 if (newobj) { in uvm_pagerealloc() 1381 pg->uobject = newobj; in uvm_pagerealloc() 1383 if (UVM_OBJ_IS_VNODE(newobj)) { in uvm_pagerealloc() 1385 } else if (UVM_OBJ_IS_AOBJ(newobj)) { in uvm_pagerealloc() 1388 uvm_pageinsert_object(newobj, pg); in uvm_pagerealloc() 1390 error = uvm_pageinsert_tree(newobj, pg); in uvm_pagerealloc() 1393 uvm_pageremove_object(newobj, pg); in uvm_pagerealloc()
|
/netbsd-src/games/hack/ |
H A D | def.obj.h | 108 #define newobj(xl) ((struct obj *) alloc((xl) + sizeof(struct obj))) macro
|
H A D | hack.mkobj.c | 118 otmp = newobj(0); in mksobj()
|
H A D | hack.do_name.c | 189 otmp2 = newobj(lth); in do_oname()
|
H A D | hack.save.c | 253 otmp = newobj(xl); in restobjchn()
|
H A D | hack.do.c | 533 otmp = newobj(0); in splitobj()
|
/netbsd-src/external/gpl2/gettext/dist/build-aux/ |
H A D | ltmain.sh | 5489 newobj=lt$counter-$objbase 5492 *[\ /]"$newobj "*) ;; 5493 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 5496 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 5497 $run ln "$obj" "$gentop/$newobj" || 5498 $run cp "$obj" "$gentop/$newobj" 5499 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/external/bsd/libbind/dist/ |
H A D | ltmain.sh | 5630 newobj=lt$counter-$objbase 5633 *[\ /]"$newobj "*) ;; 5634 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 5637 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 5638 $run ln "$obj" "$gentop/$newobj" || 5639 $run cp "$obj" "$gentop/$newobj" 5640 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/external/bsd/iscsi/dist/buildaux/ |
H A D | ltmain.sh | 5660 newobj=lt$counter-$objbase 5663 *[\ /]"$newobj "*) ;; 5664 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 5667 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 5668 $run ln "$obj" "$gentop/$newobj" || 5669 $run cp "$obj" "$gentop/$newobj" 5670 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/crypto/external/bsd/netpgp/dist/buildaux/ |
H A D | ltmain.sh | 5660 newobj=lt$counter-$objbase 5663 *[\ /]"$newobj "*) ;; 5664 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 5667 $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 5668 $run ln "$obj" "$gentop/$newobj" || 5669 $run cp "$obj" "$gentop/$newobj" 5670 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | ltmain.sh | 9162 newobj=lt$counter-$objbase 9166 *[\ /]"$newobj "*) ;; 9167 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 9170 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 9171 func_append oldobjs " $gentop/$newobj"
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ltmain.sh | 8157 newobj=lt$counter-$objbase 8161 *[\ /]"$newobj "*) ;; 8162 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 8165 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 8166 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/crypto/external/cpl/trousers/dist/ |
H A D | ltmain.sh | 7945 newobj=lt$counter-$objbase 7949 *[\ /]"$newobj "*) ;; 7950 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 7953 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 7954 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | ltmain.sh | 8157 newobj=lt$counter-$objbase 8161 *[\ /]"$newobj "*) ;; 8162 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 8165 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 8166 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/external/gpl3/gdb.old/dist/ |
H A D | ltmain.sh | 8157 newobj=lt$counter-$objbase 8161 *[\ /]"$newobj "*) ;; 8162 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 8165 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 8166 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/external/gpl3/binutils.old/dist/ |
H A D | ltmain.sh | 8157 newobj=lt$counter-$objbase 8161 *[\ /]"$newobj "*) ;; 8162 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 8165 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 8166 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/ |
H A D | ltmain.sh | 7945 newobj=lt$counter-$objbase 7949 *[\ /]"$newobj "*) ;; 7950 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 7953 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 7954 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | ltmain.sh | 8157 newobj=lt$counter-$objbase 8161 *[\ /]"$newobj "*) ;; 8162 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 8165 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 8166 oldobjs="$oldobjs $gentop/$newobj"
|
/netbsd-src/sys/external/isc/libsodium/dist/ |
H A D | ltmain.sh | 9162 newobj=lt$counter-$objbase 9166 *[\ /]"$newobj "*) ;; 9167 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 9170 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 9171 func_append oldobjs " $gentop/$newobj"
|
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/ |
H A D | netpgptcl_wrap.c | 865 int newobj; in SWIG_Tcl_SetConstantObj() local 867 Tcl_SetHashValue(Tcl_CreateHashEntry(&swigconstTable, name, &newobj), (ClientData) obj); in SWIG_Tcl_SetConstantObj() 983 int newobj; in SWIG_Tcl_Acquire() local 984 Tcl_CreateHashEntry(SWIG_Tcl_ObjectTable(), (char *) ptr, &newobj); in SWIG_Tcl_Acquire()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | ltmain.sh | 10754 newobj=lt$counter-$objbase 10758 *[\ /]"$newobj "*) ;; 10759 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 10762 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 10763 func_append oldobjs " $gentop/$newobj"
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | ltmain.sh | 10652 newobj=lt$counter-$objbase 10656 *[\ /]"$newobj "*) ;; 10657 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 10660 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 10661 func_append oldobjs " $gentop/$newobj"
|
/netbsd-src/external/mit/expat/dist/conftools/ |
H A D | ltmain.sh | 10712 newobj=lt$counter-$objbase 10716 *[\ /]"$newobj "*) ;; 10717 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 10720 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 10721 func_append oldobjs " $gentop/$newobj"
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/build-aux/ |
H A D | ltmain.sh | 10650 newobj=lt$counter-$objbase 10654 *[\ /]"$newobj "*) ;; 10655 *) if test ! -f "$gentop/$newobj"; then break; fi ;; 10658 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" 10659 func_append oldobjs " $gentop/$newobj"
|