Searched refs:hd (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c72 #include <hd.h>
685 hd_t *hd, *devlist, *partlist = NULL; local
707 for (hd = devlist; hd; hd = hd->next) {
708 if (hd->unix_dev_name && !strncmp(dev->d_name,
709 hd->unix_dev_name, d_name_len))
711 if (hd->unix_dev_name2 && !strncmp(dev->d_name,
712 hd
[all...]
/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.h34 LocalDeviceHandler (HCIDelegate* hd);
H A DLocalDeviceHandler.cpp10 LocalDeviceHandler::LocalDeviceHandler(HCIDelegate* hd) argument
12 fHCIDelegate = hd;
H A DLocalDeviceImpl.h21 LocalDeviceImpl(HCIDelegate* hd);
H A DLocalDeviceImpl.cpp68 LocalDeviceImpl::LocalDeviceImpl(HCIDelegate* hd) : LocalDeviceHandler(hd) argument
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h66 uint16 xd,uint16 yd,uint16 wd,uint16 hd);
H A Dnm_acc.c449 uint16 xd,uint16 yd,uint16 wd,uint16 hd)
448 nm_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, uint16 xd,uint16 yd,uint16 wd,uint16 hd) argument
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dacc.c264 uint16 xd,uint16 yd,uint16 wd,uint16 hd)
263 eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, uint16 xd,uint16 yd,uint16 wd,uint16 hd) argument
H A Dproto.h113 uint16 xd,uint16 yd,uint16 wd,uint16 hd);
/haiku/src/add-ons/accelerants/via/engine/
H A Dacc.c264 uint16 xd,uint16 yd,uint16 wd,uint16 hd)
263 eng_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, uint16 xd,uint16 yd,uint16 wd,uint16 hd) argument
H A Dproto.h113 uint16 xd,uint16 yd,uint16 wd,uint16 hd);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h172 uint16 xd,uint16 yd,uint16 wd,uint16 hd);
H A Dnv_acc.c1560 uint16 xd,uint16 yd,uint16 wd,uint16 hd)
1559 nv_acc_video_blit(uint16 xs,uint16 ys,uint16 ws, uint16 hs, uint16 xd,uint16 yd,uint16 wd,uint16 hd) argument

Completed in 85 milliseconds