allocate.xml revision 269f47de02761bab3b7b28e2007a2bac34f629cc
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig CDDL HEADER START
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig The contents of this file are subject to the terms of the
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig Common Development and Distribution License (the "License").
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig You may not use this file except in compliance with the License.
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig See the License for the specific language governing permissions
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig and limitations under the License.
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig When distributing Covered Code, include this CDDL HEADER in each
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig file and include the License file at usr/src/OPENSOLARIS.LICENSE.
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig If applicable, add the following below this CDDL HEADER, with the
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig fields enclosed by brackets "[]" replaced with your own identifying
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig information: Portions Copyright [yyyy] [name of copyright owner]
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig CDDL HEADER END
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig NOTE: This service manifest is not editable; its contents will
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig be overwritten by package or patch operations, including
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig operating system upgrade. Make customizations in a different
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig<service_bundle type='manifest' name='SUNWcs:allocate'>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig type='service'
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig version='1'>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <single_instance/>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig grouping='require_all'
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig restart_on='none'
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig type='service'>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <service_fmri value='svc:/system/device/local' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig </dependency>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig Start method timeout is long to account for devices which
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig take a long time to probe or enumerate.
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <exec_method
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig type='method'
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig name='start'
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig timeout_seconds='60' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <exec_method
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig type='method'
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig timeout_seconds='60' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig value='transient' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig </property_group>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <property_group name='general' type='framework'>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <propval name='action_authorization' type='astring'
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <propval name='value_authorization' type='astring'
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig </property_group>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <common_name>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig device allocation
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig </common_name>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <documentation>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='allocate' section='1' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='deallocate' section='1' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='list_devices' section='1' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='device_allocate' section='1M' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='mkdevalloc' section='1M' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='mkdevmaps' section='1M' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='dminfo' section='1M' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='device_maps' section='4' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig <manpage title='device_allocate' section='4' manpath='/usr/share/man' />
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig </documentation>
269f47de02761bab3b7b28e2007a2bac34f629ccThuy Fettig</service_bundle>