代码搜索:Load

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

代码结果 10,000
www.eeworm.com/read/465478/7055531

spull_load

#!/bin/sh module="spull" device="pd" group="wheel" mode="664" # invoke insmod with all arguments we got /sbin/insmod -f $module $* || exit 1 major=`cat /proc/devices | awk "\\$2==\"$module\" {print
www.eeworm.com/read/465478/7055540

short_load

#!/bin/sh module="short" device="short" group="wheel" mode="664" # invoke insmod with all arguments we got /sbin/insmod -f $module $* || exit 1 major=`cat /proc/devices | awk "\\$2==\"$module\" {pri
www.eeworm.com/read/465478/7055568

scullp_load

#!/bin/sh module="scullp" device="scullp" group="wheel" mode="664" # remove stale nodes rm -f /dev/${device}? # invoke insmod with all arguments we got /sbin/insmod -f $module $* || exit 1 major=`
www.eeworm.com/read/465020/7064313

asm load.asm

; ; Copyright 2000 by Texas Instruments Incorporated. ; All rights reserved. Property of Texas Instruments Incorporated. ; Restricted rights to use, duplicate or disclose this code are ; granted t
www.eeworm.com/read/310705/7074337

inc load.inc

; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ; load.inc ; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ;
www.eeworm.com/read/135104/7094142

txt load.txt

connect -c uja -y erase write -b 1 -f out.ihx -intel -ver write -b 2 -f protect_word.bin -binary -a FE -ver disc
www.eeworm.com/read/381973/7130326

snull_load

#!/bin/sh export PATH=/sbin:/bin # Use a pathname, as new modutils don't look in the current dir by default insmod ./snull.ko $* ifconfig sn0 local0 ifconfig sn1 local1
www.eeworm.com/read/381973/7130333

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/381973/7130339

sbull_load

#!/bin/sh function make_minors { let part=1 while (($part < $minors)); do let minor=$part+$2 mknod $1$part b $major $minor let part=$part+1 done } # FIXME: This isn't handling minors
www.eeworm.com/read/381973/7130347

sculld_load

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