Searched refs:nat_feat_call (Results 1 – 4 of 4) sorted by relevance
/haiku/src/system/boot/platform/atari_m68k/ |
H A D | toscalls.cpp | 238 nat_feat_call(gDebugPrintfNatFeatID, 0, str); in nat_feat_debugprintf() 246 return nat_feat_call(gBootstrapNatFeatID, 1); in nat_feat_get_bootdrive() 255 return toserror(nat_feat_call(gBootstrapNatFeatID, 2, str, size)); in nat_feat_get_bootargs()
|
H A D | video.cpp | 871 int32 version = nat_feat_call(fNatFeatId, FVDI_GET_VERSION); in Init() 948 err = nat_feat_call(fNatFeatId, FVDI_SET_RESOLUTION, in Set() 951 err = nat_feat_call(fNatFeatId, FVDI_OPENWK); in Set() 964 nat_feat_call(fNatFeatId, FVDI_CLOSEWK); in Unset() 975 fb = (addr_t)nat_feat_call(fNatFeatId, FVDI_GET_FBADDR); in Framebuffer() 988 return (int16)nat_feat_call(fNatFeatId, FVDI_GET_WIDTH); in Width() 999 return (int16)nat_feat_call(fNatFeatId, FVDI_GET_HEIGHT); in Height() 1010 return (int16)nat_feat_call(fNatFeatId, FVDI_GETBPP); in Depth()
|
H A D | start.cpp | 118 nat_feat_call(nfShutdownId, 0); in platform_exit()
|
H A D | toscalls.h | 909 #define nat_feat_call(id, code, a...) \ macro
|