代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/297877/7990312
simple_unload
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]
www.eeworm.com/read/297417/8022848
simple_db
www.eeworm.com/read/297071/8055979
mod simple.mod
/home/pegasus/source/examples/simple/simple.ko
/home/pegasus/source/examples/simple/simple.o
www.eeworm.com/read/297071/8055986
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/297071/8055990
c simple.c
/*
* Simple - REALLY simple memory mapping demonstration.
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file
www.eeworm.com/read/297071/8055991
ko simple.ko
www.eeworm.com/read/297071/8055995
simple_unload
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]
www.eeworm.com/read/297071/8056000