Searched refs:sd (Results 151 - 175 of 183) sorted by relevance

12345678

/openbsd-current/sys/dev/ic/
H A Drtw.c639 struct seeprom_descriptor sd; local
642 bzero(&sd, sizeof(sd));
649 sd.sd_chip = C56_66;
653 sd.sd_chip = C46;
673 sd.sd_tag = regs->r_bt;
674 sd.sd_bsh = regs->r_bh;
675 sd.sd_regsize = 1;
676 sd.sd_control_offset = RTW_9346CR;
677 sd
[all...]
H A Daic7xxxvar.h1333 struct seeprom_descriptor *sd);
1334 void ahc_release_seeprom(struct seeprom_descriptor *sd);
/openbsd-current/etc/etc.sparc64/
H A DMAKEDEV36 # sd* SCSI disks, including flopticals
671 wd*|sd*)
674 sd*) dodisk sd $U 7 17 $U 0;;
/openbsd-current/sys/arch/mips64/mips64/
H A Dlcore_ddb.S128 sd a1, (a0)
H A Dlcore_access.S139 sd zero, 0(a0)
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DTrig.pm195 my $sd = sin($d);
197 return ($theta0, $phi0) if $sd == 0;
199 my $A = sin((1 - $point) * $d) / $sd;
200 my $B = sin( $point * $d) / $sd;
/openbsd-current/sys/dev/pci/
H A Dips.c835 struct scsi_sense_data sd; local
933 bzero(&sd, sizeof(sd));
934 sd.error_code = SSD_ERRCODE_CURRENT;
935 sd.flags = SKEY_NO_SENSE;
936 scsi_copy_internal_data(xs, &sd, sizeof(sd));
/openbsd-current/sys/arch/i386/i386/
H A Dtrap.c242 vaddr_t gdt_cs = SEGDESC_LIMIT(curcpu()->ci_gdt[GUCODE_SEL].sd);
H A Dpmap.c810 curcpu()->ci_gdt[GUCODE_SEL].sd = pm->pm_codeseg;
1524 self->ci_gdt[GUCODE_SEL].sd = pmap->pm_codeseg;
1525 self->ci_gdt[GUFS_SEL].sd = pcb->pcb_threadsegs[TSEG_FS];
1526 self->ci_gdt[GUGS_SEL].sd = pcb->pcb_threadsegs[TSEG_GS];
/openbsd-current/share/man/man4/
H A DMakefile86 safte.4 sbus.4 schsio.4 scmi.4 scsi.4 sd.4 \
/openbsd-current/usr.sbin/dhcrelay6/
H A Ddhcrelay6.c953 int sd = *(int *)l->local; local
976 if ((recvlen = recvmsg(sd, &msg, 0)) == -1) {
/openbsd-current/sys/dev/wscons/
H A Dwsdisplay.c429 struct wsdisplay_addscreendata *sd)
433 if (sd->idx < 0 && sc->sc_focus)
434 sd->idx = sc->sc_focusidx;
436 if (sd->idx < 0 || sd->idx >= WSDISPLAY_MAXSCREEN)
439 scr = sc->sc_scr[sd->idx];
443 strlcpy(sd->screentype, scr->scr_dconf->scrdata->name,
445 strlcpy(sd->emul, scr->scr_dconf->wsemul->name, WSEMUL_NAME_SIZE);
428 wsdisplay_getscreen(struct wsdisplay_softc *sc, struct wsdisplay_addscreendata *sd) argument
/openbsd-current/sys/sys/
H A Dconf.h582 bdev_decl(sd); variable
583 cdev_decl(sd); variable
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_pm.c1210 enable |= rdev->pm.dpm.sd > 0;
1221 if ((rdev->pm.dpm.sd == 1) && (rdev->pm.dpm.hd == 0))
1223 else if ((rdev->pm.dpm.sd == 2) && (rdev->pm.dpm.hd == 0))
1225 else if ((rdev->pm.dpm.sd == 0) && (rdev->pm.dpm.hd == 1))
1227 else if ((rdev->pm.dpm.sd == 0) && (rdev->pm.dpm.hd == 2))
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dlang.c509 { sd, "sd", "Sindhi" },
/openbsd-current/gnu/gcc/gcc/config/mcore/
H A Dlib1.asm243 All of these shortcircuit the return path so that __cmp{sd}f2
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dlib1.asm243 All of these shortcircuit the return path so that __cmp{sd}f2
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c1940 const MY_SYMLINK_REPARSE_BUFFER * const sd = local
1991 const MY_SYMLINK_REPARSE_BUFFER * const sd = local
1999 sd->PathBuffer + sd->PrintNameOffset/2,
2000 sd->PrintNameLength/2,
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ras.c1384 if (adev->dev->kobj.sd)
1402 if (adev->dev->kobj.sd)
1457 if (adev->dev->kobj.sd)
/openbsd-current/gnu/gcc/gcc/
H A Dmklibgcc.in385 _[sd]f_to_tf) [ -z "$TPBIT" ] && continue;;
/openbsd-current/libexec/security/
H A Dsecurity691 (?:ccd|dk|fd|hd|hk|hp|jb|kra|ra|rb|rd|rl|rx|rz|sd|up|vnd|wd|xd)
/openbsd-current/usr.sbin/lpd/
H A Dlp.c199 CGETSTR(sd);
/openbsd-current/lib/libcrypto/modes/asm/
H A Dghash-x86_64.pl72 $r =~ s/%[er]([sd]i)/%\1l/ or
/openbsd-current/usr.sbin/unbound/daemon/
H A Ddaemon.c99 #include <systemd/sd-daemon.h>
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/
H A DLangTags.pm668 as bn gu kn ks kok ml mni mr ne or pa sa sd te ta ur

Completed in 406 milliseconds

12345678