Searched refs:dl (Results 176 - 200 of 308) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c262 struct disklabel dl; local
360 ioctl(fd, DIOCGDINFO, &dl) == 0 &&
361 dl.d_partitions[DISKPART(st.st_rdev)].p_size > 0) {
/freebsd-current/sys/dev/sound/pcm/
H A Dbuffer.h41 volatile int dl; /* transfer size */ member in struct:snd_dbuf
H A Dbuffer.c338 b->dl = 0;
454 return b->dl;
460 b->dl = go? b->blksz : 0;
738 printf(" dl: %d, rp: %d, rl: %d, hp: %d", b->dl, b->rp, b->rl, b->hp);
/freebsd-current/usr.sbin/ppp/
H A Dphysical.h86 struct datalink *dl; /* my owner */ member in struct:physical
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h124 const SDLoc &dl, SelectionDAG &DAG,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp429 DebugLoc dl; variable
436 BuildMI(MBB, IP, dl, TII->get(PPC::LIS), InDSCR)
438 BuildMI(MBB, IP, dl, TII->get(PPC::ORI), InDSCR)
441 BuildMI(MBB, IP, dl, TII->get(PPC::MTUDSCR))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.h40 const SDLoc &dl, EVT Ty, bool HasLo,
H A DMipsSEInstrInfo.cpp758 DebugLoc dl = I->getDebugLoc(); local
785 BuildMI(MBB, I, dl,
791 BuildMI(MBB, I, dl, get(Mips::MFC1), DstReg).addReg(SubReg);
800 DebugLoc dl = I->getDebugLoc(); local
826 BuildMI(MBB, I, dl, Mtc1Tdd, TRI.getSubReg(DstReg, Mips::sub_lo))
841 BuildMI(MBB, I, dl,
850 BuildMI(MBB, I, dl, Mtc1Tdd, TRI.getSubReg(DstReg, Mips::sub_hi))
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp291 DebugLoc dl; ///< The debug location for the variable. This is member in class:__anon1883::UserValue
325 : Variable(var), Fragment(Fragment), dl(std::move(L)), leader(this),
493 const DebugLoc &getDebugLoc() { return dl; }
501 DebugLoc dl; ///< The debug location for the label. This is member in class:__anon1883::UserLabel
513 : Label(label), dl(std::move(L)), loc(Idx) {}
518 return Label == L && dl->getInlinedAt() == IA && loc == Index;
526 const DebugLoc &getDebugLoc() { return dl; }
725 printExtendedName(OS, Variable, dl);
749 printExtendedName(OS, Label, dl);
1182 if (!dl
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Dbrowser.c254 WebKitDownload *dl,
258 uri = webkit_download_get_uri(dl);
253 view_cb_download_requested(WebKitWebView *view, WebKitDownload *dl, struct browser_context *ctx) argument
/freebsd-current/crypto/openssl/include/openssl/
H A Dconf.h80 #define lh_CONF_VALUE_set_down_load(lh, dl) OPENSSL_LH_set_down_load(ossl_check_CONF_VALUE_lh_type(lh), dl)
/freebsd-current/stand/i386/libi386/
H A Drelocater_tramp.S227 movb %ds:(%si), %dl
237 movb %dl, %ds:(%si)
/freebsd-current/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1150 driverlink_t dl, dlfirst; local
1156 for (dl = dlfirst; dl; dl = TAILQ_NEXT(dl, link)) {
1157 if(strcmp(dl->driver->name, driver_name) == 0) {
1158 tmpdriver=dl->driver;
1159 dl->driver=dlfirst->driver;
/freebsd-current/tests/sys/cddl/zfs/tests/acl/
H A Dacl_common.kshlib435 value=$($LS -dl $node | $AWK '{print $3}')
456 value=$($LS -dl $node | $AWK '{print $4}')
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1225 driverlink_t dl, dlfirst; local
1231 for (dl = dlfirst; dl; dl = TAILQ_NEXT(dl, link)) {
1232 if(strcmp(dl->driver->name, driver_name) == 0) {
1233 tmpdriver=dl->driver;
1234 dl->driver=dlfirst->driver;
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacoutput.h251 #define ACPI_DEBUG_LEVEL(dl) (UINT32) dl,ACPI_DEBUG_PARAMETERS
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h307 SDValue EmitTest(SDValue Op0, unsigned M68kCC, const SDLoc &dl,
312 SDValue EmitCmp(SDValue Op0, SDValue Op1, unsigned M68kCC, const SDLoc &dl,
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm146 mov dl, BYTE PTR _sv$[esp]
147 lock cmpxchg BYTE PTR [ecx], dl
362 mov dl, BYTE PTR _sv$[esp]
363 lock cmpxchg BYTE PTR [ecx], dl
731 mov al, dl ; "cv"
733 lock cmpxchg BYTE PTR [rcx], dl
834 ; d: dl
843 mov al, dl
940 mov al, dl ; "cv"
942 lock cmpxchg BYTE PTR [rcx], dl
[all...]
/freebsd-current/sys/net/
H A Dif_llatbl.c968 struct sockaddr_dl *dl = local
980 if (dl == NULL || dl->sdl_family != AF_LINK)
984 ifp = ifnet_byindex(dl->sdl_index);
987 __func__, dl->sdl_index);
1009 if (lltable_calc_llheader(ifp, dst->sa_family, LLADDR(dl),
/freebsd-current/contrib/unbound/validator/
H A Dval_anchor.c353 * @param dl: length of dname.
358 size_t dl)
362 sldns_wirerr_get_type(rr, rl, dl),
363 sldns_wirerr_get_class(rr, rl, dl),
364 sldns_wirerr_get_rdatawl(rr, rl, dl),
365 sldns_wirerr_get_rdatalen(rr, rl, dl)+2))) {
369 rr, sldns_wirerr_get_type(rr, rl, dl),
370 sldns_wirerr_get_class(rr, rl, dl));
357 anchor_store_new_rr(struct val_anchors* anchors, uint8_t* rr, size_t rl, size_t dl) argument
/freebsd-current/contrib/bionic-x86_64-string/
H A Dsse2-strcpy-slm.S1085 mov (%rsi), %dl
1086 mov %dl, (%rdi)
1112 mov 2(%rsi), %dl
1114 mov %dl, 2(%rdi)
1140 mov 4(%rsi), %dl
1142 mov %dl, 4(%rdi)
1198 mov 8(%rsi), %dl
1200 mov %dl, 8(%rdi)
1377 mov 20(%rsi), %dl
1380 mov %dl, 2
[all...]
/freebsd-current/sys/amd64/amd64/
H A Dsupport.S94 cmpb $8,%dl
97 cmpb $4,%dl
100 cmpb $2,%dl
103 cmpb $1,%dl
191 cmpb $0,%dl
372 movb (%rsi),%dl
373 movb %dl,(%rdi)
500 movb 7(%rsi),%dl
501 movb %dl,7(%rdi)
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_lib.c795 * ( basically, min(len(a),len(b)) ), and dl, which is the delta between the
800 int bn_cmp_part_words(const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
805 if (dl < 0) {
806 for (i = dl; i < 0; i++) {
811 if (dl > 0) {
812 for (i = dl; i > 0; i--) {
/freebsd-current/sys/crypto/openssl/amd64/
H A Daes-x86_64.S27 movzbl %dl,%ebp
44 movzbl %dl,%edi
79 movzbl %dl,%esi
107 movzbl %dl,%edi
182 movzbl %dl,%r8d
204 movzbl %dl,%r9d
443 movzbl %dl,%ebp
460 movzbl %dl,%edi
496 movzbl %dl,%esi
524 movzbl %dl,
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp676 DebugLoc dl = MI.getDebugLoc(); local
688 NewMI = BuildMI(*MBB, jmpPos, dl, QII->get(opc))
694 NewMI = BuildMI(*MBB, jmpPos, dl, QII->get(opc))

Completed in 215 milliseconds

1234567891011>>