Lines Matching refs:interfaces
31 visible library interfaces. It describes various kinds of actions that
44 - copy interfaces which are part of the standard to a new or
70 Here, we are only concerned with specifying externally-visible interfaces
146 ILLUMOS_0.3 of a given library must contain all the interfaces in
205 Conditional input can be used if there are ISA-specific library interfaces
239 Public interfaces should be added to a new ILLUMOS_ symbol version, with the
251 The minor revision number is incremented whenever one or more new interfaces
257 Private interfaces are the non-ABI interfaces of the library. Unlike
266 If the library already has Private interfaces in a SUNWprivate version, you
274 There are also libraries in illumos that contain only private interfaces. In
293 set of new interfaces in the next full release until it was complete. Some,
294 though not all, new interfaces were included in the intervening update
300 number SUNW_1.3 and Release N+1 had SUNW_1.4, then interfaces added to
350 Those interfaces which are only present in Release N+1 are always put
368 No Public interfaces should ever be removed from any mapfile, as this will
396 Deletion of Private interfaces is allowed, but caution should be taken;
401 Do not forget to delete these Public or Private interfaces from the library's
402 header files as well as from the code that implements the interfaces.
408 existing interface definition. Private interfaces have the symbol version
423 Any interfaces not present in the mapfile-vers file will be scoped local
427 lines discussed earlier. This ensures that such interfaces will not be visible
432 interfaces is forbidden.
440 5.4 How to copy interfaces which are part of a standard to a new or existing
443 SYSVABI and SISCD are reserved version names for interfaces listed in the
445 these version names when copying the implementation of standard interfaces to
448 last version was ILLUMOS_0.8, then you should version the interfaces with
485 If there are no Public interfaces, the ILLUMOS_0.1 section would be omitted.
486 If there are no Private interfaces, the ILLUMOSprivate section would be
492 To decide which interfaces are Public (part of the ABI) and which are
493 Private (unstable interfaces not intended to be used by third parties), the
506 Use this version name not for specific interfaces but for marking an entire