File: hba.conf

package info (click to toggle)
libhbaapi 2.2.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: ansic: 3,644; makefile: 28; sh: 4
file content (37 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# This file contains names and references to HBA libraries
#
# Format:
#
# <library name>  <library pathname>
#
# The library name should be prepended with the domain of
# the manufacturer or driver author.
#
# 32bit/64bit implementation note:
#   If a 32bit implementation tries to load a 64 bit library,
#   the load will fail with the result that the 64 bit vendor
#   library is ignored.
#   Likewise, if a 64bit implementation tries to load a 32 bit library,
#   the load will fail with the result that the 32 bit vendor
#   library is ignored.

org.snia.sample32	/usr/lib/libsample.so
com.qlogic.qla32	/usr/lib/libhbaapiqla.so
com.emulex.lightpulse32 /usr/lib/libhbaapiemu.so
com.emulex.lightpulse64	/usr/lib/sparcv9/libhbaapiemu.so
JniHbaLib		/opt/JNIsnia/Solaris/Jni/32bit/JniHbaLib.so
JniHbaLib		/opt/JNIsnia/Solaris/Jni/64bit/JniHbaLib.so


# Set a debug level (depends on compilation switches)
#
# Format:
#
# "debuglevel"    <debug level>
#
# 0 is default, 1 show vendor library opens,
# 2 shows function calls, 3 shows callback events
#
# Uncomment the next line to specify a level
#debuglevel 3