Searched refs:sect (Results 1 – 2 of 2) sorted by relevance
47 static void setsection(ns_msg *msg, ns_sect sect);266 setsection(ns_msg *msg, ns_sect sect) { in setsection() argument267 msg->_sect = sect; in setsection()268 if (sect == ns_s_max) { in setsection()273 msg->_msg_ptr = msg->_sections[(int)sect]; in setsection()
25 unsigned int size, sect, head, track, stretch; member