Searched refs:extget (Results 1 – 1 of 1) sorted by relevance
724 struct mtextget extget; in mt_get_xml_str() local730 bzero(&extget, sizeof(extget)); in mt_get_xml_str()734 extget.status_xml = *xml_str; in mt_get_xml_str()735 extget.alloc_len = alloc_len; in mt_get_xml_str()737 error = ioctl(mtfd, cmd, (caddr_t)&extget); in mt_get_xml_str()738 if (error == 0 && extget.status == MT_EXT_GET_OK) in mt_get_xml_str()744 if (error != 0 || extget.status != MT_EXT_GET_NEED_MORE_SPACE) in mt_get_xml_str()