/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ent_setup.c | 40 #define set_value(X, V) do { if((X) == NULL) (X) = malloc(sizeof(*(X))); *(X) = V; } while(0) macro 145 set_value(ent->entry.valid_end, princ->princ_expire_time); in _kadm5_setup_entry() 152 set_value(ent->entry.pw_end, princ->pw_expiration); in _kadm5_setup_entry() 170 set_value(ent->entry.max_life, princ->max_life); in _kadm5_setup_entry() 175 set_value(ent->entry.max_life, def->max_life); in _kadm5_setup_entry() 186 set_value(ent->entry.max_renew, princ->max_renewable_life); in _kadm5_setup_entry() 191 set_value(ent->entry.max_renew, def->max_renewable_life); in _kadm5_setup_entry()
|
/freebsd/libexec/rtld-elf/tests/libval/ |
H A D | libval.c | 12 void set_value(int); 22 set_value(int nval) in set_value() function
|
/freebsd/libexec/rtld-elf/tests/libdeep/ |
H A D | libdeep.c | 13 void set_value(int); 27 return (set_value(val)); in proxy_set_value()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 130 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt8s() 138 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt16s() 146 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt32s() 154 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt64s() 162 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeBuffers() 170 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writePointers() 298 [&RP](auto Result) { RP.set_value(std::move(Result)); }); in lookupSymbols() 370 RP.set_value(std::move(R)); in callWrapper()
|
H A D | EPCGenericDylibManager.h | 57 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup() 66 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup()
|
H A D | IndirectionUtils.h | 129 LandingAddressP.set_value(LandingAddress); in reenter()
|
/freebsd/libexec/rtld-elf/tests/rtld_deepbind/ |
H A D | rtld_deepbind.c | 14 void set_value(int); 27 set_value(APP_VALUE); in ATF_TC_BODY()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | geom.subr | 112 function set_value(prop, value) 132 set_value("id", id) 139 set_value("config", struct) 166 set_value(prop "_ref", ref) 173 set_value(prop "_ref", ref) 178 set_value(prop propn, struct_stack[cur_struct+1]) 187 set_value(prop, extract_data(prop)) 192 set_value("nconsumers", struct_count["consumer"]) 193 set_value("nproviders", struct_count["provider"]) 199 set_value("ngeoms", struct_count["geom"])
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | future.cpp | 62 void __assoc_sub_state::set_value() { in future_category() 159 void promise<void>::set_value() { in __sub_wait() 162 __state_->set_value(); in __sub_wait() 83 __assoc_sub_state::set_value() set_value() function in __assoc_sub_state 219 promise<void>::set_value() set_value() function in promise
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 136 FinalizeResultP.set_value(std::move(Result)); in finalize() 167 AllocResultP.set_value(std::move(Alloc)); in allocate() 191 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocate()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | future | 78 void set_value(const R& r); 79 void set_value(R&& r); 108 void set_value(R& r); 136 void set_value(); 536 void set_value(); 585 _LIBCPP_HIDE_FROM_ABI void set_value(_Arg&& __arg); 603 void __assoc_state<_Rp>::set_value(_Arg&& __arg) { 652 _LIBCPP_HIDE_FROM_ABI void set_value(_Rp& __arg); 664 void __assoc_state<_Rp&>::set_value(_Rp& __arg) { 779 this->set_value(__func_()); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SimpleRemoteEPC.cpp | 305 EIP.set_value( in setup() 314 EIP.set_value(EI); in setup() 316 EIP.set_value(make_error<StringError>( in setup()
|
H A D | DebugObjectManagerPlugin.cpp | 465 FinalizePromise.set_value(TargetMem.takeError()); in notifyEmitted() 470 FinalizePromise.set_value(std::move(Err)); in notifyEmitted() 476 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()
|
H A D | LookupAndRecordAddrs.cpp | 49 lookupAndRecordAddrs([&](Error Err) { ResultP.set_value(std::move(Err)); }, in lookupAndRecordAddrs()
|
H A D | EPCIndirectionUtils.cpp | 96 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocatePool() 414 [&](ExecutorAddr Addr) { LandingAddrP.set_value(Addr); }); in reentry()
|
H A D | MemoryMapper.cpp | 158 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release() 191 release(ReservationAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in ~InProcessMemoryMapper()
|
H A D | ExecutorProcessControl.cpp | 213 ResultP.set_value(std::move(Result)); in jitDispatchViaWrapperFunctionManager()
|
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | user_input.subr | 76 function set_value(var, value) { 82 set_value("name", $1 ) 83 set_value("password", "" ) 84 set_value("uid", $3 ) 85 set_value("gid", $4 ) 86 set_value("class", $5 ) 87 set_value("password_expire", $6 ) 88 set_value("account_expire", $7 ) 89 set_value("gecos", $8 ) 90 set_value("home_dir", $9 ) [all …]
|
H A D | group_input.subr | 55 function set_value(var, value) { 61 set_value("name", $1) 62 set_value("password", "") 63 set_value("gid", $3) 64 set_value("members", $4)
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.cpp | 133 KV.second->set_value( in handleDisconnect() 246 P->set_value(std::move(R)); in handleCallWrapper()
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | wlan.subr | 228 function set_value(struct, prop, value) 268 set_value(struct, "data", blob_data) 290 set_value(struct, prop, value) 321 function set_value(struct, prop, value) 339 set_value(struct, "ssid", ssid) 340 set_value(struct, "bssid", $1) 341 set_value(struct, "freq", $2) 342 set_value(struct, "siglev", $3) 343 set_value(struct, "flags", $4)
|
H A D | tcpip.subr | 827 function set_value(prop,value) 847 set_value(keyword, $2) 857 set_value(time, $2 " " $3 " " $4) 868 set_value(option, $3)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Parallel.cpp | 67 ThreadsCreated.set_value(); in ThreadPoolExecutor()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 355 void set_value(int i) { value_ = i; } in set_value() function in testing::gmock_matchers_test::__anon540e1b3d0111::Uncopyable 1799 objs[0].set_value(-3); in TEST() 1800 objs[1].set_value(1); in TEST() 1927 objs[0].set_value(-3); in TEST_F() 1928 objs[1].set_value(1); in TEST_F()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 210 AllocP.set_value(std::move(Result)); in Create()
|