Searched refs:sd (Results 51 - 75 of 183) sorted by relevance

12345678

/openbsd-current/sys/dev/ic/
H A Daic7xxx_seeprom.c96 struct seeprom_descriptor sd; local
101 sd.sd_tag = ahc->tag;
102 sd.sd_bsh = ahc->bsh;
103 sd.sd_regsize = 1;
104 sd.sd_control_offset = SEECTL;
105 sd.sd_status_offset = SEECTL;
106 sd.sd_dataout_offset = SEECTL;
116 sd.sd_chip = C56_66;
118 sd.sd_chip = C46;
120 sd
355 configure_termination(struct ahc_softc *ahc, struct seeprom_descriptor *sd, u_int adapter_control, u_int *sxfrctl1) argument
664 ahc_acquire_seeprom(struct ahc_softc *ahc, struct seeprom_descriptor *sd) argument
692 ahc_release_seeprom(struct seeprom_descriptor *sd) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/riscv/
H A Dsave.S102 sd s11, 8(sp)
114 sd s10, 16(sp)
115 sd s9, 24(sp)
127 sd s8, 32(sp)
128 sd s7, 40(sp)
140 sd s6, 48(sp)
141 sd s5, 56(sp)
153 sd s4, 64(sp)
154 sd s3, 72(sp)
166 sd s
[all...]
/openbsd-current/regress/lib/libc/sys/
H A Dt_listen.c110 int sd, val; local
112 sd = socket(AF_INET, SOCK_STREAM, 0);
113 ATF_REQUIRE_MSG(sd != -1, "socket failed: %s", strerror(errno));
116 if (setsockopt(sd, IPPROTO_IP, IP_PORTRANGE, &val,
120 if (listen(sd, 5) == -1) {
129 close(sd);
/openbsd-current/lib/libcrypto/cms/
H A Dcms_sd.c119 cms_sd_set_version(CMS_SignedData *sd) argument
126 for (i = 0; i < sk_CMS_CertificateChoices_num(sd->certificates); i++) {
127 cch = sk_CMS_CertificateChoices_value(sd->certificates, i);
129 if (sd->version < 5)
130 sd->version = 5;
132 if (sd->version < 4)
133 sd->version = 4;
135 if (sd->version < 3)
136 sd->version = 3;
140 for (i = 0; i < sk_CMS_RevocationInfoChoice_num(sd
342 CMS_SignedData *sd; local
533 CMS_SignedData *sd; local
603 CMS_SignedData *sd; local
890 CMS_SignedData *sd; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dcrti.asm10 sd $31,40($sp)
22 sd $31,40($sp)
H A Dirix-crti.asm37 sd $31,0($sp)
38 sd $28,8($sp)
49 sd $31,0($sp)
50 sd $28,8($sp)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mips/
H A Dcrti.asm10 sd $31,40($sp)
22 sd $31,40($sp)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20030815-1.c22 int sd = sizeof (D); variable
/openbsd-current/sys/lib/libsa/
H A Dcread.c62 static struct sd { struct
96 get_byte(struct sd *s)
116 getLong(struct sd *s)
131 check_header(struct sd *s)
198 struct sd *s = 0;
204 ss[fd] = s = alloc(sizeof(struct sd));
207 bzero(s, sizeof(struct sd));
224 free(s, sizeof(struct sd));
233 struct sd *s;
249 free(s, sizeof(struct sd));
[all...]
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dstart.S145 sd a0, 0(sp)
146 sd a1, 8(sp)
154 sd zero, 0(a0)
/openbsd-current/sys/arch/i386/include/
H A Dsegments.h101 struct segment_descriptor sd; member in union:descriptor
118 #define SEGDESC_LIMIT(sd) (ptoa(((sd).sd_hilimit << 16) | (sd).sd_lolimit))
/openbsd-current/sys/arch/riscv64/include/
H A Dasm.h65 sd ra, 8(sp); \
66 sd fp, 0(sp); \
114 sd handler, PCB_ONFAULT(tmp0); /* Set the handler */ \
119 sd handler, PCB_ONFAULT(pcb) /* Set the handler */
/openbsd-current/usr.bin/libtool/LT/
H A DLibrary.pm97 foreach my $sd (@$dirs) {
100 my $bestlib = $self->findbest($sd, $libtofind);
102 tsay {"found $libtofind in $sd"};
107 my $spath = "$sd/lib$libtofind$pic.a";
109 tsay {"found static $libtofind in $sd"};
116 my $spath = "$sd/lib$libtofind.a";
118 tsay {"found static $libtofind in $sd"};
140 sub findbest($self, $sd, $name)
143 if (opendir(my $dir, $sd)) {
149 $best = "$sd/
[all...]
/openbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c488 struct seeprom_descriptor sd; local
494 sd.sd_tag = ahc->tag;
495 sd.sd_bsh = ahc->bsh;
496 sd.sd_regsize = 1;
497 sd.sd_control_offset = SEECTL_2840;
498 sd.sd_status_offset = STATUS_2840;
499 sd.sd_dataout_offset = STATUS_2840;
500 sd.sd_chip = C46;
501 sd.sd_MS = 0;
502 sd
[all...]
/openbsd-current/libexec/spamd/
H A Dsync.c244 struct spam_synctlv_addr *sd; local
328 sd = (struct spam_synctlv_addr *)tlv;
329 if (sizeof(*sd) != ntohs(tlv->st_length))
332 ip.s_addr = sd->sd_ip;
333 expire = ntohl(sd->sd_expire);
349 sd = (struct spam_synctlv_addr *)tlv;
350 if (sizeof(*sd) != ntohs(tlv->st_length))
353 ip.s_addr = sd->sd_ip;
354 expire = ntohl(sd->sd_expire);
524 struct spam_synctlv_addr sd; local
[all...]
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dlocore.S89 sd t6, (t0)
100 sd t5, (s1) /* Store PTE entry to position */
155 sd zero, 0(t0)
161 sd t0, RISCV_BOOTPARAMS_KERN_L1PT(sp)
162 sd s9, RISCV_BOOTPARAMS_KERN_PHYS(sp)
164 sd t0, RISCV_BOOTPARAMS_KERN_STACK(sp)
165 sd a1, RISCV_BOOTPARAMS_DTBP_PHYS(sp)
172 sd t1, 0(t0)
/openbsd-current/sys/dev/pci/
H A Dsili_pci.c79 const struct sili_device *sd; local
82 sd = &sili_devices[i];
83 if (sd->sd_vendor == PCI_VENDOR(pa->pa_id) &&
84 sd->sd_product == PCI_PRODUCT(pa->pa_id))
85 return (sd);
103 const struct sili_device *sd; local
108 sd = sili_lookup(pa);
116 sc->sc_nports = sd->sd_nports;
H A Dif_txp.c595 struct txp_swdesc *sd; local
619 bcopy((u_long *)&rxd->rx_vaddrlo, &sd, sizeof(sd));
621 bus_dmamap_sync(sc->sc_dmat, sd->sd_map, 0,
622 sd->sd_map->dm_mapsize, BUS_DMASYNC_POSTREAD);
623 bus_dmamap_unload(sc->sc_dmat, sd->sd_map);
624 bus_dmamap_destroy(sc->sc_dmat, sd->sd_map);
625 m = sd->sd_mbuf;
626 free(sd, M_DEVBUF, 0);
718 struct txp_swdesc *sd; local
798 struct txp_swdesc *sd = sc->sc_txd + cons; local
846 struct txp_swdesc *sd; local
1266 struct txp_swdesc *sd; local
[all...]
/openbsd-current/lib/libc/asr/
H A Dgetnameinfo.c113 struct servent_data sd; local
130 memset(&sd, 0, sizeof (sd));
132 r = getservbyport_r(port, proto, &s, &sd);
135 endservent_r(&sd);
/openbsd-current/lib/libc/arch/riscv64/sys/
H A Dsbrk.S44 sd t3, 0(t1) // save current val of curbrk from above
H A Dbrk.S53 sd a2, 0(t1)
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_display.h36 #define amdgpu_display_add_connector(adev, ci, sd, ct, ib, coi, h, r) (adev)->mode_info.funcs->add_connector((adev), (ci), (sd), (ct), (ib), (coi), (h), (r))
/openbsd-current/sys/arch/octeon/dev/
H A Doctcrypto_asm.S106 sd t0, (a0)
108 sd t1, 8(a0)
139 sd t0, -16(a0)
141 sd t1, -8(a0)
197 sd t0, -16(a0)
199 sd t1, -8(a0)
262 sd a4, -16(a0)
264 sd a5, -8(a0)
545 sd t0, (a0)
546 sd t
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dharness-timer-report.pl103 my ($sa, $sb, $sc, $sd, $se);
148 $sd += $cpu;
159 $se = $sd / $sa;
201 ($sa, $sb, $sc, $sd, $se) :
225 map { sprintf("%.6f", $_) } $sa, $sb, $sc, $sd, $se),
/openbsd-current/sys/kern/
H A Dkern_sensors.c137 struct ksensordev *sd; local
139 SLIST_FOREACH(sd, &sensordev_list, list) {
140 if (sd->num == num) {
141 *sensdev = sd;
144 if (sd->num > num)

Completed in 497 milliseconds

12345678