代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/124886/14529421
_b_ simple._b_
www.eeworm.com/read/124886/14529432
h simple.h
www.eeworm.com/read/124886/14529434
c simple.c
www.eeworm.com/read/124886/14529438
cfg simple.cfg
www.eeworm.com/read/124886/14529458
rc simple.rc
www.eeworm.com/read/124886/14529464
_m_ simple._m_
www.eeworm.com/read/225602/14531446
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/225602/14531447
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/225602/14531449
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/124834/14534975
c simple.c
#define __KERNEL__
#define MODULE
#include
#include
#include
#include
#include
#include