代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/391005/8428573
chardev_load
#!/bin/sh
module="chardev"
device="chardev"
mode="664"
/sbin/insmod ./$module.o $* || exit 1
major=`cat /proc/devices | awk "\\$2==\"$module\" { print \\$1}"`
rm -f /dev/${device}
mknod /dev/${devi
www.eeworm.com/read/190611/8441608
c rtmp_main.c
/*
***************************************************************************
* Ralink Tech Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
www.eeworm.com/read/189495/8467099
log dtcopy.log
iluvqnx% dt if=/dev/hd0 of=/dev/hd2 bs=16k iomode=copy errors=5
Copy Statistics:
Data operation performed: Copied '/dev/hd0' to '/dev/hd2'.
Total records processed: 40565 @ 16384 bytes/record
www.eeworm.com/read/189495/8467104
log diskimagecopy.log
administrator@MEDA /d/rmiller/dt.d
$ mount -f -b //./PhysicalDrive5 /dev/PhysicalDrive5
administrator@MEDA /d/rmiller/dt.d
$ mount -f -b //./PhysicalDrive6 /dev/PhysicalDrive6
administrator@MEDA /d
www.eeworm.com/read/189495/8467321
log tty01.log
/dev/tty01: character special (35/1) ACE_SLU #0 terminal #1 modem_control off
/dev/tty01: character special (35/1) ACE_SLU #0 terminal #1 modem_control off
Command Line:
% dt if=/dev/tty01 of=/de
www.eeworm.com/read/189071/8491141
sbull_unload
#!/bin/sh
module="sbull"
device="sbull"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[a-d]* /dev/${device}
www.eeworm.com/read/189071/8491186
sculld_unload
#!/bin/sh
module="sculld"
device="sculld"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# remove nodes
rm -f /dev/${device}[0-3] /dev/${device}
exit 0
www.eeworm.com/read/189071/8491192
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
www.eeworm.com/read/189071/8491204
scullc_unload
#!/bin/sh
module="scullc"
device="scullc"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# remove nodes
rm -f /dev/${device}[0-3] /dev/${device}
exit 0
www.eeworm.com/read/189071/8491216
scullc_load
#!/bin/sh
module="scullc"
device="scullc"
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