代码搜索结果
找到约 8,517 项符合
Watchdog 的代码
ipmi_watchdog.ver
#define __ver_ipmi_delayed_shutdown _ver_str(8956742d)
#define ipmi_delayed_shutdown _set_ver(ipmi_delayed_shutdown)
watchdog_reset.cxx
//==========================================================================
//
// watchdog_reset.cxx
//
// Watchdog reset test
//
//=====================================================
watchdog.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,0,
watchdog.m51
BL51 BANKED LINKER/LOCATER V5.03 06/08/2004 14:05:44 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE Watchd
watchdog.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 /
watchdog_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
watchdog.m51
BL51 BANKED LINKER/LOCATER V5.03 06/08/2004 13:56:50 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE Watchd
rc.watchdog.debian
#!/bin/sh
#/etc/init.d/watchdog: start watchdog daemon.
test -x /usr/sbin/watchdog || exit 0
# Set run_watchdog to 1 to start watchdog or 0 to disable it.
run_watchdog=1
# Used by debmake as an arg
rc.watchdog.suse
#! /bin/sh
# Copyright (c) 1995-1998 SuSE GmbH Nuernberg, Germany.
#
# Author: Thorsten Bonow (Toto) , 2000
# Based on example /sbin/init.d/skeleton=20
#
# /sbin/init.d/
rc.watchdog.redhat
#!/bin/sh
#
# chkconfig: - 20 80
# description: A software watchdog
#
#
# rc file author: Marc Merlin
# Henning P. Schmiedehausen
# Fix by: K. Yamato