Re: SHOW DEVICE: what should it show?
- From: norm.raphael@xxxxxxxxx
- Date: Tue, 13 Dec 2005 11:04:02 -0500
hoff@xxxxxxxxx (Hoff Hoffman) wrote on 12/12/2005 05:55:43 PM:
> In article <1134425458.095982.235660@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
> "Allosaur" <ALLOSAUR@xxxxxxxxxxxxxxxxx> writes:
> :I note BG (TCP/IP) devices also do not appear, nor do MB mailboxes. It
> :must be that these virtual devices with no real hardware were not
> :considered important for the "SHOW DEVICE" command.
>
> It was considered that there are usually a gazillion of these devices,
> and the display of these wasn't something that (most) users wanted to
> see. (SHOW DEVICE also uses direct access into kernel mode, and it
> passes a buffer back down to user mode for display, so there is also
> a preference to fit the data within this buffer -- likely due to its
> sheer age, SHOW DEVICE does not work the way you might expect; it's
> not a loop of $device_scan[w] and $getdvi[w] system service calls.)
>
> Devices with the MBX bit set within the UCB are among those filtered
> by the kernel-mode code, and this accounts for most of (all of?) the
> devices cited.
>
> Adding /SELECT, maybe, with a default of the current behaviour, and
> some set of keywords to allow different selection criteria to be
> requested, might well be a reasonable enhancement suggestion, for
> those that wanted to see a list of every device name. (Folks writing
> DCL command procedures seeking devices should be using the available
> DCL lexical functions of course, and these can and do allow access to
> the names of all of the devices present.)
>
> (I thought about SHOW DEVICE/ALL here, but that would tend to collide
> with the existing /ALLOCATED qualifier.)
Perhaps SHOW
DEVICE/INCLUDE=(ALL|comma-separated-list)/EXCL=(comma-separated-list)
or minuses allowed in the /INCLUDE list as in the ACCOUNTING utility?
>
>
> ---------------------------- #include <rtfaq.h>
-----------------------------
> For additional, please see the OpenVMS FAQ --
www.hp.com/go/openvms/faq
> --------------------------- pure personal opinion
---------------------------
> Hoff (Stephen) Hoffman OpenVMS Engineering hoff[\0100]hp.com
>
.
- Prev by Date: Re: SWCC_AGENT doesn't work with ACS 8.8?
- Next by Date: RE: Timeout strategy: terminal vs Telnet drivers
- Previous by thread: Re: SHOW DEVICE: what should it show?
- Next by thread: ESC sequence for Left Margin to less then 0
- Index(es):
Relevant Pages
|