Home
last modified time | relevance | path

Searched refs:set_value (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/crypto/heimdal/lib/kadm5/
H A Dent_setup.c40 #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 Dlibval.c12 void set_value(int);
22 set_value(int nval) in set_value() function
/freebsd/libexec/rtld-elf/tests/libdeep/
H A Dlibdeep.c13 void set_value(int);
27 return (set_value(val)); in proxy_set_value()
/freebsd/libexec/rtld-elf/tests/rtld_deepbind/
H A Drtld_deepbind.c14 void set_value(int);
27 set_value(APP_VALUE); in ATF_TC_BODY()
/freebsd/usr.sbin/bsdconfig/share/
H A Dgeom.subr112 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 Dfuture.cpp62 void __assoc_sub_state::set_value() { in set_value() function in __assoc_sub_state
159 void promise<void>::set_value() { in set_value() function in promise
162 __state_->set_value(); in set_value()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h130 [&](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()
352 RP.set_value(std::move(R)); in callWrapper()
H A DIndirectionUtils.h129 LandingAddressP.set_value(LandingAddress); in reenter()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h136 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 Dfuture78 void set_value(const R& r);
79 void set_value(R&& r);
108 void set_value(R& r);
136 void set_value();
539 void set_value();
813 this->set_value();
880 this->set_value();
1181 __state_->set_value(__r);
1296 __state_->set_value(__r);
1354 void set_value();
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h126 [Promise = std::move(Promise), Task]() { Promise->set_value(Task()); }, in createTaskAndFuture()
136 Promise->set_value(); in createTaskAndFuture()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp288 EIP.set_value( in setup()
297 EIP.set_value(EI); in setup()
299 EIP.set_value(make_error<StringError>( in setup()
H A DLookupAndRecordAddrs.cpp49 lookupAndRecordAddrs([&](Error Err) { ResultP.set_value(std::move(Err)); }, in lookupAndRecordAddrs()
H A DDebugObjectManagerPlugin.cpp465 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 DEPCIndirectionUtils.cpp96 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocatePool()
414 [&](ExecutorAddr Addr) { LandingAddrP.set_value(Addr); }); in reentry()
H A DMemoryMapper.cpp154 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release()
187 release(ReservationAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in ~InProcessMemoryMapper()
H A DExecutorProcessControl.cpp216 ResultP.set_value(std::move(Result)); in jitDispatchViaWrapperFunctionManager()
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr76 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 Dgroup_input.subr55 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 DSimpleRemoteEPCServer.cpp133 KV.second->set_value( in handleDisconnect()
246 P->set_value(std::move(R)); in handleResult()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr228 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 Dtcpip.subr827 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 DParallel.cpp68 ThreadsCreated.set_value(); in ThreadPoolExecutor()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc355 void set_value(int i) { value_ = i; } in set_value() function in testing::gmock_matchers_test::__anonc634c2050111::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 DJITLinkMemoryManager.cpp210 AllocP.set_value(std::move(Result)); in Create()

12