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

/haiku/headers/private/kernel/arch/x86/
H A Darch_cpuasm.h17 size_t _v; \
18 __asm__("mov %%cr0,%0" : "=r" (_v)); \
19 _v; \
26 size_t _v; \
27 __asm__("mov %%cr2,%0" : "=r" (_v)); \
28 _v; \
32 size_t _v; \
33 __asm__("mov %%cr3,%0" : "=r" (_v)); \
34 _v; \
44 size_t _v; \
[all...]
/haiku/src/system/kernel/arch/generic/
H A Ddebug_uart.cpp37 uint8 _v;
38 __asm__ volatile ("inb %%dx,%%al" : "=a" (_v) : "d" (Base() + reg));
39 return _v;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h477 #define ath_hal_enable_rfkill(_ah, _v) \
478 ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _v, AH_NULL)
587 #define SM(_v, _f) (((_v) << _f##_S) & (_f))
588 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S)
591 #define OS_REG_RMW_FIELD(_a, _r, _f, _v) \
593 (OS_REG_READ(_a, _r) &~ (_f)) | (((_v) << _f##_S) & (_f)))
600 #define OS_REG_RMW_FIELD_ALT(_a, _r, _f, _v) \
603 (((_v) << _
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_athvar.h1213 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \
1214 ((*(_ah)->ah_setCapability)((_ah), (_cap), (_param), (_v), (_status)))
1225 #define ath_hal_settkipmic(_ah, _v) \
1226 ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL)
1231 #define ath_hal_settkipsplit(_ah, _v) \
1232 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL)
1241 #define ath_hal_setdiversity(_ah, _v) \
1242 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL)
1245 #define ath_hal_setantennaswitch(_ah, _v) \
1246 ((*(_ah)->ah_setAntennaSwitch)((_ah), (_v)))
[all...]
H A Dah_osdep.h149 #define OS_MARK(_ah, _id, _v)
/haiku/src/system/kernel/fs/
H A Drootfs.cpp598 rootfs_open(fs_volume* _volume, fs_vnode* _v, int openMode, void** _cookie) argument
600 struct rootfs_vnode* vnode = (rootfs_vnode*)_v->private_node;
628 rootfs_free_cookie(fs_volume* _volume, fs_vnode* _v, void* _cookie) argument
635 rootfs_fsync(fs_volume* _volume, fs_vnode* _v) argument
856 rootfs_ioctl(fs_volume* _volume, fs_vnode* _v, void* _cookie, uint32 op, argument
867 rootfs_can_page(fs_volume* _volume, fs_vnode* _v, void* cookie) argument
874 rootfs_read_pages(fs_volume* _volume, fs_vnode* _v, void* cookie, off_t pos, argument
882 rootfs_write_pages(fs_volume* _volume, fs_vnode* _v, void* cookie, off_t pos, argument
1054 rootfs_read_stat(fs_volume* _volume, fs_vnode* _v, struct stat* stat) argument
1057 struct rootfs_vnode* vnode = (rootfs_vnode*)_v
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_radiotap.c71 #define B(_v) (1<<(_v))
H A Dieee80211_var.h1021 #define _IEEE80211_MASKSHIFT(_v, _f) (((_v) & _f) >> _f##_S)
1022 #define _IEEE80211_SHIFTMASK(_v, _f) (((_v) << _f##_S) & _f)
H A Dieee80211_ht.c2907 #define senderr(_x, _v) do { vap->iv_stats._v++; ret = _x; goto bad; } while (0)
H A Dieee80211_output.c2628 #define senderr(_x, _v) do { vap->iv_stats._v++; ret = _x; goto bad; } while (0)
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1087 devfs_remove_vnode(fs_volume* _volume, fs_vnode* _v, bool reenter) argument
1090 struct devfs_vnode* vnode = (struct devfs_vnode*)_v->private_node;
1187 devfs_fsync(fs_volume* _volume, fs_vnode* _v) argument
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c1827 #define senderr(_x, _v) do { ic->ic_stats._v++; ret = _x; goto bad; } while (0)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp403 bfs_can_page(fs_volume* _volume, fs_vnode* _v, void* _cookie) argument

Completed in 241 milliseconds