1029N/A<?xml version="1.0" encoding="utf-8"?>
1029N/A<!--
1029N/AThe contents of this file are subject to the terms of the MIT License
1029N/A(the "License"). See the file COPYING.
1029N/A
1029N/ACopyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
1029N/A
1029N/APermission is hereby granted, free of charge, to any person obtaining a copy
1029N/Aof this software and associated documentation files (the "Software"), to deal
1029N/Ain the Software without restriction, including without limitation the rights
1029N/Ato use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1029N/Acopies of the Software, and to permit persons to whom the Software is
1029N/Afurnished to do so, subject to the following conditions:
1029N/A
1029N/AThe above copyright notice and this permission notice shall be included in all
1029N/Acopies or substantial portions of the Software.
1029N/A
1029N/ATHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1029N/AIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1029N/AFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1029N/AAUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
1029N/AACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1029N/AWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1029N/A
1029N/AExcept as contained in this notice, the names of the authors or their
1029N/Ainstitutions shall not be used in advertising or otherwise to promote the
1029N/Asale, use or other dealings in this Software without prior written
1029N/Aauthorization from the authors.
1029N/A-->
1029N/A
1029N/A<xcb header="xia" extension-xname="SolarisIA" extension-name="XIA" major-version="1" minor-version="1">
1029N/A <import>xproto</import>
1029N/A
1029N/A <!-- Requests -->
1029N/A <request name="QueryExtension" opcode="0">
1029N/A <reply>
1029N/A <pad bytes="1" />
1029N/A <field type="CARD16" name="major" />
1029N/A <field type="CARD16" name="minor" />
1029N/A <field type="CARD32" name="pad1" />
1029N/A <field type="CARD32" name="pad2" />
1029N/A <field type="CARD32" name="pad3" />
1029N/A <field type="CARD32" name="pad4" />
1029N/A <field type="CARD32" name="pad5" />
1029N/A </reply>
1029N/A </request>
1029N/A
1029N/A <request name="QueryVersion" opcode="0">
1029N/A <reply>
1029N/A <pad bytes="1" />
1029N/A <field type="CARD16" name="major" />
1029N/A <field type="CARD16" name="minor" />
1029N/A <field type="CARD32" name="pad1" />
1029N/A <field type="CARD32" name="pad2" />
1029N/A <field type="CARD32" name="pad3" />
1029N/A <field type="CARD32" name="pad4" />
1029N/A <field type="CARD32" name="pad5" />
1029N/A </reply>
1029N/A </request>
1029N/A
1029N/A <request name="SetProcessInfo" opcode="1">
1029N/A <field type="CARD32" name="flags" />
1029N/A <field type="CARD32" name="uid" />
1029N/A <list type="CARD32" name="pinfo" />
1029N/A </request>
1029N/A <request name="GetProcessInfo" opcode="2">
1029N/A <field type="CARD32" name="flags" />
1029N/A <reply>
1029N/A <pad bytes="1" />
1029N/A <field type="CARD32" name="count" />
1029N/A <list type="CARD32" name="pinfo">
1029N/A <fieldref>count</fieldref>
1029N/A </list>
1029N/A <field type="CARD32" name="pad1" />
1029N/A <field type="CARD32" name="pad2" />
1029N/A <field type="CARD32" name="pad3" />
1029N/A <field type="CARD32" name="pad4" />
1029N/A <field type="CARD32" name="pad5" />
1029N/A </reply>
1029N/A </request>
1029N/A</xcb>
1029N/A