代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/408392/11390431
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/408392/11390461
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/408392/11390462
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/403207/11520701
load
/sbin/insmod rt73.o
/sbin/ifconfig rausb0 inet 192.168.5.234 up
/sbin/route add default gw 192.168.5.254
www.eeworm.com/read/347253/11680207
load
/sbin/insmod rt73.ko
/sbin/ifconfig rausb0 inet 192.168.5.222 up
www.eeworm.com/read/339315/12243372
load
www.eeworm.com/read/337098/12391225
load
#!/bin/bash
if [ "$USER" != "root" ]; then
echo "You are not root. Please enter root password now!"
su root -c "$0 $*"
exit
fi
echo "flushing hd..."
sync
echo done.
if [ "$(lsmod | grep zc030x)" !
www.eeworm.com/read/219084/14894863
load
/sbin/insmod rt73.o
/sbin/ifconfig rausb0 inet 192.168.5.234 up
/sbin/route add default gw 192.168.5.254
www.eeworm.com/read/205503/15314672
load
www.eeworm.com/read/227684/4770245
load
app use [
"lib-base-sig.sml", "lib-base.sml",
"fifo-sig.sml", "fifo.sml",
"queue-sig.sml", "queue.sml",
"ord-key-sig.sml",
"ord-map-sig.sml",
"ord-set-sig.sml",
"list-ma