Searched refs:extget (Results 1 – 1 of 1) sorted by relevance
722 struct mtextget extget; in mt_get_xml_str() local728 bzero(&extget, sizeof(extget)); in mt_get_xml_str()732 extget.status_xml = *xml_str; in mt_get_xml_str()733 extget.alloc_len = alloc_len; in mt_get_xml_str()735 error = ioctl(mtfd, cmd, (caddr_t)&extget); in mt_get_xml_str()736 if (error == 0 && extget.status == MT_EXT_GET_OK) in mt_get_xml_str()742 if (error != 0 || extget.status != MT_EXT_GET_NEED_MORE_SPACE) in mt_get_xml_str()