Searched refs:load (Results 76 - 100 of 314) sorted by relevance

1234567891011>>

/freebsd-12-stable/stand/i386/gptboot/
H A Dgptboot.c104 static void load(void);
236 printf("%s: unable to load GPT\n", BOOTPROG);
332 * keypress, or in case of failure, try to load a kernel
336 load();
338 load();
340 load();
370 load();
385 load(void) function
/freebsd-12-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc310 # Tests need to ensure we load the right dll file we
317 load $(PRJLIB:\=/)
327 load $(PRJLIB:\=/)
399 [list load [file join $$dir $(PRJLIBNAME)] sqlite3]
/freebsd-12-stable/usr.sbin/ppp/
H A Dlqr.c199 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
256 if (p->hdlc.lqm.timer.load == 0 || !(p->hdlc.lqm.method & LQM_LQR) ||
302 physical->hdlc.lqm.timer.load = period * SECTICKS / 100;
304 physical->hdlc.lqm.timer.load = 0;
317 if (p->hdlc.lqm.timer.load)
327 if (p->hdlc.lqm.timer.load)
/freebsd-12-stable/lib/libc/tests/resolv/
H A Dresolv_test.c63 static void load(const char *);
71 load(const char *fname) function
262 load(hostlist_file);
/freebsd-12-stable/tests/sys/netpfil/common/
H A Dpft_ping.py54 if raw.load != PAYLOAD_MAGIC:
87 if raw.load != PAYLOAD_MAGIC:
144 if raw.load != PAYLOAD_MAGIC:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStream.cpp46 if (auto EC = NamedStreams.load(Reader))
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp82 args_type load() const { function in struct:__msan::ChainedOriginDepotNode
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddink32-rom.c160 dink32_cmds.load = "dl -k\r";
H A Dremote-est.c153 est_cmds.load = "dl\r"; /* download command */
154 est_cmds.loadresp = "+"; /* load response */
H A Dremote-hms.c124 hms_cmds.load = "tl\r"; /* download command */
125 hms_cmds.loadresp = NULL; /* load response */
H A Dabug-rom.c149 abug_cmds.load = "lo 0\r"; /* download command */
150 abug_cmds.loadresp = "\n"; /* load response */
H A Dcpu32bug-rom.c147 cpu32bug_cmds.load = "lo\r"; /* download command */
148 cpu32bug_cmds.loadresp = "\n"; /* load response */
H A Ddbug-rom.c145 dbug_cmds.load = "dl\r"; /* download command */
146 dbug_cmds.loadresp = "\n"; /* load response */
/freebsd-12-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c1028 "Attempt to load APU version %d.%d driver with APU version %d.%d\n",
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/utils/
H A DWorkQueue.h178 return size_.load();
/freebsd-12-stable/sys/dev/drm/
H A Dmach64_drv.c57 dev->driver->load = mach64_driver_load;
H A Dmga_drv.c93 dev->driver->load = mga_driver_load;
H A Dr128_drv.c55 dev->driver->load = r128_driver_load;
/freebsd-12-stable/sys/xen/interface/xsm/
H A Dflask_op.h189 struct xen_flask_load load; member in union:xen_flask_op::__anon17099
/freebsd-12-stable/stand/lua/
H A Dhook.lua37 -- initial load. Other modules may then, at any time, register a hook for these
68 -- module load, so if this hasn't happened then we have messed
/freebsd-12-stable/usr.bin/systat/
H A Dextern.h134 void load(void);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp770 LoadInst *load = dyn_cast<LoadInst>(selector_load); local
772 if (!load)
778 // %tmp = load i8** @"OBJC_SELECTOR_REFERENCES_" ; <i8*> %call = call
791 dyn_cast<GlobalVariable>(load->getPointerOperand());
883 // Replace the load with the call in all users
899 if (LoadInst *load = dyn_cast<LoadInst>(&inst))
900 if (IsObjCSelectorRef(load->getPointerOperand()))
931 LoadInst *load = dyn_cast<LoadInst>(class_load); local
933 if (!load)
939 // %tmp = load
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h78 Log *log = log_ptr.load(std::memory_order_relaxed);
89 Log *log = log_ptr.load(std::memory_order_relaxed);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp100 if (!Initialized.load(std::memory_order_relaxed)) {
105 if (Initialized.load(std::memory_order_relaxed))
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h59 P load() { return *loc; } function in class:kmp_flag_native
93 P load() { return loc->load(std::memory_order_acquire); } function in class:kmp_flag
493 flag->load()));
688 bool done_check() { return this->load() == checker; }
701 bool notdone_check() { return this->load() != checker; }
733 bool is_sleeping() { return is_sleeping_val(this->load()); }
734 bool is_any_sleeping() { return is_sleeping_val(this->load()); }

Completed in 295 milliseconds

1234567891011>>