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

/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackagesDirectory.cpp52 ino_t mountPointNodeID, struct stat& _st)
77 return _Init(vnode, _st);
102 PackagesDirectory::_Init(struct vnode* vnode, struct stat& _st) argument
114 struct stat& st = _st;
51 Init(const char* path, dev_t mountPointDeviceID, ino_t mountPointNodeID, struct stat& _st) argument
H A DPackagesDirectory.h40 ino_t mountPointNodeID, struct stat& _st);
52 status_t _Init(struct vnode* vnode, struct stat& _st);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h219 #define IEEE80211_SCAN_TABLE_LOCK_INIT(_st, _name) \
220 mtx_init(&(_st)->st_lock, _name, "802.11 scan table", MTX_DEF)
221 #define IEEE80211_SCAN_TABLE_LOCK_DESTROY(_st) mtx_destroy(&(_st)->st_lock)
222 #define IEEE80211_SCAN_TABLE_LOCK(_st) mtx_lock(&(_st)->st_lock)
223 #define IEEE80211_SCAN_TABLE_UNLOCK(_st) mtx_unlock(&(_st)->st_lock)
226 #define IEEE80211_SCAN_ITER_LOCK_INIT(_st, _name) \
227 mtx_init(&(_st)
[all...]
H A Dieee80211_scan_sta.c244 #define ISPROBE(_st) ((_st) == IEEE80211_FC0_SUBTYPE_PROBE_RESP)
H A Dieee80211_sta.c1389 #define ISREASSOC(_st) ((_st) == IEEE80211_FC0_SUBTYPE_REASSOC_RESP)
/haiku/src/kits/tracker/
H A DVirtualDirectoryPoseView.h58 struct stat* _st = NULL);
H A DVirtualDirectoryManager.h73 struct stat* _st);
H A DVirtualDirectoryManager.cpp579 const char* name, entry_ref* _ref, struct stat* _st)
593 if (_st != NULL)
594 *_st = st;
578 GetEntry(const BStringList& directoryPaths, const char* name, entry_ref* _ref, struct stat* _st) argument
H A DVirtualDirectoryPoseView.cpp485 struct stat* _st)
487 return VirtualDirectoryManager::GetEntry(fDirectoryPaths, name, &_ref, _st);
484 _GetEntry(const char* name, entry_ref& _ref, struct stat* _st) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.h43 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_RANGE - 1))
H A Dif_athvar.h1535 #define ath_hal_btcoex_mci_state(_ah, _st, _pd) \
1536 ((*(_ah)->ah_btMciState)((_ah), (_st), (_pd)))
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp565 const struct stat* _st, uint32 statMask)
576 memcpy(&st, _st, sizeof(st));
1042 const struct stat* _st, int statMask)
1053 memcpy(&st, _st, sizeof(st));
564 bindfs_write_stat(fs_volume* fsVolume, fs_vnode* fsNode, const struct stat* _st, uint32 statMask) argument
1041 bindfs_write_attr_stat(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, const struct stat* _st, int statMask) argument
/haiku/src/build/libroot/
H A Dfs.cpp135 int GetStat(struct stat& _st) argument
137 return fstat(fFD, &_st);
170 int GetStat(struct stat& _st) argument
172 return fstatat(fFD, fPath, &_st, fFlag);

Completed in 98 milliseconds