代码搜索:State Machine
找到约 10,000 项符合「State Machine」的源代码
代码结果 10,000
www.eeworm.com/read/276787/4163774
postinst alsa-state.postinst
if test -z "$D"
then
if test -x /usr/sbin/alsactl
then
/usr/sbin/alsactl -f /etc/asound.state restore
fi
fi
if test "x$D" != "x"; then
OPT="-r $D"
else
OPT="-s"
fi
update-rc.d $OPT alsa-
www.eeworm.com/read/276787/4163806
prerm alsa-state.prerm
#!/bin/sh
if test "x$D" = "x"; then
/etc/init.d/alsa-state stop
fi
www.eeworm.com/read/276787/4163904
control alsa-state.control
Package: alsa-state
Version: 0.1.0-r7
Description: Default ALSA configuration
Section: base
Priority: optional
Maintainer: Angstrom Developers
Architecture: all
O
www.eeworm.com/read/276787/4163946
postrm alsa-state.postrm
#!/bin/sh
update-rc.d $D alsa-state remove
www.eeworm.com/read/273740/4196798
c radeon_state.c
/* radeon_state.c -- State support for Radeon -*- linux-c -*-
*
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
* All Rights Reserved.
*
* Permission is hereby granted, free of char
www.eeworm.com/read/273740/4196804
c mga_state.c
/* mga_state.c -- State support for MGA G200/G400 -*- linux-c -*-
* Created: Thu Jan 27 02:53:43 2000 by jhartmann@precisioninsight.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas