Searched defs:type (Results 1 - 25 of 1107) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp211 make_l2cap_information_req(uint8& code, uint16 type) argument
230 make_l2cap_information_rsp(uint8& code, uint16 type, uint16 result, uint16 _mtu) argument
[all...]
H A Dl2cap_signal.cpp278 const uint16 type = le16toh(command->type); local
[all...]
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp64 AddConnection(uint16 handle, int type, const bdaddr_t& dst, hci_id hid) argument
/haiku/headers/private/bluetooth/
H A DbtCoreData.h45 int type; member in struct:HciConnection
/haiku/src/kits/tracker/
H A DFSUtils.cpp3294 ReadAttr(const BNode* node, const char* hostAttrName, const char* foreignAttrName, type_code type, off_t offset, void* buffer, size_t length, void (*swapFunc)(void*), bool isForeign) argument
3322 GetAttrInfo(const BNode* node, const char* hostAttrName, const char* foreignAttrName, type_code* type, size_t* size) argument
3446 char type[B_MIME_TYPE_LENGTH]; local
3708 BMimeType type; local
[all...]
H A DContainerWindow.cpp1165 type_code type; local
2927 BString type local
3242 NewAttributeMenuItem(const char* label, const char* name, int32 type, float width, int32 align, bool editable, bool statField) argument
3251 NewAttributeMenuItem(const char* label, const char* name, int32 type, const char* displayAs, float width, int32 align, bool editable, bool statField) argument
3433 const char* type; local
3474 int32 type; local
[all...]
H A DFilePanelPriv.cpp1262 type_code type; local
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1937 ramfs_create_index(fs_volume* _volume, const char *name, uint32 type, argument
1510 ramfs_create_attr(fs_volume* _volume, fs_vnode* _node, const char *name, uint32 type, int openMode, void** _cookie) argument
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c49 emuxki_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
107 emuxki_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) { argument
179 emuxki_gpr_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
184 emuxki_gpr_set_mix(void *card, const void *cookie, int32 type, float *values) { argument
189 emuxki_parameter_get_mix(void *card, const void *cookie, int32 type, float *values) argument
196 emuxki_parameter_set_mix(void *card, const void *cookie, int32 type, float *values) argument
[all...]
H A Demuxki.h330 emuxki_gpr_type type; member in struct:_emuxki_gpr
H A Demuxki.c1752 emuxki_gpr_set(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values) argument
1791 emuxki_gpr_get(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values) argument
1829 emuxki_gpr_new(emuxki_dev *card, const char *name, emuxki_gpr_type type, uint16 *gpr_num, argument
1867 emuxki_parameter_set(emuxki_dev *card, const void* cookie, int32 type, int32 *value) argument
1921 emuxki_parameter_get(emuxki_dev *card, const void* cookie, int32 type, int32 *value) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp68 echo_channel_get_mix(void *card, MIXER_AUDIO_CHANNEL channel, int32 type, float *values) { argument
108 echo_channel_set_mix(void *card, MIXER_AUDIO_CHANNEL channel, int32 type, float *values) { argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_multi.cpp188 geode_ac97_get_mix(geode_controller *controller, const void *cookie, int32 type, float *values) { argument
246 geode_ac97_set_mix(geode_controller *controller, const void *cookie, int32 type, float *values) { argument
[all...]
H A Dgeode_controller.cpp193 geode_stream_new(geode_controller* controller, int type) argument
H A Ddriver.h109 uint32 type; member in struct:geode_stream
176 int32 type; member in struct:multi_mixer_control
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c48 auvia_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
106 auvia_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) { argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c53 auich_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
112 auich_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) { argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp105 get_widget_type_name(hda_widget_type type) argument
1346 hda_widget_type type; local
[all...]
/haiku/src/tools/fs_shell/
H A Dvfs.cpp85 uint32_t type : 29; member in struct:FSShell::vnode
816 int type; local
1666 get_new_fd(int type, struct fs_mount *mount, struct vnode *vnode, argument
1924 fssh_publish_vnode(fssh_fs_volume *volume, fssh_vnode_id vnodeID, void *privateNode, fssh_fs_vnode_ops *ops, int type, uint32_t flags) argument
4030 attr_create(int fd, const char *name, uint32_t type, int openMode, bool kernel) argument
4387 index_create(fssh_mount_id mountID, const char *name, uint32_t type, uint32_t flags, bool kernel) argument
5613 _kern_create_attr(int fd, const char *name, uint32_t type, int openMode) argument
5648 _kern_create_index(fssh_dev_t device, const char *name, uint32_t type, uint32_t flags) argument
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp248 BMimeType type; local
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp222 find_attr(const device_node* node, const char* name, bool recursive, type_code type) argument
1645 uint16 type = 0; local
1885 uint16 type = 0; local
2040 uint16 type = 0; local
[all...]
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp642 uint32 type; local
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp259 uint16 type, subType; local
H A Dsdhci.h107 void SendCommand(uint8_t command, uint8_t type) argument
H A Dsdhci_acpi.cpp186 uint32 type; local

Completed in 138 milliseconds

1234567891011>>