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

/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_parse.c47 static void setsection(ns_msg *msg, ns_sect sect);
274 setsection(ns_msg *msg, ns_sect sect) { argument
275 msg->_sect = sect;
276 if (sect == ns_s_max) {
281 msg->_msg_ptr = msg->_sections[(int)sect];
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp836 int16 track, side, sect; local
837 sect = (first + i) * sectorsPerBlocks;
838 track = sect / (sectorsPerTrack * heads);
839 side = (sect / sectorsPerTrack) % heads;
840 sect %= sectorsPerTrack;
841 sect++; // 1-based
846 __FUNCTION__, track, side, sect));
848 ret = Floprd(buf, 0L, fHandle, sect, track, side, 1);
H A Dtoscalls.h468 #define Floprd(buf, dummy, dev, sect, track, side, count) toscallPLWWWWW(XBIOS_TRAP, 8, (void *)buf, (int32)dummy, (int16)dev, (int16)sect, (int16)track, (int16)side, (int16)count)
478 #define DMAread(sect, count, buf, dev) toscallLWPW(XBIOS_TRAP, 42, (int32)sect, (int16)count, (void *)buf, (int16)dev)
479 #define DMAwrite(sect, count, buf, dev) toscallWPLW(XBIOS_TRAP, 43, (int32)sect, (int16)count, (void *)buf, (int16)dev)
/haiku/headers/posix/arpa/
H A Dnameser.h588 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, ns_nname_ct name,

Completed in 50 milliseconds