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
261 Private interfaces are the non-ABI interfaces of the library. Unlike
270 If the library already has Private interfaces in a SUNWprivate version, you
278 There are also libraries in illumos that contain only private interfaces. In
287 As with public interfaces, the size of global objects must be asserted in
300 set of new interfaces in the next full release until it was complete. Some,
301 though not all, new interfaces were included in the intervening update
307 SUNW_1.3 and Release N+1 had SUNW_1.4, then interfaces added to an update of
357 Those interfaces which are only present in Release N+1 are always put
375 No Public interfaces should ever be removed from any mapfile, as this will
403 Deletion of Private interfaces is allowed, but caution should be taken;
408 Do not forget to delete these Public or Private interfaces from the library's
409 header files as well as from the code that implements the interfaces.
415 existing interface definition. Private interfaces have the symbol version
430 Any interfaces not present in the mapfile-vers file will be scoped local
434 lines discussed earlier. This ensures that such interfaces will not be visible
439 interfaces is forbidden.
447 5.4 How to copy interfaces which are part of a standard to a new or existing
450 SYSVABI and SISCD are reserved version names for interfaces listed in the
453 interfaces to another library. Instead, use ILLUMOS_0.1 for a new library,
455 if the last version was ILLUMOS_0.8, then you should version the interfaces
492 If there are no Public interfaces, the ILLUMOS_0.1 section would be omitted.
493 If there are no Private interfaces, the ILLUMOSprivate section would be
499 To decide which interfaces are Public (part of the ABI) and which are
500 Private (unstable interfaces not intended to be used by third parties), the
513 Use this version name not for specific interfaces but for marking an entire