Home
last modified time | relevance | path

Searched refs:dl (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/freebsd/usr.sbin/ppp/
H A Ddatalink.c106 dl->dial.timer.arg = dl; in datalink_StartDialTimer()
136 dl->dial.tries = dl->cfg.dial.max; in datalink_HangupDone()
160 bundle_LinkClosed(dl->bundle, dl); in datalink_HangupDone()
175 dl->name, dl->cfg.reconnect.max - dl->reconnect_tries, in datalink_HangupDone()
199 dl->phone.next = dl->phone.list; in datalink_ChoosePhoneNumber()
291 dl->name, dl->cfg.dial.max - dl->dial.tries, in datalink_UpdateSet()
850 dl->fsmp.object = dl; in datalink_Create()
858 pap_Init(&dl->pap, dl->physical); in datalink_Create()
903 dl->fsmp.object = dl; in datalink_Clone()
1329 dl->name = strdup(dl->name); in iov2datalink()
[all …]
H A Dbundle.c220 for (dl = bundle->links; dl; dl = dl->next) in bundle_ClearQueues()
250 for (dl = bundle->links; dl; dl = dl->next) in bundle_LinksRemoved()
337 for (dl = bundle->links; dl; dl = dl->next) { in bundle_LayerDown()
377 for (dl = bundle->links; dl; dl = dl->next) in bundle_LayerFinish()
401 for (dl = bundle->links; dl; dl = dl->next) { in bundle_Close()
446 for (dl = bundle->links; dl; dl = dl->next) in bundle_Down()
497 for (dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet()
516 for (dl = bundle->links; dl; dl = dl->next) in bundle_IsSet()
542 for (dl = bundle->links; dl; dl = dl->next) in bundle_DescriptorRead()
655 for (dl = bundle->links; dl; dl = dl->next) in bundle_DescriptorWrite()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_deadlist.c165 for (zap_cursor_init(&zc, dl->dl_os, dl->dl_object); in dsl_deadlist_load_tree()
224 for (zap_cursor_init(&zc, dl->dl_os, dl->dl_object); in dsl_deadlist_load_cache()
306 dl->dl_os = os; in dsl_deadlist_open()
308 VERIFY0(dmu_bonus_hold(os, object, dl, &dl->dl_dbuf)); in dsl_deadlist_open()
311 dmu_buf_rele(dl->dl_dbuf, dl); in dsl_deadlist_open()
319 dl->dl_phys = dl->dl_dbuf->db_data; in dsl_deadlist_open()
363 dmu_buf_rele(dl->dl_dbuf, dl); in dsl_deadlist_close()
418 VERIFY0(zap_update_int_key(dl->dl_os, dl->dl_object, in dle_enqueue()
436 VERIFY0(zap_update_int_key(dl->dl_os, dl->dl_object, in dle_enqueue_subobj()
534 VERIFY0(zap_add_int_key(dl->dl_os, dl->dl_object, in dsl_deadlist_add_key()
[all …]
/freebsd/lib/libc/amd64/string/
H A Dstrcat.S105 movb (%rsi),%dl
107 movb %dl,(%rdi)
109 testb %dl,%dl
132 testb %dl,%dl /* 1st byte == 0? */
138 testb %dl,%dl /* 2nd byte == 0? */
144 testb %dl,%dl /* 3rd byte == 0? */
150 testb %dl,%dl /* 4th byte == 0? */
156 testb %dl,%dl /* 5th byte == 0? */
162 testb %dl,%dl /* 6th byte == 0? */
168 testb %dl,%dl /* 7th byte == 0? */
[all …]
H A Dstpcpy.S52 movb (%rsi),%dl
54 movb %dl,(%rdi)
56 testb %dl,%dl
80 testb %dl,%dl /* 1st byte == 0? */
86 testb %dl,%dl /* 2nd byte == 0? */
92 testb %dl,%dl /* 3rd byte == 0? */
98 testb %dl,%dl /* 4th byte == 0? */
104 testb %dl,%dl /* 5th byte == 0? */
110 testb %dl,%dl /* 6th byte == 0? */
116 testb %dl,%dl /* 7th byte == 0? */
[all …]
/freebsd/usr.sbin/nvram/
H A Dnvram.c62 struct deletelist *dl; in main() local
65 dl = NULL; in main()
74 if (dl == NULL) { in main()
75 dl = malloc(sizeof(*dl)); in main()
76 if (dl == NULL) in main()
78 bzero(dl, sizeof(*dl)); in main()
79 dl->last = dl; in main()
81 dl->last->next = malloc(sizeof(*dl)); in main()
84 dl->last = dl->last->next; in main()
85 bzero(dl->last, sizeof(*dl)); in main()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp742 const SDLoc &dl(Idx); in getIndexInWord32() local
1607 const SDLoc &dl(Op); in LowerHvxBuildVector() local
1648 const SDLoc &dl(Op); in LowerHvxSplatVector() local
1670 const SDLoc &dl(Op); in LowerHvxConcatVectors() local
1766 const SDLoc &dl(Op); in LowerHvxExtractElement() local
1777 const SDLoc &dl(Op); in LowerHvxInsertElement() local
1807 const SDLoc &dl(Op); in LowerHvxExtractSubvector() local
1984 VQ, DAG.getConstant(i, dl, MVT::i32), dl, MVT::i32, DAG); in LowerHvxBitcast()
2120 InpTy, dl, DAG.getConstant(ElemWidth - 1, dl, ElemTy)); in LowerHvxFunnelShift()
2424 DAG.getSetCC(dl, PredTy, And, getZero(dl, ResTy, DAG), ISD::SETLT); in emitHvxAddWithOverflow()
[all …]
H A DHexagonISelLowering.cpp723 SDLoc dl(Op); in LowerREADCYCLECOUNTER() local
748 SDLoc dl(Op); in LowerDYNAMIC_STACKALLOC() local
1177 SDLoc dl(Op); in LowerRETURNADDR() local
1199 SDLoc dl(Op); in LowerFRAMEADDR() local
1211 SDLoc dl(Op); in LowerATOMIC_FENCE() local
1217 SDLoc dl(Op); in LowerGLOBALADDRESS() local
1252 SDLoc dl(Op); in LowerBlockAddress() local
1281 SDLoc dl(GA); in GetDynamicTLSAddr() local
1314 SDLoc dl(GA); in LowerToTLSInitialExecModel() local
1356 SDLoc dl(GA); in LowerToTLSLocalExecModel() local
[all …]
/freebsd/usr.bin/rpcgen/
H A Drpc_cout.c288 decl_list *dl; in emit_program() local
297 for (dl = plist->args.decls; dl != NULL; in emit_program()
298 dl = dl->next) in emit_program()
372 decl_list *dl; in inline_struct() local
390 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) { /* xxx */ in inline_struct()
397 cur = dl; in inline_struct()
538 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
543 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
555 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
577 for (dl = def->def.st.decls; dl != NULL; dl = dl->next) in emit_struct()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp895 SDLoc dl(N); in tryBitfieldInsert() local
1500 SDLoc dl(N); in selectI64Imm() local
2230 getI32Imm(0, dl), getI32Imm(31, dl) }; in SelectAndParts32()
2290 getI32Imm(0, dl), getI32Imm(31, dl) }; in Select32()
2393 { ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMask64()
2401 { ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMask64()
2408 { ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMask64()
2415 { ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMask64()
2457 { ExtendToInt64(Base, dl), ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMaskIns64()
2465 { ExtendToInt64(Base, dl), ExtendToInt64(V, dl), getI32Imm(RLAmt, dl), in SelectRotMaskIns64()
[all …]
H A DPPCISelLowering.cpp2795 SDLoc dl(N); in SelectAddressRegImm() local
2903 SDLoc dl(N); in SelectAddressRegImm34() local
3363 SDLoc dl(GA); in LowerGlobalTLSAddressAIX() local
3445 SDLoc dl(GA); in LowerGlobalTLSAddressLinux() local
3620 SDLoc dl(Op); in LowerSETCC() local
3866 SDLoc dl(Op); in LowerINIT_TRAMPOLINE() local
8733 dl, in LowerINT_TO_FP()
9701 SDLoc dl(N); in lowerToVINSERTB() local
9807 SDLoc dl(N); in lowerToVINSERTH() local
11068 SDLoc dl(N); in LowerATOMIC_LOAD_STORE() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp418 SDLoc dl(N); in PromoteIntRes_BITCAST() local
524 SDLoc dl(N); in PromoteIntRes_BSWAP() local
552 SDLoc dl(N); in PromoteIntRes_BITREVERSE() local
588 SDLoc dl(N); in PromoteIntRes_Constant() local
602 SDLoc dl(N); in PromoteIntRes_CTLZ() local
662 SDLoc dl(N); in PromoteIntRes_CTTZ() local
699 SDLoc dl(N); in PromoteIntRes_EXTRACT_VECTOR_ELT() local
726 SDLoc dl(N); in PromoteIntRes_FP_TO_XINT() local
780 SDLoc dl(N); in PromoteIntRes_FP_TO_XINT_SAT() local
787 SDLoc dl(N); in PromoteIntRes_FP_TO_FP16_BF16() local
[all …]
H A DLegalizeTypesGeneric.cpp45 SDLoc dl(N); in ExpandRes_BITCAST() local
213 SDLoc dl(N); in ExpandRes_EXTRACT_VECTOR_ELT() local
250 SDLoc dl(N); in ExpandRes_NormalLoad() local
292 SDLoc dl(N); in ExpandRes_VAARG() local
333 SDLoc dl(N); in ExpandOp_BITCAST() local
374 SDLoc dl(N); in ExpandOp_BUILD_VECTOR() local
410 SDLoc dl(N); in ExpandOp_INSERT_VECTOR_ELT() local
443 SDLoc dl(N); in ExpandOp_SCALAR_TO_VECTOR() local
459 SDLoc dl(N); in ExpandOp_NormalStore() local
508 SDLoc dl(N); in SplitRes_Select() local
[all …]
H A DLegalizeDAG.cpp297 SDLoc dl(CFP); in ExpandConstantFP() local
354 SDLoc dl(CP); in ExpandConstant() local
448 SDLoc dl(ST); in OptimizeFloatStore() local
502 SDLoc dl(Node); in LegalizeStoreOps() local
681 SDLoc dl(Node); in LegalizeLoadOps() local
1383 SDLoc dl(Op); in ExpandExtractFromVectorThroughStack() local
1470 SDLoc dl(Op); in ExpandInsertToVectorThroughStack() local
1508 SDLoc dl(Node); in ExpandVectorBuildThroughStack() local
1721 SDLoc dl(Node); in ExpandDYNAMIC_STACKALLOC() local
1809 SDLoc dl(Node); in ExpandSCALAR_TO_VECTOR() local
[all …]
H A DTargetLowering.cpp582 SDLoc dl(Op); in ShrinkDemandedOp() local
1098 SDLoc dl(Op); in SimplifyDemandedBits() local
6157 SDLoc dl(N); in BuildSDIV() local
6319 SDLoc dl(N); in BuildUDIV() local
7661 SDLoc dl(N); in expandDIVREMByConstant() local
8915 ISD::AND, dl, VT, DAG.getNOT(dl, Op, VT), in expandCTTZ()
8945 SDLoc dl(N); in expandABS() local
8999 SDLoc dl(N); in expandABD() local
9031 SDLoc dl(N); in expandBSWAP() local
9089 SDLoc dl(N); in expandVPBSWAP() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp103 Count = DAG.getIntPtrConstant(SizeVal, dl); in EmitTargetCodeForMemset()
112 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, dl, AVT), in EmitTargetCodeForMemset()
117 Count = DAG.getIntPtrConstant(SizeVal, dl); in EmitTargetCodeForMemset()
132 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops); in EmitTargetCodeForMemset()
141 DAG.getMemset(Chain, dl, in EmitTargetCodeForMemset()
165 Chain = DAG.getCopyToReg(Chain, dl, DI, Dst, InGlue); in emitRepmovs()
172 return DAG.getNode(X86ISD::REP_MOVS, dl, Tys, Ops); in emitRepmovs()
231 emitRepmovs(Subtarget, DAG, dl, Chain, Dst, Src, in emitConstantSizeRepmov()
252 Chain, dl, in emitConstantSizeRepmov()
253 DAG.getNode(ISD::ADD, dl, DstVT, Dst, DAG.getConstant(Offset, dl, DstVT)), in emitConstantSizeRepmov()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_deadlist.h93 void dsl_deadlist_close(dsl_deadlist_t *dl);
97 void dsl_deadlist_insert(dsl_deadlist_t *dl, const blkptr_t *bp,
103 void dsl_deadlist_remove_entry(dsl_deadlist_t *dl, uint64_t mintxg,
105 dsl_deadlist_entry_t *dsl_deadlist_first(dsl_deadlist_t *dl);
106 dsl_deadlist_entry_t *dsl_deadlist_last(dsl_deadlist_t *dl);
107 uint64_t dsl_deadlist_clone(dsl_deadlist_t *dl, uint64_t maxtxg,
109 void dsl_deadlist_space(dsl_deadlist_t *dl,
111 void dsl_deadlist_space_range(dsl_deadlist_t *dl,
114 void dsl_deadlist_merge(dsl_deadlist_t *dl, uint64_t obj, dmu_tx_t *tx);
117 boolean_t dsl_deadlist_is_open(dsl_deadlist_t *dl);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp246 SDLoc dl(GA); in getGlobalAddressWrapper() local
318 SDLoc dl(CP); in LowerConstantPool() local
341 SDLoc dl(Op); in LowerBR_JT() local
490 SDLoc dl(Op); in LowerSTORE() local
535 SDLoc dl(Op); in LowerSMUL_LOHI() local
552 SDLoc dl(Op); in LowerUMUL_LOHI() local
637 SDLoc dl(N); in TryExpandADDWithMul() local
694 SDLoc dl(N); in ExpandADDSUB() local
753 SDLoc dl(Op); in LowerVASTART() local
817 SDLoc dl(Op); in LowerEH_RETURN() local
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c147 zfs_dirlock_t *dl; in zfs_dirent_lock() local
252 for (dl = dzp->z_dirlocks; dl != NULL; dl = dl->dl_next) { in zfs_dirent_lock()
263 if (dl == NULL) { in zfs_dirent_lock()
298 dl->dl_namesize = strlen(dl->dl_name) + 1; in zfs_dirent_lock()
300 memcpy(name, dl->dl_name, dl->dl_namesize); in zfs_dirent_lock()
337 *dlpp = dl; in zfs_dirent_lock()
369 kmem_free(dl->dl_name, dl->dl_namesize); in zfs_dirent_unlock()
371 kmem_free(dl, sizeof (*dl)); in zfs_dirent_unlock()
596 zfs_dirlock_t dl; in zfs_purgedir() local
628 memset(&dl, 0, sizeof (dl)); in zfs_purgedir()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp105 Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src); in EmitSpecializedLibcall()
107 Src = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Src); in EmitSpecializedLibcall()
128 CLI.setDebugLoc(dl) in EmitSpecializedLibcall()
179 DAG.getZExtOrTrunc(Size, dl, MVT::i32)); in EmitTargetCodeForMemcpy()
232 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, in EmitTargetCodeForMemcpy()
233 DAG.getConstant(NumRegs, dl, MVT::i32)); in EmitTargetCodeForMemcpy()
259 Loads[i] = DAG.getLoad(VT, dl, Chain, in EmitTargetCodeForMemcpy()
275 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy()
290 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size, in EmitTargetCodeForMemmove()
308 Src = DAG.getSplatBuildVector(MVT::v16i8, dl, in EmitTargetCodeForMemset()
[all …]
/freebsd/lib/libc/iconv/
H A Dcitrus_db.c115 if (dl != NULL && dl->dl_offset>0) { in _citrus_db_lookup()
116 hashval = dl->dl_hashval; in _citrus_db_lookup()
117 offset = dl->dl_offset; in _citrus_db_lookup()
124 if (dl) in _citrus_db_lookup()
125 dl->dl_hashval = hashval; in _citrus_db_lookup()
140 if (dl) { in _citrus_db_lookup()
141 dl->dl_offset = offset; in _citrus_db_lookup()
143 dl->dl_offset = _region_size(&db->db_region); in _citrus_db_lookup()
188 return (_citrus_db_lookup(db, &r, data, dl)); in _citrus_db_lookup_by_string()
193 uint8_t *rval, struct _citrus_db_locator *dl) in _citrus_db_lookup8_by_string() argument
[all …]
/freebsd/sys/crypto/openssl/amd64/
H A Drc4-x86_64.S55 addb %dl,%al
75 addb %al,%dl
83 addb %bl,%dl
91 addb %al,%dl
99 addb %bl,%dl
107 addb %al,%dl
115 addb %bl,%dl
123 addb %al,%dl
132 addb %bl,%dl
160 addb %dl,%al
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe51_pack.S117 movb %dl,7(%rdi)
121 movb %dl,8(%rdi)
125 movb %dl,9(%rdi)
129 movb %dl,10(%rdi)
133 movb %dl,11(%rdi)
144 movb %dl,13(%rdi)
148 movb %dl,14(%rdi)
152 movb %dl,15(%rdi)
156 movb %dl,16(%rdi)
160 movb %dl,17(%rdi)
[all …]
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c495 (*dl)-=4; in sldns_rr_tcttl_scan()
508 (*dl)-=8; in sldns_rr_tcttl_scan()
1360 (*dl)--; in sldns_wire2str_int8_scan()
1370 (*dl)-=2; in sldns_wire2str_int16_scan()
1380 (*dl)-=4; in sldns_wire2str_int32_scan()
1390 (*dl)-=4; in sldns_wire2str_period_scan()
1414 (*dl)-=6; in sldns_wire2str_tsigtime_scan()
1472 (*dl)--; in sldns_wire2str_str_scan()
1637 (*dl)--; in sldns_wire2str_nsec3_salt_scan()
1815 (*dl)--; in sldns_wire2str_wks_scan()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp37 SDLoc dl, SelectionDAG &DAG,
209 SDLoc dl(Op); in LowerSELECT_CC() local
220 SDLoc dl(Op); in LowerSIGN_EXTEND_INREG() local
232 SDValue SR = DAG.getNode(ISD::SRA, dl, MVT::i32, LS, in LowerSIGN_EXTEND_INREG()
243 SDLoc dl(Op); in LowerBR_CC() local
266 SDLoc &dl = CLI.DL; in LowerCall() local
610 Chain, dl, FIN, ArgDI.SDV, DAG.getConstant(Size, dl, MVT::i32), in LowerCallArguments()
688 Chain, dl, OutVals[i], FIN, in LowerReturn()
755 SDLoc dl(Op); in LowerFRAMEADDR() local
766 SDLoc dl(GN); in LowerGlobalAddress() local
[all …]

12345678910>>...16