xref: /titanic_41/usr/src/man/man7d/ntwdt.7d (revision 0778188f242b11e5d53f771c9e8a069354b3d5d4)
te
Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
NTWDT 7D "Feb 05, 2005"
NAME
ntwdt - Netra\(embased application watchdog timer driver
SYNOPSIS

/dev/ntwdt
DESCRIPTION

The ntwdt driver is a multithreaded, loadable, non-STREAMS pseudo driver that provides an application with an interface for controlling a system watchdog timer.

The ntwdt driver implements a virtual watchdog timer that a privileged application (Effective UID == 0) controls via IOCTLs.

CONFIGURATION

You configure the ntwdt driver by modifying the contents of the ntwdt.conf file.

ERRORS

An open() fails if: EPERM

Effective user ID is not zero.

ENOENT

/dev/ntwdt is not present or driver is not installed.

EAGAIN

/dev/ntwdt has already been successfully open()'d.

FILES
/dev/ntwdt

Special character device.

kernel/drv/sparcv9/ntwdt

SPARC ntwdt driver binary.

kernel/drv/ntwdt.conf

Driver configuraton file.

ATTRIBUTES

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

ATTRIBUTE TYPE ATTRIBUTE VALUE
Architecture SPARC
SEE ALSO

driver.conf(4), attributes(5)

Writing Device Drivers