代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/279796/10393243
h hidpi.h
/*++
Copyright (c) 1996-1998 Microsoft Corporation
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & user mode
www.eeworm.com/read/352841/10500651
h hidpi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & use
www.eeworm.com/read/351235/10670288
h hidpi.h
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
HIDPI.H
Abstract:
Public Interface to the HID parsing library.
Environment:
Kernel & use
www.eeworm.com/read/275287/10825306
vmer
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "r $2 $3" > tmp.vme
vmecall tmp.vme $1
else
echo "r $1 $2" > tmp.vme
vm
www.eeworm.com/read/275287/10825311
vmeww
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "ww $2 $3 $4" > tmp.vme
vmecall tmp.vme $1
else
echo "ww $1 $2 $3" > tmp.vm
www.eeworm.com/read/275287/10825328
vmerw
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "rw $2 $3" > tmp.vme
vmecall tmp.vme $1
else
echo "rw $1 $2" > tmp.vme
www.eeworm.com/read/275287/10825332
vmew
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "w $2 $3 $4" > tmp.vme
vmecall tmp.vme $1
else
echo "w $1 $2 $3" > tmp.vme
www.eeworm.com/read/275287/10825334
vmerb
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "rb $2 $3" > tmp.vme
vmecall tmp.vme $1
else
echo "rb $1 $2" > tmp.vme
www.eeworm.com/read/275287/10825337
vmefa
#!/bin/sh
if [ ! $1 ]; then
echo "Provides a Fixed offset address into the VME Bus"
echo " Usage: fa address"
echo ""
else
echo "fa $1" > fa.vme
fi
www.eeworm.com/read/275287/10825338
vmerl
#!/bin/sh
if [ $1 ]; then
if [ `echo $1 | cut -b 1-1` = '-' ]; then
# We do have CmdLine Parameters
echo "rl $2 $3" > tmp.vme
vmecall tmp.vme $1
else
echo "rl $1 $2" > tmp.vme