Searched refs:wrapper (Results 1 - 25 of 37) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/uts/intel/promif/
H A Dprom_env.c48 static promif_owrap_t *wrapper = &nullwrapper; variable
55 promif_owrap_t *ow = wrapper;
71 wrapper = &pmwrapper;
77 saved_wrapper = wrapper;
78 wrapper = &nullwrapper;
84 wrapper = saved_wrapper;
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A DSUNWtcpd.mf29 depend fmri=pkg:/library/security/tcp-wrapper@7.6,5.11-0.133 type=require
H A DSUNWtcpdS.mf29 depend fmri=pkg:/source/security/tcp-wrapper@7.6,5.11-0.133 type=require
H A Dlibrary-security-tcp-wrapper.mf27 value=pkg:/library/security/tcp-wrapper@7.6,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
H A Dsource-security-tcp-wrapper.mf27 value=pkg:/source/security/tcp-wrapper@7.6,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_env.c144 static promif_owrap_t *wrapper = &nullwrapper; variable
155 ow = wrapper;
173 wrapper = &pmwrapper;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A Dvmsish.pm37 ExtUtils::MakeMaker::vmsish is just a very thin wrapper around vmsish
H A Dbytes.pm35 ExtUtils::MakeMaker::bytes is just a very thin wrapper around bytes
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod523 library. This is a wrapper for L<lgrp_version()> with C<LGRP_VER_NONE> as the
529 otherwise. It is a wrapper for L<lgrp_cookie_stale()>.
533 Returns the snapshot's view of the lgroup hierarchy. It is a wrapper for
538 Returns the root lgroup. It is a wrapper for L<lgrp_root()>.
543 wrapper for L<lgrp_children()>.
548 wrapper for L<lgrp_parents()>.
552 Returns the number of lgroups in the hierarchy. This is a wrapper for
557 Returns the memory size of the given lgroup in bytes. This is a wrapper for
562 Returns the list of CPUs in the lgroup specified by $lgrp. This is a wrapper for
568 type. This is a wrapper fo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DIterator.pm23 This is a simple iterator wrapper for arrays and filehandles.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm76 This version of B::Terse is really just a wrapper that calls B::Concise
94 E<lt>mbeattie@sable.ox.ac.ukE<gt>. This wrapper was written by Stephen
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c392 if (priv_data->wrapper) hfs_close(priv_data->wrapper);
431 priv_data->wrapper = hfs_open(geom);
432 if (!priv_data->wrapper) goto hpo_gm;
434 priv_data->wrapper->type_specific;
453 priv_data->wrapper = NULL;
563 hpo_wr: if (priv_data->wrapper) hfs_close(priv_data->wrapper);
763 /* Update the HFS wrapper mdb and bad blocks file to reflect
778 priv_data->wrapper
[all...]
H A Dadvfs_plus.c329 if (priv_data->wrapper) {
331 priv_data->wrapper->type_specific;
338 * if hfs+ is embedded in an hfs wrapper then the new size is :
341 * + the minimum size of the hfs wrapper without any hfs+
343 * - the current size of the hfs+ volume in the hfs wrapper
345 hgee = hfs_get_empty_end(priv_data->wrapper);
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DExacct.pod81 This convenience function is a wrapper around the
97 This convenience function is a wrapper around the
103 This convenience function is a wrapper around the
109 This convenience function is a wrapper around the
115 This convenience function is a wrapper around the
H A DCatalog.pod19 This class provides a wrapper around the 32-bit integer used as a catalog tag.
76 This method creates and returns a new Catalog object, which is a wrapper
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dbufmod.c158 * This is the loadable module wrapper.
948 * If there's insufficient space we allocate one message to hold this 'wrapper'.
959 mblk_t *wrapper; /* padding for msg N, header for msg N+1 */ local
1077 * Find space for the wrapper. The wrapper consists of:
1085 * It may be possible to append the wrapper to the last mblk
1092 /* Is there space for the wrapper beyond the message's data ? */
1110 /* Have to allocate additional space for the wrapper */
1111 wrapper = allocb(wrapperlen, BPRI_MED);
1112 if (wrapper
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dkeysock.c1031 mblk_t *wrapper; local
1036 wrapper = allocb(sizeof (ipsec_info_t), BPRI_HI);
1037 if (wrapper == NULL) {
1057 wrapper->b_datap->db_type = M_CTL;
1058 ksi = (keysock_in_t *)wrapper->b_rptr;
1070 wrapper->b_wptr += sizeof (ipsec_info_t);
1071 wrapper->b_cont = mp;
1078 freeb(wrapper);
1101 putnext(kc->kc_wq, wrapper);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm202 The langinfo() is just a wrapper for the C nl_langinfo() interface.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm224 A wrapper around ExtUtils::Install::uninstall(). Warns that
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm88 function is really just a wrapper around open3().
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL281 wrapper C<latex> code.
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs79 * symbol in the library and perl wrapper returns empty list and sets errno to
278 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm178 C<bigrat> is just a thin wrapper around various modules of the Math::BigInt
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm312 be achieved by having a handle to a wrapper subroutine (written
316 sub wrapper {
319 $cpt->share('&wrapper');
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK40 The ld command is therefore a simple wrapper that uses libld.

Completed in 90 milliseconds

12