Fast Ethernet Adapter Installation and Support Guide
Glossary
Fast Ethernet Adapter Installation and Support Guide—425685-003
Glossary-51
L10N
L10N. See localization.
labeled dump. A token-by-token display-text representation of the Subsystem
Programmatic Interface (SPI) command buffer or response buffer, as produced by the
Subsystem Control Facility (SCF) commands DETAIL CMDBUFFER and DETAIL
RSPBUFFER. The display text includes a labeled value for each token.
LAN. See local area network (LAN).
LANMAN. See LAN manager (LANMAN) process.
LAN manager (LANMAN) process. The process provided as part of the ServerNet local
area network (LAN) Systems Access (SLSA) subsystem that starts and manages the
SLSA subsystem objects and the LAN monitor (LANMON) process and assigns
ownership of Ethernet adapters to the LANMON processes in the system. Subsystem
Control Facility (SCF) commands are directed to the LANMON processes for
configuring and managing the SLSA subsystem and the Ethernet adapters.
LANMON. See LAN monitor (LANMON) process.
LAN monitor (LANMON) process. The process provided as part of the ServerNet local
area network (LAN) Systems Access (SLSA) subsystem that has ownership of the
Ethernet adapters controlled by the SLSA subsystem.
late binding. At load time, binding a symbolic reference in a dynamic-link library (DLL) to a
definition in a loadfile that appears on the program’s loadList rather than the one found
on the DLL’s linker searchList. Late binding occurs in either of the following cases:
•
The loader resolves a symbol that is unresolved by any loadfile on the linker
searchList.
•
The loader binds a symbol in a DLL to the first definition it finds on the program’s
loadList, and this is not the first definition that was encountered on the linker
searchList.
For localized loadfiles, the linker and loader searchLists are the same, so late binding
does not occur.
LB. See logic board (LB).
LED. See light-emitting diode (LED).
legacy system. An operating system that is not open but from which applications must be
ported or users transferred.
libList. The list of libraries to be loaded along with a loadfile. When linking the loadfile, the
linker constructs the libList from the names of libraries specified in the linker’s
command stream; it stores the libList within the loadfile.