Searched refs:load (Results 126 - 150 of 179) sorted by relevance

12345678

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.h188 mpt_load_handler_t *load; /* configure personailty */ member in struct:mpt_personality
189 #define MPT_PERS_FIRST_HANDLER(pers) (&(pers)->load)
H A Dmpt.c199 .load = mpt_stdload,
222 .load = mpt_core_load,
282 error = (pers->load(pers));
/freebsd-9.3-release/usr.sbin/ppp/
H A Dtty.c124 dev->Timer.load = SECTICKS; /* Once a second please */
186 dev->Timer.load = SECTICKS;
H A Dhdlc.c425 hdlc->ReportTimer.load = 60 * SECTICKS;
H A Dfsm.c178 if (new == ST_STOPPED && fp->StoppedTimer.load) {
272 fp->OpenTimer.load = fp->open_mode * SECTICKS;
H A Dbundle.c485 bundle->choked.timer.load = bundle->cfg.choked.timeout * SECTICKS;
736 * Attempt to load the tunnel interface KLD if it isn't loaded
1192 bundle->idle.timer.load = secs * SECTICKS;
1249 bundle->session.timer.load = secs * SECTICKS;
H A Dcbcp.c137 cbcp->fsm.timer.load = timeout * SECTICKS;
H A Dccp.c326 /* Set fsm timer load */
329 fp->FsmTimer.load = ccp->cfg.fsm.timeout * SECTICKS;
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_sa.c421 static int saloadunload(struct cam_periph *periph, int load);
1901 * will now attempt to rewind/load it.
3387 saloadunload(struct cam_periph *periph, int load) argument
3399 FALSE, FALSE, load, SSD_FULL_SIZE, REWIND_TIMEOUT);
3401 softc->dsreg = (load)? MTIO_DSREG_LD : MTIO_DSREG_UNL;
3406 if (error || load == 0)
3493 int reten, int load, u_int8_t sense_len,
3507 if (load)
3490 scsi_load_unload(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int immediate, int eot, int reten, int load, u_int8_t sense_len, u_int32_t timeout) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp546 /// referenced by a load instruction with the base register that is the Pc.
2513 unsigned load = fieldFromInstruction(Insn, 21, 1); local
2514 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder)
2528 unsigned load = fieldFromInstruction(Insn, 21, 1); local
2529 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder)
2541 unsigned load = fieldFromInstruction(Insn, 21, 1); local
2542 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder)
2551 unsigned load = fieldFromInstruction(Insn, 21, 1); local
2552 return load ? DecodeVLDInstruction(Inst, Insn, Address, Decoder)
3655 unsigned load local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl154 // load A-H
225 // in 64-bit mode I load whole X[16] at once and take care of alignment...
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_drv.c586 if (dev->driver->load != NULL) {
589 retcode = -dev->driver->load(dev,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp697 /// CreateCoercedLoad - Create a load from \arg SrcPtr interpreted as
709 // If SrcTy and Ty are the same, just do a load.
730 // If load is legal, just bitcast the src pointer.
741 // FIXME: Use better alignment / avoid requiring aligned load.
1572 // Look for an ordinary load of 'self'.
1574 llvm::LoadInst *load = local
1576 if (!load || load->isAtomic() || load->isVolatile() ||
1577 load
[all...]
H A DCGObjC.cpp513 /// emitStructGetterCall - Call the runtime function to load a property
549 // FIXME: Allow unaligned atomic load/store on x86. (It is not
855 // Perform an atomic load. This does not impose ordering constraints.
858 llvm::LoadInst *load = Builder.CreateLoad(ivarAddr, "load"); local
859 load->setAlignment(strategy.getIvarAlignment().getQuantity());
860 load->setAtomic(llvm::Unordered);
865 Builder.CreateStore(load, Builder.CreateBitCast(ReturnValue, bitcastType));
946 // We want to load and autoreleaseReturnValue ARC __weak ivars.
950 // Otherwise we want to do a simple load, suppressin
1131 llvm::Value *load = Builder.CreateLoad(argAddr); local
[all...]
H A DCGExpr.cpp898 /// Can we constant-emit a load of a reference to a variable of the
1081 // Now load value.
1247 // load of a __weak object.
1261 // Everything needs a load.
1290 "bf.load");
1403 // load of a __weak object.
1411 // load of a __strong object.
1453 // See if there are other bits in the bitfield's storage we'll need to load
1458 "bf.load");
2518 // If this is a reference field, load th
2520 llvm::LoadInst *load = Builder.CreateLoad(addr, "ref"); local
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dmips-dis.c44 /* Generate Octeon/MIPS unaligned load and store instructions. */
1171 Note that there is no load/store cp0 instructions, and
1601 $pc. We assume it's load. */
2150 octeon-useun Disassemble Octeon unaligned load/store instructions.\n"));
2153 no-octeon-useun Disassemble mips unaligned load/store instructions.\n"));
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp66 if (!f->load()) {
/freebsd-9.3-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp117 if (!f->load()) {
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp680 INSTKEYWORD(load, Load);
/freebsd-9.3-release/sys/arm/mv/
H A Dmv_sata.c577 if ((error = ch->dma.load(request, NULL, NULL))) {
/freebsd-9.3-release/sys/boot/common/
H A Dmodule.c66 /* load address should be tweaked by first module loaded (kernel) */
84 * load an object, either a disk file or code module.
86 * To load a file, the syntax is:
88 * load -t <type> <path>
92 * load <path> <options>
95 COMMAND_SET(load, "load", "load a kernel or module", command_load);
130 * Request to load a raw file?
134 command_errmsg = "invalid load typ
[all...]
/freebsd-9.3-release/sys/dev/ata/
H A Data-all.h509 int (*load)(struct ata_request *request, void *addr, int *nsegs); member in struct:ata_dma
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-marvell.c408 if ((error = ch->dma.load(request, NULL, NULL))) {
/freebsd-9.3-release/sys/dev/drm/
H A DdrmP.h550 int (*load)(struct drm_device *, unsigned long flags); member in struct:drm_driver_info
/freebsd-9.3-release/sys/mips/mips/
H A Dswtch.S231 PTR_L a0, TD_PCB(a0) # load PCB addr of curproc

Completed in 346 milliseconds

12345678