/NAME=name
Displays all locks on the specified resource. Name can be the
actual name of the resource, if it only contains uppercase
letters, numerals, the underscore (_), dollar sign, colon (:),
and some other printable characters, as for example, /NAME=MY_
LOCK. If it contains other printable characters (including
lowercase letters), you may need to enclose the name in quotation
marks (""), as for example, /NAME="My_Lock/47". If it contains
nonprintable characters, you can specify the name as a comma-
separated list comprised of strings and hexadecimal numbers. For
example, /NAME=("My_Lock",0C00,"/47") would specify the name "My_
Lock<NUL><FF>/47". The hexadecimal number can be no more than 8
digits (4 bytes) in length. Nonprintable sequences of more than
4 bytes must be split into multiple hexadecimal numbers. The
maximum length of a resource name is 32 characters.