Searched refs:hs (Results 1 - 25 of 243) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dfhpib.c193 fhpibreset(struct hpibbus_softc *hs) argument
195 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev));
213 hs->sc_flags |= HPIBF_DMA16;
235 fhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) argument
237 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev));
249 hd->hpib_data = C_TAG + hs->sc_ba;
296 fhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) argument
298 struct fhpib_softc *sc = device_private(device_parent(hs->sc_dev));
315 hd->hpib_data = C_LAG + hs->sc_ba;
357 fhpibgo(struct hpibbus_softc *hs, in argument
450 struct hpibbus_softc *hs = arg; local
475 fhpibdone(struct hpibbus_softc *hs) argument
521 struct hpibbus_softc *hs = sc->sc_hpibbus; local
598 fhpibppoll(struct hpibbus_softc *hs) argument
643 struct hpibbus_softc *hs = arg; local
[all...]
H A Dnhpib.c259 nhpibreset(struct hpibbus_softc *hs) argument
261 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev));
265 hd->hpib_ar = hs->sc_ba;
296 nhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) argument
298 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev));
307 hd->hpib_data = talker_par[hs->sc_ba];
351 nhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) argument
353 struct nhpib_softc *sc = device_private(device_parent(hs->sc_dev));
367 hd->hpib_data = listnr_par[hs->sc_ba];
401 nhpibgo(struct hpibbus_softc *hs, in argument
451 struct hpibbus_softc *hs = arg; local
471 nhpibdone(struct hpibbus_softc *hs) argument
505 struct hpibbus_softc *hs = sc->sc_hpibbus; local
551 nhpibppoll(struct hpibbus_softc *hs) argument
588 struct hpibbus_softc *hs = arg; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dnhpib.c51 struct hpib_softc *hs = &hpib_softc[unit]; local
52 struct nhpibdevice *hd = (void *)hs->sc_addr;
55 hs->sc_type = HPIBA;
56 hs->sc_ba = HPIBA_BA;
59 hs->sc_type = HPIBB;
60 hs->sc_ba = hd->hpib_csa & CSA_BA;
71 struct hpib_softc *hs = &hpib_softc[unit]; local
74 hd = (void *)hs->sc_addr;
76 hd->hpib_ar = hs->sc_ba;
101 struct hpib_softc *hs local
137 struct hpib_softc *hs = &hpib_softc[unit]; local
171 struct hpib_softc *hs = &hpib_softc[unit]; local
[all...]
H A Dscsi.c82 struct scsi_softc *hs; local
90 hs = &scsi_softc[i];
91 hs->sc_addr = hw->hw_kva;
96 hs->sc_alive = 1;
122 struct scsi_softc *hs; local
125 hs = &scsi_softc[unit];
126 hd = (void *)hs->sc_addr;
148 hs->sc_scsi_addr = 1 << i;
163 scsiabort(struct scsi_softc *hs, volatile struct scsidevice *hd) argument
166 printf("scsi%d error: scsiabort\n", hs
267 scsiicmd(struct scsi_softc *hs, int target, uint8_t *cbuf, int clen, uint8_t *buf, int len, uint8_t xferphase) argument
375 struct scsi_softc *hs = &scsi_softc[ctlr]; local
385 struct scsi_softc *hs = &scsi_softc[ctlr]; local
396 struct scsi_softc *hs = &scsi_softc[ctlr]; local
407 struct scsi_softc *hs = &scsi_softc[ctlr]; local
426 struct scsi_softc *hs = &scsi_softc[ctlr]; local
[all...]
H A Dfhpib.c50 struct hpib_softc *hs = &hpib_softc[unit]; local
51 struct fhpibdevice *hd = (void *)hs->sc_addr;
55 hs->sc_type = HPIBC;
56 hs->sc_ba = HPIBC_BA;
64 struct hpib_softc *hs = &hpib_softc[unit]; local
67 hd = (void *)hs->sc_addr;
85 struct hpib_softc *hs = &hpib_softc[unit]; local
89 hd = (void *)hs->sc_addr;
95 hd->hpib_data = C_TAG + hs->sc_ba;
125 struct hpib_softc *hs local
161 struct hpib_softc *hs = &hpib_softc[unit]; local
[all...]
H A Dhpib.c56 struct hpib_softc *hs; local
63 hs = &hpib_softc[i];
64 hs->sc_addr = hw->hw_kva;
71 hs->sc_alive = 1;
/netbsd-6-1-5-RELEASE/dist/ipf/test/
H A Dvfycksum.pl36 $hs = &dosum(0, $base, $base + $hl);
39 if ($hs != 0) {
43 printf " IP: ($hl,%x) %x != %x", $hs, $osum, $hs2;
76 local($hs) = 6; # TCP
78 $hs += $len;
79 $hs += $bytes[$base + 6]; # source address
80 $hs += $bytes[$base + 7];
81 $hs += $bytes[$base + 8]; # destination address
82 $hs += $bytes[$base + 9];
83 local($tcpsum) = $hs;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Doperational.c54 int hs; local
61 hs = MONITOR_HAS_CHILDREN( mp );
62 *ap = slap_operational_hasSubordinate( hs );
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/admin/
H A Ddownload-vulnerability-list.sh.in6 echo 'Usage: download-vulnerability-list [-hs] [-c config_file]' >& $2
13 args=`getopt c:hs $*`
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20001124-1.c32 int hs; local
39 hs = inode->i_sb->s_hs;
45 hs += block << bufbits;
47 if (hs == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20001124-1.c32 int hs; local
39 hs = inode->i_sb->s_hs;
45 hs += block << bufbits;
47 if (hs == 0)
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_encoder.c292 uint32_t hs; local
295 hs = 0xFFFF;
299 hs = lz_options->dict_size - 1;
300 hs |= hs >> 1;
301 hs |= hs >> 2;
302 hs |= hs >> 4;
303 hs |
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/ruptime/
H A Druptime.c58 static struct hs { struct
61 } *hs; variable in typeref:struct:hs
82 struct hs *hsp;
137 if ((hs =
138 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL)
140 hsp = hs + nhosts;
162 qsort(hs, nhosts, sizeof (hs[0]), cmp);
164 hsp = &hs[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dhistory.h53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
H A Dhistory.c308 HIST_ENTRY *hs; local
310 hs = the_history[history_length - 1];
311 FREE (hs->timestamp);
312 hs->timestamp = savestring (string);
/netbsd-6-1-5-RELEASE/regress/sys/uvm/pdsim/
H A DMakefile77 .SUFFIXES: .hs
86 .hs:
87 rm -rf ${.IMPSRC:S/.hs/.o/g}
90 linux: nbsd.hs
91 rm -rf ${.ALLSRC:S/.hs/.o/g}
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dsoftmagic.c817 p->h = (short)((p->hs[0]<<8)|(p->hs[1]));
838 p->h = (short)((p->hs[1]<<8)|(p->hs[0]));
1056 off = (short)((q->hs[0]<<8)|(q->hs[1]));
1059 off = (short)((q->hs[1]<<8)|(q->hs[0]));
1122 offset = (short)((p->hs[0]<<8)|
1123 (p->hs[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Doperational.c74 slap_operational_hasSubordinate( int hs )
79 val = hs ? slap_true_bv : slap_false_bv;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dsec-7m.d9 #objdump: -hs
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/named-bootconf/
H A Dnamed-bootconf.sh163 primary/hs )
185 secondary/hs )
219 stub/hs )
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arc/
H A Dbranch.s22 @OC@hs text_label
H A Dasl.s38 asl.hs r45,r46
H A Dmov.s38 mov.hs r45,r46
H A Drlc.s38 rlc.hs r45,r46
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/sys/
H A Dbrk.S68 cmp/hs r4, r0

Completed in 231 milliseconds

12345678910