Searched refs:_type (Results 51 - 75 of 104) sorted by relevance

12345

/haiku-fatelf/src/servers/media/
H A DMediaFilesManager.cpp394 MediaFilesManager::_SetItem(const char* _type, const char* _item, argument
398 TRACE("MediaFilesManager::_SetItem(%s, %s)\n", _type, _item);
400 BString type(_type);
/haiku-fatelf/headers/private/runtime_loader/
H A Druntime_loader.h43 int32* _type, void** _location);
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_cpu.h218 uint8* _type);
403 uint8* _type);
/haiku-fatelf/src/kits/storage/
H A DVolume.cpp375 BVolume::GetIcon(uint8** _data, size_t* _size, type_code* _type) const
387 return get_device_icon(info.device_name, _data, _size, _type);
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_proto.h49 #define IEEE80211_SEND_MGMT(_ni,_type,_arg) \
50 ((*(_ni)->ni_ic->ic_send_mgmt)(_ni, _type, _arg))
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h511 #define ath_hal_setuptxqueue(_ah, _type, _irq) \
512 ((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))
693 #define ath_hal_chaintxdesc(_ah, _ds, _pktlen, _hdrlen, _type, _keyix, \
696 (_type), (_keyix), (_cipher), (_delims), (_seglen), \
727 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
728 ((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1155 uint8 type() const { return _type; }
1165 void set_type(uint8 type) { _type = type; }
1168 uint8 _type; member in struct:partition_map_header
1182 uint8 type() const { return _type; }
1190 void set_type(uint8 type) { _type = type; }
1197 uint8 _type; member in struct:physical_partition_map
1248 uint8 type() const { return _type; }
1267 void set_type(uint8 type) { _type = type; }
1282 uint8 _type; member in struct:sparable_partition_map
H A Dkernel_interface.cpp173 udf_get_vnode(fs_volume *_volume, ino_t id, fs_vnode *node, int *_type, argument
194 *_type = icb->Mode();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfStructures.h1153 uint8 type() const { return _type; }
1163 void set_type(uint8 type) { _type = type; }
1166 uint8 _type; member in struct:Udf::partition_map_header
1180 uint8 type() const { return _type; }
1188 void set_type(uint8 type) { _type = type; }
1195 uint8 _type; member in struct:Udf::physical_partition_map
1246 uint8 type() const { return _type; }
1265 void set_type(uint8 type) { _type = type; }
1280 uint8 _type; member in struct:Udf::sparable_partition_map
/haiku-fatelf/headers/private/storage/
H A DPartition.h68 type_code* _type) const;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c58 #define _CMD_SETUP(pCmd, _type, _cmd) do { \
59 pCmd = (_type *)&mh->mh_cmdbuf[0]; \
60 memset(pCmd, 0, sizeof(_type)); \
62 pCmd->cmdhdr.length = htole16(sizeof(_type)); \
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dfs_func.h79 int *_type, uint32 *_flags, bool reenter);
H A Dfs_func.c73 get_node_type(ntfs_inode* ni, int* _type) argument
79 *_type = S_IFDIR;
83 *_type = S_IFREG;
108 *_type = FS_SLNK_MODE;
654 fs_read_vnode(fs_volume *_vol, ino_t vnid, fs_vnode *_node, int *_type, argument
682 result = get_node_type(ni, _type);
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack.cpp114 family::family(int _type) argument
116 type(_type),
197 chain::chain(int _family, int _type, int _protocol) argument
200 type(_type),
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDwarfFile.h97 BVariant& _result, DIEType** _type = NULL);
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartition.cpp415 BPartition::GetIcon(uint8** _data, size_t* _size, type_code* _type) const
417 if (_data == NULL || _size == NULL || _type == NULL)
427 error = volume.GetIcon(_data, _size, _type);
435 error = get_device_icon(path.Path(), _data, _size, _type);
/haiku-fatelf/headers/posix/
H A Dpthread.h107 int *_type);
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp717 char* _type)
723 || !cookie || !_type) {
740 ptype.GetTypeString(_type);
1691 char* _type)
1697 || !cookie || !_type) {
1717 ptype.GetTypeString(_type);
716 pm_get_next_supported_type(partition_data* partition, int32* cookie, char* _type) argument
1690 ep_get_next_supported_type(partition_data* partition, int32* cookie, char* _type) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h336 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
337 (_ah)->ah_gpioCfgOutput(_ah, _gpio, _type)
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp179 btrfs_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type, argument
195 *_type = inode->Mode();
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp179 exfat_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type, argument
196 *_type = inode->Mode();
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp349 int* _type, uint32* _flags, bool reenter)
387 *_type = newNode->attr.stat[FS_DATA_FORMAT].st_mode
348 fs_read_vnode(fs_volume* _volume, ino_t vnodeID, fs_vnode* _node, int* _type, uint32* _flags, bool reenter) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp237 reiserfs_read_vnode(fs_volume *fs, ino_t vnid, fs_vnode *node, int *_type, argument
252 *_type = foundNode->GetStatData()->GetMode() & S_IFMT;
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DBMessageValueNode.cpp398 Type*& _type)
506 return fLoader->LookupTypeByName(typeName, constraints, _type);
397 _GetTypeForTypeCode(type_code type, Type*& _type) argument
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.cpp845 match_endpoint_name_type(const char* _name, media_type _type) : argument
846 name(_name), type(_type) {}
865 match_endpoint_type(media_type _type) : argument
866 type(_type) {}

Completed in 336 milliseconds

12345