Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

backfire(4) [debian man page]

backfire(4)							      Driver							       backfire(4)

NAME
backfire - send a signal from driver to user DESCRIPTION
The backfire driver reads a numerical string that is sent to the /dev/backfire device and sends the corresponding signal to the calling user program. Reading from /dev/backfire returns the time of the day when the most recent sent request was serviced or 0, if a sent request was not yet received. The time of the day is displayed in seconds since 1970-01-01 00:00:00 UTC followed by the fraction of the second in microseconds separated by a comma. PURPOSE
The backfire driver is normally used in combination with the program sendme to benchmark the performance of the kernel's signal sending capabilities. EXAMPLES
head -1 /dev/backfire 0,0 trap "echo Got signal 7" 7 echo 7 >/dev/backfire Got signal 7 head -1 /dev/backfire 1234567890,123456 AUTHORS
Carsten Emde <C.Emde@osadl.org> SEE ALSO
sendme(8) 0.1 backfire(4)

Check Out this Related Man Page

ntwdt(7D)																 ntwdt(7D)

NAME
ntwdt - Netra--based application watchdog timer driver SYNOPSIS
/dev/ntwdt 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. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcakr.u | +-----------------------------+-----------------------------+ |Architecture |SPARC | +-----------------------------+-----------------------------+ driver.conf(4), attributes(5) Writing Device Drivers 05 Feb 2005 ntwdt(7D)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to check a word position in a file ?

Hello everybody, I have a file like this : "window 1 truck 3 duck 2... fire 1... etc..." and I would like to print the following number of a word I am searching for. (For example here, if I search for the word "fire", I will print "1") Thank you for your help ! (7 Replies)
Discussion started by: tibo
7 Replies

2. Shell Programming and Scripting

perl: help with DBI

Hi there, I have a bit of code similar to below (which ive actually got from perldoc, but mine is similar enough) $sth = $dbh->prepare(q{ SELECT region, sales FROM sales_by_region }); $sth->execute; my ($region, $sales); # Bind Perl variables to columns: $rv =... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

3. IP Networking

Help understanding iproute2 and tc scripts

Hi all, I am new to linux routing and would like to keep a possible running dialog about some scripts I have been studying and what the different parts of them mean. We are using Openwrt backfire along with openvpn and Swyx as VoIP. My goal is to eventually implement some QoS using dsmark, but... (1 Reply)
Discussion started by: shodg001
1 Replies

4. War Stories

Prize of being an Admin

Was wondering if anyone has come across any situation where you do your best to help users and in return you get a nice escalation from top level management! Here's my story: One fine morning, I was sitting idle, doing next to nothing, I got an alert from helpdesk people about a problem with... (30 Replies)
Discussion started by: admin_xor
30 Replies