代码搜索:Load

找到约 10,000 项符合「Load」的源代码

代码结果 10,000
www.eeworm.com/read/442296/7656009

load

www.eeworm.com/read/296216/8117796

load

#vi load #!/bin/sh # $Id: scull_load,v 1.4 2004/11/03 06:19:49 rubini Exp $ module="scull" device="scull" mode="664" /sbin/insmod ./$module.ko $* || exit 1 # retrieve major n
www.eeworm.com/read/142846/12914272

load

www.eeworm.com/read/313027/13598216

load

#!/bin/sh module="scull" device="scull" mode="777" # 加载模块 /sbin/insmod ./$module.o $* || exit 1 #查询设备号 major=`cat /proc/devices | awk "\\$2==\"$module\" {print \\$1}"` # 创建设备节点 rm -f /dev/${device}
www.eeworm.com/read/490967/6446774

load

www.eeworm.com/read/486142/6543896

load

#!/bin/sh module="short" device="short" 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/476244/6764346

load

#!/bin/sh module="zt_io" device="zt_io" mode="664" # Group: since distributions do it differently, look for wheel or use staff group="root" # invoke insmod with all arguments we got # and use a path
www.eeworm.com/read/408393/11390352

load

#!/bin/sh module="pmacisa" device="pmacisa" mode="664" # Group: since distributions do it differently, look for wheel or use staff if grep '^staff:' /etc/group > /dev/null; then group="staff" els
www.eeworm.com/read/408393/11390377

load

#!/bin/sh module="pmacpci" device="pmacpci" mode="664" # Group: since distributions do it differently, look for wheel or use staff if grep '^staff:' /etc/group > /dev/null; then group="staff" els
www.eeworm.com/read/408393/11390379

load~

#!/bin/sh module="pmacpci" device="pmacpci" mode="664" # Group: since distributions do it differently, look for wheel or use staff if grep '^staff:' /etc/group > /dev/null; then group="staff" els