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

/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.cpp22 uint32 gBootstrapNatFeatID = 0; variable
227 gBootstrapNatFeatID = nat_feat_getid("BOOTSTRAP");
228 dprintf("BOOTSTRAP natfeat id 0x%08lx\n", gBootstrapNatFeatID);
244 if (gBootstrapNatFeatID == 0)
246 return nat_feat_call(gBootstrapNatFeatID, 1);
253 if (gBootstrapNatFeatID == 0)
255 return toserror(nat_feat_call(gBootstrapNatFeatID, 2, str, size));

Completed in 79 milliseconds