代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/198733/7915525
scullp_load
#!/bin/sh
module="scullp"
device="scullp"
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/298941/7921797
c load.c
//=============================================================================
// Filename: load.c
//
// Description: Functions needed to load a program and start it on the DSP.
//
// Copyr
www.eeworm.com/read/298941/7922050
c load.c
//=============================================================================
// Filename: load.c
//
// Description: Functions needed to load a program and start it on the DSP.
//
// Copyr
www.eeworm.com/read/433356/7939186
bmp load.bmp
www.eeworm.com/read/398449/7945689
jpg load.jpg
www.eeworm.com/read/298649/7947542
&&& da_load.&&&
function [data,data_loaded]=da_load
%
% [data]=da_load
%
% Displays a file dialog box and
% loads the specified file into
% memory.
%
% data=0 if the loading procedure
% was unsuccesful or in
www.eeworm.com/read/297965/7983258
gif load.gif
www.eeworm.com/read/297877/7990288
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/297877/7990308
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/297877/7990322
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