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

12345

/haiku/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/src/kits/network/libnetapi/
H A DNetworkSettings.cpp575 BNetworkSettings::_Load(const char* name, uint32* _type) argument
589 if (status == B_OK && _type != NULL)
590 *_type = kMsgInterfaceSettingsUpdated;
605 if (_type != NULL)
606 *_type = kMsgNetworkSettingsUpdated;
613 if (status == B_OK && _type != NULL)
614 *_type = kMsgServiceSettingsUpdated;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1153 uint8 type() const { return _type; }
1163 void set_type(uint8 type) { _type = type; }
1166 uint8 _type; member in struct:partition_map_header
1180 uint8 type() const { return _type; }
1188 void set_type(uint8 type) { _type = type; }
1195 uint8 _type; member in struct:physical_partition_map
1246 uint8 type() const { return _type; }
1265 void set_type(uint8 type) { _type = type; }
1280 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/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp395 type_code type, Type*& _type)
505 _type = arrayType;
518 return info->LookupTypeByName(typeName, constraints, _type);
394 _GetTypeForTypeCode(TeamTypeInformation* info, type_code type, Type*& _type) argument
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h492 uint8* _type);
666 uint8* _type);
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h76 uint32* _type = NULL);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c63 #define _CMD_SETUP(pCmd, _type, _cmd) do { \
64 pCmd = (_type *)&mh->mh_cmdbuf[0]; \
65 memset(pCmd, 0, sizeof(_type)); \
67 pCmd->cmdhdr.length = htole16(sizeof(_type)); \
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h43 char** _symbolName, int32* _type, void** _location, bool* _exactMatch);
/haiku/headers/private/storage/
H A DPartition.h70 type_code* _type) const;
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp452 BPartition::GetIcon(uint8** _data, size_t* _size, type_code* _type) const
454 if (_data == NULL || _size == NULL || _type == NULL)
464 error = volume.GetIcon(_data, _size, _type);
472 error = get_device_icon(path.Path(), _data, _size, _type);
/haiku/headers/posix/
H A Dpthread.h113 int *_type);
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h107 BVariant& _result, DIEType** _type = NULL);
/haiku/src/add-ons/kernel/network/stack/
H A Dstack.cpp176 family::family(int _type) argument
178 type(_type),
233 chain::chain(int _family, int _type, int _protocol) argument
236 type(_type),
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1173 #define ath_hal_setuptxqueue(_ah, _type, _irq) \
1174 ((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))
1428 #define ath_hal_chaintxdesc(_ah, _ds, _bl, _sl, _pktlen, _hdrlen, _type, \
1431 (_pktlen), (_hdrlen), (_type), (_keyix), (_cipher), (_delims), \
1454 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
1455 ((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp717 char* _type)
723 || !cookie || !_type) {
740 ptype.GetTypeString(_type);
1765 char* _type)
1771 || !cookie || !_type) {
1791 ptype.GetTypeString(_type);
716 pm_get_next_supported_type(partition_data* partition, int32* cookie, char* _type) argument
1764 ep_get_next_supported_type(partition_data* partition, int32* cookie, char* _type) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp236 reiserfs_read_vnode(fs_volume *fs, ino_t vnid, fs_vnode *node, int *_type, argument
251 *_type = foundNode->GetStatData()->GetMode() & S_IFMT;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwnvar.h447 #define rtwn_tx_start(_sc, _ni, _m, _desc, _type, _id) \
448 (((_sc)->sc_tx_start)((_sc), (_ni), (_m), (_desc), (_type), (_id)))
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp222 exfat_get_vnode(fs_volume* _volume, ino_t id, fs_vnode* _node, int* _type, argument
239 *_type = inode->Mode();
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp124 xfs_get_vnode(fs_volume *_volume, ino_t id, fs_vnode *_node, int *_type, argument
143 *_type = inode->Mode();
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp350 int* _type, uint32* _flags, bool reenter)
388 *_type = newNode->attr.stat[FS_DATA_FORMAT].st_mode
349 fs_read_vnode(fs_volume* _volume, ino_t vnodeID, fs_vnode* _node, int* _type, uint32* _flags, bool reenter) argument
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp137 ufs2_get_vnode(fs_volume *_volume, ino_t id, fs_vnode *_node, int *_type, argument
154 *_type = inode->Mode();
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp903 partition_id childID, int32* _childChangeCounter, const char* _type)
910 status_t error = type.Init(_type, B_DISK_DEVICE_TYPE_LENGTH);
1264 off_t offset, off_t size, const char* _type, const char* _name,
1273 status_t error = type.Init(_type, B_DISK_DEVICE_TYPE_LENGTH);
902 _user_set_partition_type(partition_id partitionID, int32* _changeCounter, partition_id childID, int32* _childChangeCounter, const char* _type) argument
1263 _user_create_child_partition(partition_id partitionID, int32* _changeCounter, off_t offset, off_t size, const char* _type, const char* _name, const char* _parameters, partition_id* childID, int32* childChangeCounter) argument
/haiku/src/servers/input/
H A DInputServer.h156 status_t GetDeviceInfo(const char* name, input_device_type *_type,
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp843 match_endpoint_name_type(const char* _name, media_type _type) : argument
844 name(_name), type(_type) {}
863 match_endpoint_type(media_type _type) : argument
864 type(_type) {}

Completed in 249 milliseconds

12345