Home
last modified time | relevance | path

Searched defs:hd (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/sys/arch/hp300/stand/common/
H A Dnhpib.c52 struct nhpibdevice *hd = (void *)hs->sc_addr; in nhpibinit() local
72 struct nhpibdevice *hd; in nhpibreset() local
102 struct nhpibdevice *hd; in nhpibsend() local
138 struct nhpibdevice *hd; in nhpibrecv() local
172 struct nhpibdevice *hd; in nhpibppoll() local
184 nhpibowait(struct nhpibdevice *hd) in nhpibowait()
196 nhpibiwait(struct nhpibdevice *hd) in nhpibiwait()
H A Dfhpib.c51 struct fhpibdevice *hd = (void *)hs->sc_addr; in fhpibinit() local
65 struct fhpibdevice *hd; in fhpibreset() local
86 struct fhpibdevice *hd; in fhpibsend() local
126 struct fhpibdevice *hd; in fhpibrecv() local
162 struct fhpibdevice *hd; in fhpibppoll() local
182 fhpibwait(struct fhpibdevice *hd, uint8_t x) in fhpibwait()
H A Dscsi.c121 volatile struct scsidevice *hd; in scsireset() local
163 scsiabort(struct scsi_softc *hs, volatile struct scsidevice *hd) in scsiabort()
173 issue_select(volatile struct scsidevice *hd, uint8_t target, uint8_t our_addr) in issue_select()
194 wait_for_select(volatile struct scsidevice *hd) in wait_for_select()
210 ixfer_start(volatile struct scsidevice *hd, int len, uint8_t phase, int wait) in ixfer_start()
230 ixfer_out(volatile struct scsidevice *hd, int len, uint8_t *buf) in ixfer_out()
246 ixfer_in(volatile struct scsidevice *hd, int len, uint8_t *buf) in ixfer_in()
270 volatile struct scsidevice *hd = (void *)hs->sc_addr; in scsiicmd() local
/netbsd-src/sys/arch/hp300/dev/
H A Dfhpib.c92 #define FHPIBWAIT(hd, m) while (((hd)->hpib_intr & (m)) == 0) DELAY(1) argument
196 struct fhpibdevice *hd = sc->sc_regs; in fhpibreset() local
223 fhpibifc(struct fhpibdevice *hd) in fhpibifc()
238 struct fhpibdevice *hd = sc->sc_regs; in fhpibsend() local
299 struct fhpibdevice *hd = sc->sc_regs; in fhpibrecv() local
361 struct fhpibdevice *hd = sc->sc_regs; in fhpibgo() local
457 struct fhpibdevice *hd = sc->sc_regs; in fhpibdmadone() local
480 struct fhpibdevice *hd = sc->sc_regs; in fhpibdone() local
524 struct fhpibdevice *hd = sc->sc_regs; in fhpibintr() local
603 struct fhpibdevice *hd = sc->sc_regs; in fhpibppoll() local
[all …]
H A Dnhpib.c262 struct nhpibdevice *hd = sc->sc_regs; in nhpibreset() local
284 nhpibifc(struct nhpibdevice *hd) in nhpibifc()
299 struct nhpibdevice *hd = sc->sc_regs; in nhpibsend() local
354 struct nhpibdevice *hd = sc->sc_regs; in nhpibrecv() local
405 struct nhpibdevice *hd = sc->sc_regs; in nhpibgo() local
456 struct nhpibdevice *hd = sc->sc_regs; in nhpibreadtimo() local
474 struct nhpibdevice *hd = sc->sc_regs; in nhpibdone() local
506 struct nhpibdevice *hd = sc->sc_regs; in nhpibintr() local
551 struct nhpibdevice *hd = sc->sc_regs; in nhpibppoll() local
566 nhpibwait(struct nhpibdevice *hd, int x) in nhpibwait()
/netbsd-src/sys/kern/
H A Dkern_hook.c96 struct hook_desc *hd; in hook_establish() local
121 struct hook_desc *hd; in hook_disestablish() local
140 struct hook_desc *hd; in hook_destroy() local
151 struct hook_desc *hd; in hook_proc_run() local
247 struct hook_desc *hd; in domountroothook() local
330 struct hook_desc *hd; in doforkhooks() local
362 struct hook_desc *hd; in docritpollhooks() local
479 struct hook_desc *hd; in simplehook_destroy() local
496 struct hook_desc *hd, *nexthd; in simplehook_dohooks() local
562 struct hook_desc *hd; in simplehook_establish() local
[all …]
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dsc.c141 struct scsidevice *hd = hs->sc_spc; in screset() local
278 issue_select(struct scsidevice * hd,uint8_t target) issue_select() argument
307 ixfer_start(struct scsidevice * hd,int len,uint8_t phase,int wait) ixfer_start() argument
318 ixfer_out(struct scsidevice * hd,int len,uint8_t * buf) ixfer_out() argument
330 ixfer_in(struct scsidevice * hd,int len,uint8_t * buf) ixfer_in() argument
351 struct scsidevice *hd; scrun() local
408 struct scsidevice *hd = hs->sc_spc; scabort() local
641 struct scsidevice *hd; scintr() local
[all...]
/netbsd-src/bin/pax/
H A Dcpio.c286 HD_CPIO *hd; in cpio_rd() local
384 HD_CPIO *hd; in cpio_wr() local
558 HD_VCPIO *hd; in vcpio_rd() local
682 HD_VCPIO *hd; in vcpio_wr() local
864 HD_BCPIO *hd; in bcpio_rd() local
979 HD_BCPIO *hd; in bcpio_wr() local
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dhash.c160 struct hash_data *hd = arg; in hash_find_list_cb() local
178 struct hash_data hd; in hash_find_iter() local
193 struct hash_data *hd = arg; in hash_find_first_cb() local
206 struct hash_data hd; in hash_find() local
/netbsd-src/sys/arch/evbarm/tsarm/
H A Dtslcd.c172 tslcd_writereg(struct hd44780_chip *hd, uint32_t en, uint32_t rs, uint8_t cmd) in tslcd_writereg()
218 tslcd_readreg(struct hd44780_chip *hd, uint32_t en, uint32_t rs) in tslcd_readreg()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i2c/
H A Dch7006_mode.c110 #define __MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
140 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \ argument
/netbsd-src/sys/arch/cobalt/dev/
H A Dlcdpanel.c220 lcdpanel_cbt_hdwritereg(struct hd44780_chip *hd, uint32_t en, uint32_t rs, in lcdpanel_cbt_hdwritereg()
232 lcdpanel_cbt_hdreadreg(struct hd44780_chip *hd, uint32_t en, uint32_t rs) in lcdpanel_cbt_hdreadreg()
/netbsd-src/sys/dev/ic/
H A Dhpet.c208 uint32_t hd0, hd; in hpet_tsc_freq() local
/netbsd-src/games/hack/
H A Dhack.mkshop.c290 int i = rn2(100), hd = rn2(dlevel); in morguemon() local
/netbsd-src/sys/dev/usb/
H A Duhub.c207 usbd_get_hub_desc(struct usbd_device *dev, usb_hub_descriptor_t *hd, int speed) in usbd_get_hub_desc()
532 usb_hub_descriptor_t *hd = &dev->ud_hub->uh_hubdesc; in uhub_explore() local
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_modes.h137 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
154 #define DRM_SIMPLE_MODE(hd, vd, hd_mm, vd_mm) \ argument
/netbsd-src/sys/ufs/lfs/
H A Dlfs_balloc.c709 struct lfs_splay *hd; in lfs_deregister_all() local
/netbsd-src/tests/lib/libusbhid/
H A Dt_usbhid.c427 hid_data_t hd; in ATF_TC_BODY() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_uvd.c859 unsigned *sd, unsigned *hd) in radeon_uvd_count_handles()
904 unsigned hd = 0, sd = 0; in radeon_uvd_note_usage() local
/netbsd-src/sys/arch/sgimips/hpc/
H A Dhpc.c399 const struct hpc_device *hd; in hpc_attach() local
/netbsd-src/sys/dev/hid/
H A Dhid.c507 struct hid_data *hd; in hid_is_collection() local
/netbsd-src/sys/dev/hil/
H A Dhil.c515 const struct hildevice *hd; in hilconfig() local
/netbsd-src/usr.sbin/ifwatchd/
H A Difwatchd.c266 const struct rt_msghdr *hd = msg; in dispatch() local
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb.c225 isc_result_t enter_host (hd, dynamicp, commit) in enter_host() argument
494 isc_result_t delete_host (hd, commit) in delete_host() argument
/netbsd-src/bin/ed/
H A Dmain.c316 char *hd; in next_addr() local

12