Lines Matching refs:Private
38 - add a Private interface
41 - promote a Private interface to Public
42 - scope a Private interface to local
259 4.2 Adding a Private interface
261 Private interfaces are the non-ABI interfaces of the library. Unlike
265 If this interface happens to be the first Private interface introduced into
270 If the library already has Private interfaces in a SUNWprivate version, you
401 5.1.2 Removing a Private interface
403 Deletion of Private interfaces is allowed, but caution should be taken;
405 To remove a Private interface, simply delete the corresponding entry
408 Do not forget to delete these Public or Private interfaces from the library's
411 5.2 Promoting a Private interface to Public
414 existing Private interface to a Public one only requires a change to the
415 existing interface definition. Private interfaces have the symbol version
423 ILLUMOS_0.4. Therefore, whether you wish to promote an existing Private
428 5.3 Scoping a Private interface local
435 outside the library. To move an interface from Private to local scope, simply
436 remove the Private interface from the mapfile-vers file and the header file
437 to prevent it from being exported. This may require moving the Private
493 If there are no Private interfaces, the ILLUMOSprivate section would be
500 Private (unstable interfaces not intended to be used by third parties), the