JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Solaris Trusted Extensions Reference Manual
search filter icon
search icon

Document Information

Preface

Introduction

User Commands

System Administration Commands

add_allocatable(1M)

atohexlabel(1M)

chk_encodings(1M)

hextoalabel(1M)

remove_allocatable(1M)

smtnrhdb(1M)

smtnrhtp(1M)

smtnzonecfg(1M)

tnchkdb(1M)

tnctl(1M)

tnd(1M)

tninfo(1M)

updatehome(1M)

System Calls

Trusted Extensions Library

X Library Extensions

File Formats

Standards, Environments, and Macros

Index

remove_allocatable

- remove entries from allocation databases

Synopsis

/usr/sbin/remove_allocatable  [-f] -n name
/usr/sbin/remove_allocatable  [-f] [-d] -t dev-type

Description

remove_allocatable removes entries of user allocatable devices from the device allocation mechanism. remove_allocatable also removes entries of some non-allocatable devices, such as printers, whose label range is managed by the mechanism.

Options

-d

Removes system-supplied default attributes of the device type that is specified with -t.

-f

Force the removal of an entry. remove_allocatable exits with an error if this option is not specified when an entry with the specified device name no longer exists.

-n name

Removes the entry for the device name.

-t dev-type

Removes devices of type dev-type.

Errors

When successful, remove_allocatable returns an exit status of 0 (true). remove_allocatable returns a nonzero exit status in the event of an error. The exit codes are as follows:

1

Invocation syntax error

2

Unknown system error

3

Device name or dev-type not found. This error occurs only when the -f option is not specified.

4

Permission denied. User does not have DAC or MAC access to database.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
SUNWtsu
Interface Stability
See below.

The invocation is Uncommitted. The options are Uncommitted. The output is Not-an-interface.

See Also

allocate(1), deallocate(1), add_allocatable(1M), attributes(5), device_clean(5)